E2563 定義中の関数はインポートできません(C++)

提供: RAD Studio
移動先: 案内検索

コンパイラのエラーと警告(C++):インデックス への移動


このエラーは、定義中の関数が __declspec(dllimport) と宣言された場合に発生します。

__declspec(dllimport) f() {
// f will not be imported since it is defined
}