|
我运行第一个程序就出现如下错误
--------------------Configuration: emptywork - Win32 Debug--------------------
Linking...
GameMain.obj : error LNK2001: unresolved external symbol "struct HWND__ * main_window_handle" (?main_window_handle@@3PAUHWND__@@A)
MyDirectDraw.obj : error LNK2001: unresolved external symbol "struct HWND__ * main_window_handle" (?main_window_handle@@3PAUHWND__@@A)
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/emptywork.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
emptywork.exe - 4 error(s), 0 warning(s)
在网上看了很多 但是还是没有解决
我的lib和头文件已经加到了工程的 |
|