데이터, 정적 데이터 멤버 및 함수는 dllimport로 선언할 수 있지만 dllimport로 정의할 수는 없습니다.
// C2491.cpp
// C2491.cpp
// compile with: /c // function definition void __declspec(dllimport) funcB() {} // C2491 // function declaration void __declspec(dllimport) funcB(); // OK
댓글 없음:
댓글 쓰기