{"id":39,"date":"2013-10-02T14:52:11","date_gmt":"2013-10-02T14:52:11","guid":{"rendered":""},"modified":"2013-10-02T14:52:11","modified_gmt":"2013-10-02T14:52:11","slug":"","status":"publish","type":"post","link":"http:\/\/weizn.net\/?p=39","title":{"rendered":"C\u8bed\u8a00\u8c03\u7528DLL\u6587\u4ef6"},"content":{"rendered":"<p>\n\t\u4e3b\u7a0b\u5e8f\u4ee3\u7801:\n<\/p>\n<p>\n\t#include &lt;stdio.h&gt;<br \/>\n#include &lt;conio.h&gt;<br \/>\n#include &lt;windows.h&gt;\n<\/p>\n<p>\n\t#define LIBRARY &#8220;DLL.dll&#8221;\n<\/p>\n<p>\n\ttypedef int (*PFUNC)(char *);\n<\/p>\n<p>\n\tint main()<br \/>\n{<br \/>\n&nbsp;HMODULE hModule=LoadLibrary(LIBRARY);<br \/>\n&nbsp;if(hModule==0)<br \/>\n&nbsp;{<br \/>\n&nbsp;&nbsp;printf(&#8220;\u52a8\u6001\u5e93\u52a0\u8f7d\u5931\u8d25\u3002\\n&#8221;);<br \/>\n&nbsp;&nbsp;getch();<br \/>\n&nbsp;&nbsp;return -1;<br \/>\n&nbsp;}<br \/>\n&nbsp;PFUNC func=(PFUNC)GetProcAddress(hModule,&#8221;show&#8221;);<br \/>\n&nbsp;if(func==NULL)<br \/>\n&nbsp;{<br \/>\n&nbsp;&nbsp;printf(&#8220;\u5b9a\u4f4d\u51fd\u6570\u5931\u8d25\u3002\\n&#8221;);<br \/>\n&nbsp;&nbsp;getch();<br \/>\n&nbsp;&nbsp;return -1;<br \/>\n&nbsp;}<br \/>\n&nbsp;func(&#8220;Hello word!&#8221;);\n<\/p>\n<p>\n\t&nbsp;return 0;<br \/>\n}\n<\/p>\n<p>\n\t&nbsp;\n<\/p>\n<p>\n\t&nbsp;\n<\/p>\n<p>\n\tDLL\u4ee3\u7801:\n<\/p>\n<p>\n\t#include &lt;stdio.h&gt;<br \/>\n#include &lt;windows.h&gt;\n<\/p>\n<p>\n\textern &#8220;C&#8221;\n<\/p>\n<p>\n\tint&nbsp; _declspec( dllexport )&nbsp; show(char *str)<br \/>\n{<br \/>\n&nbsp;MessageBox(NULL,str,NULL,MB_OK);<br \/>\n&nbsp;return 0;<br \/>\n}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\n\t\u4e3b\u7a0b\u5e8f\u4ee3\u7801:\n<\/p>\n<p>\n\t#include &lt;stdio.h&gt;<br \/>\n#include &lt;conio.h&gt;<br \/>\n#include &lt;windows.h&gt;\n<\/p>\n<p>\n\t#define LIBRARY &#8220;DLL.dll&#8221;\n<\/p>\n<p>\n\ttypedef int (*PFUNC)(char *);\n<\/p>\n<p>\n\tint main()<br \/>\n{<br \/>\n&nbsp;HMODULE hModule=LoadLibrary(LIBRARY);<br \/>\n&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[324],"tags":[],"class_list":["post-39","post","type-post","status-publish","format-standard","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v16.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>C\u8bed\u8a00\u8c03\u7528DLL\u6587\u4ef6 - Wayne&#039;s Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/weizn.net\/?p=39\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C\u8bed\u8a00\u8c03\u7528DLL\u6587\u4ef6 - Wayne&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"\u4e3b\u7a0b\u5e8f\u4ee3\u7801:    #include &lt;stdio.h&gt; #include &lt;conio.h&gt; #include &lt;windows.h&gt;    #define LIBRARY &quot;DLL.dll&quot;    typedef int (*PFUNC)(char *);    int main() { &nbsp;HMODULE hModule=LoadLibrary(LIBRARY); ...\" \/>\n<meta property=\"og:url\" content=\"http:\/\/weizn.net\/?p=39\" \/>\n<meta property=\"og:site_name\" content=\"Wayne&#039;s Blog\" \/>\n<meta property=\"article:published_time\" content=\"2013-10-02T14:52:11+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"zinan\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"http:\/\/weizn.net\/#website\",\"url\":\"http:\/\/weizn.net\/\",\"name\":\"Wayne&#039;s Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"http:\/\/weizn.net\/#\/schema\/person\/e88bc12c590502d8b6249326f960b264\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/weizn.net\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/weizn.net\/?p=39#webpage\",\"url\":\"http:\/\/weizn.net\/?p=39\",\"name\":\"C\\u8bed\\u8a00\\u8c03\\u7528DLL\\u6587\\u4ef6 - Wayne&#039;s Blog\",\"isPartOf\":{\"@id\":\"http:\/\/weizn.net\/#website\"},\"datePublished\":\"2013-10-02T14:52:11+00:00\",\"dateModified\":\"2013-10-02T14:52:11+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/weizn.net\/?p=39#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/weizn.net\/?p=39\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/weizn.net\/?p=39#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\\u9996\\u9875\",\"item\":\"http:\/\/weizn.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"C\\u8bed\\u8a00\\u8c03\\u7528DLL\\u6587\\u4ef6\"}]},{\"@type\":\"Article\",\"@id\":\"http:\/\/weizn.net\/?p=39#article\",\"isPartOf\":{\"@id\":\"http:\/\/weizn.net\/?p=39#webpage\"},\"author\":{\"@id\":\"http:\/\/weizn.net\/#\/schema\/person\/e88bc12c590502d8b6249326f960b264\"},\"headline\":\"C\\u8bed\\u8a00\\u8c03\\u7528DLL\\u6587\\u4ef6\",\"datePublished\":\"2013-10-02T14:52:11+00:00\",\"dateModified\":\"2013-10-02T14:52:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/weizn.net\/?p=39#webpage\"},\"wordCount\":110,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/weizn.net\/#\/schema\/person\/e88bc12c590502d8b6249326f960b264\"},\"articleSection\":[\"C\/C++\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\/\/weizn.net\/?p=39#respond\"]}]},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"http:\/\/weizn.net\/#\/schema\/person\/e88bc12c590502d8b6249326f960b264\",\"name\":\"zinan\",\"logo\":{\"@id\":\"http:\/\/weizn.net\/#personlogo\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"C\u8bed\u8a00\u8c03\u7528DLL\u6587\u4ef6 - Wayne&#039;s Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/weizn.net\/?p=39","og_locale":"zh_CN","og_type":"article","og_title":"C\u8bed\u8a00\u8c03\u7528DLL\u6587\u4ef6 - Wayne&#039;s Blog","og_description":"\u4e3b\u7a0b\u5e8f\u4ee3\u7801:    #include &lt;stdio.h&gt; #include &lt;conio.h&gt; #include &lt;windows.h&gt;    #define LIBRARY \"DLL.dll\"    typedef int (*PFUNC)(char *);    int main() { &nbsp;HMODULE hModule=LoadLibrary(LIBRARY); ...","og_url":"http:\/\/weizn.net\/?p=39","og_site_name":"Wayne&#039;s Blog","article_published_time":"2013-10-02T14:52:11+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"zinan","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"http:\/\/weizn.net\/#website","url":"http:\/\/weizn.net\/","name":"Wayne&#039;s Blog","description":"","publisher":{"@id":"http:\/\/weizn.net\/#\/schema\/person\/e88bc12c590502d8b6249326f960b264"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/weizn.net\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":"WebPage","@id":"http:\/\/weizn.net\/?p=39#webpage","url":"http:\/\/weizn.net\/?p=39","name":"C\u8bed\u8a00\u8c03\u7528DLL\u6587\u4ef6 - Wayne&#039;s Blog","isPartOf":{"@id":"http:\/\/weizn.net\/#website"},"datePublished":"2013-10-02T14:52:11+00:00","dateModified":"2013-10-02T14:52:11+00:00","breadcrumb":{"@id":"http:\/\/weizn.net\/?p=39#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["http:\/\/weizn.net\/?p=39"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/weizn.net\/?p=39#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"http:\/\/weizn.net\/"},{"@type":"ListItem","position":2,"name":"C\u8bed\u8a00\u8c03\u7528DLL\u6587\u4ef6"}]},{"@type":"Article","@id":"http:\/\/weizn.net\/?p=39#article","isPartOf":{"@id":"http:\/\/weizn.net\/?p=39#webpage"},"author":{"@id":"http:\/\/weizn.net\/#\/schema\/person\/e88bc12c590502d8b6249326f960b264"},"headline":"C\u8bed\u8a00\u8c03\u7528DLL\u6587\u4ef6","datePublished":"2013-10-02T14:52:11+00:00","dateModified":"2013-10-02T14:52:11+00:00","mainEntityOfPage":{"@id":"http:\/\/weizn.net\/?p=39#webpage"},"wordCount":110,"commentCount":0,"publisher":{"@id":"http:\/\/weizn.net\/#\/schema\/person\/e88bc12c590502d8b6249326f960b264"},"articleSection":["C\/C++"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/weizn.net\/?p=39#respond"]}]},{"@type":["Person","Organization"],"@id":"http:\/\/weizn.net\/#\/schema\/person\/e88bc12c590502d8b6249326f960b264","name":"zinan","logo":{"@id":"http:\/\/weizn.net\/#personlogo"}}]}},"_links":{"self":[{"href":"http:\/\/weizn.net\/index.php?rest_route=\/wp\/v2\/posts\/39","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/weizn.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/weizn.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/weizn.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/weizn.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=39"}],"version-history":[{"count":0,"href":"http:\/\/weizn.net\/index.php?rest_route=\/wp\/v2\/posts\/39\/revisions"}],"wp:attachment":[{"href":"http:\/\/weizn.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=39"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/weizn.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=39"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/weizn.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=39"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}