{"id":716,"date":"2020-05-10T17:58:57","date_gmt":"2020-05-10T12:28:57","guid":{"rendered":"http:\/\/mairwa.com\/wordpress\/?p=716"},"modified":"2020-05-10T17:59:00","modified_gmt":"2020-05-10T12:29:00","slug":"how-to-print-debug-info-from-vb6-dll-in-debugview-tool","status":"publish","type":"post","link":"http:\/\/mairwa.com\/wordpress\/?p=716","title":{"rendered":"How to print debug info from vb6 dll in DebugView tool"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<p>DebugView tool [Download from https:\/\/docs.microsoft.com\/en-us\/sysinternals\/downloads\/debugview]<\/p>\n\n\n\n<p>Add  Windows API declaration: <\/p>\n\n\n\n<p>Public Declare Sub Debug32 Lib &#8220;kernel32&#8221; Alias &#8220;OutputDebugStringA&#8221; (ByVal lpOutputString As String)<\/p>\n\n\n\n<p>print debug information like<\/p>\n\n\n\n<p>Debug32 &#8220;Print Info&#8221;<\/p>\n","protected":false},"excerpt":{"rendered":"<p class=\"excerpt\">DebugView tool [Download from https:\/\/docs.microsoft.com\/en-us\/sysinternals\/downloads\/debugview] Add Windows API declaration: Public Declare Sub Debug32 Lib &#8220;kernel32&#8221; Alias &#8220;OutputDebugStringA&#8221; (ByVal lpOutputString As String) print debug information like Debug32 &#8220;Print Info&#8221; <a href=\"http:\/\/mairwa.com\/wordpress\/?p=716\">Read more &rarr;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-716","post","type-post","status-publish","format-standard","hentry","category-uncategorized","xfolkentry"],"_links":{"self":[{"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/716","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=716"}],"version-history":[{"count":1,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/716\/revisions"}],"predecessor-version":[{"id":717,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/716\/revisions\/717"}],"wp:attachment":[{"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=716"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=716"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=716"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}