Programming/C++
C++/CLI 에서 에러 : /LNK2028 발생시
세모아
2015. 4. 22. 15:45
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. |