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.


Posted by 세모아
,