次の方法で共有


コンパイラの警告 (レベル 1) C4518

'specifier': 予期されないストレージ クラスまたは型指定子です。無視されます

次の例では C4518 が生成されます。

// C4518.cpp
// compile with: /c /W1
_declspec(dllexport) extern "C" void MyFunction();   // C4518

extern "C" void MyFunction();   // OK