C++/CLI Console 프로그램 코드에서 |
MessageBox 사용시 다음 에러 발생하면 해결책은? |
- 에러 : /LNK2028: unresolved token(0A00003D) "extern "C" int __stdcall MessageBoxW ..... |
- 해결책 : Edit your project
properties, find the Linker Inputs option, and add kernel32.lib user32.lib advapi32.lib which are the usual libraries needed by Win32 code. |
'Programming > C++' 카테고리의 다른 글
How to: Parse Strings Using the Split Method (C++/CLI) (0) | 2015.04.22 |
---|---|
VS2013의 찾기 결과창에 다음이동 F4 key로 변경 (0) | 2015.04.09 |
SendMessage C#-> C++ (빠른 속도 지향) (0) | 2015.04.07 |