{"id":560,"date":"2023-09-23T20:46:19","date_gmt":"2023-09-23T12:46:19","guid":{"rendered":"https:\/\/himpqblog.cn\/?p=560"},"modified":"2023-09-23T20:46:19","modified_gmt":"2023-09-23T12:46:19","slug":"msvc-%e5%b0%86cpp%e6%96%87%e4%bb%b6%e6%89%93%e5%8c%85%e4%b8%badll","status":"publish","type":"post","link":"https:\/\/himpqblog.cn\/index.php\/archives\/560","title":{"rendered":"MSVC \u5c06cpp\u6587\u4ef6\u6253\u5305\u4e3adll"},"content":{"rendered":"\n<p><a href=\"https:\/\/www.cnblogs.com\/flowingwind\/p\/8306427.html\">Visual Stdio C++ \u7f16\u8bd1\u5668\u3001\u94fe\u63a5\u5668\u5e38\u7528\u547d\u4ee4 &#8211; \u75af\u98a0\u7814\u7a76\u8005 &#8211; \u535a\u5ba2\u56ed (cnblogs.com)<\/a><\/p>\n\n\n\n<p>\u793a\u4f8b\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: cpp; title: ; notranslate\" title=\"\">\n#ifdef EXC\n#define EXC __declspec(dllexport)\n#else\n#define EXC __declspec(dllimport)\n#endif\n\nextern &quot;C&quot; EXC int add (int a, int b); \/\/ \u58f0\u660e\u51fd\u6570\n\nint add (int a, int b) { \/\/ \u7136\u540e\u5b9a\u4e49\u5b83\n    return a + b;\n}\n<\/pre><\/div>\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs\">cl \/LD \/std:c++17 test.cpp<\/code><\/span><\/pre>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Visual Stdio C++ \u7f16\u8bd1\u5668\u3001\u94fe\u63a5\u5668\u5e38\u7528\u547d\u4ee4 &#8211; \u75af\u98a0\u7814\u7a76\u8005 &#8211; \u535a\u5ba2\u56ed  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-560","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/himpqblog.cn\/index.php\/wp-json\/wp\/v2\/posts\/560","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/himpqblog.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/himpqblog.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/himpqblog.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/himpqblog.cn\/index.php\/wp-json\/wp\/v2\/comments?post=560"}],"version-history":[{"count":1,"href":"https:\/\/himpqblog.cn\/index.php\/wp-json\/wp\/v2\/posts\/560\/revisions"}],"predecessor-version":[{"id":561,"href":"https:\/\/himpqblog.cn\/index.php\/wp-json\/wp\/v2\/posts\/560\/revisions\/561"}],"wp:attachment":[{"href":"https:\/\/himpqblog.cn\/index.php\/wp-json\/wp\/v2\/media?parent=560"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/himpqblog.cn\/index.php\/wp-json\/wp\/v2\/categories?post=560"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/himpqblog.cn\/index.php\/wp-json\/wp\/v2\/tags?post=560"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}