|
--------------------Configuration: GuiRcLesson - Win32 Debug--------------------
Compiling...
GuiRcLesson.cpp
Linking...
GuiRcLesson.obj : error LNK2001: unresolved external symbol "int __stdcall SetDialogSkin(char const *)" (?SetDialogSkin@@YGHPBD@Z)
GuiRcLesson.obj : error LNK2001: unresolved external symbol "int __stdcall SetWindowSkin(struct HWND__ *,char const *)" (?SetWindowSkin@@YGHPAUHWND__@@PBD@Z)
GuiRcLesson.obj : error LNK2001: unresolved external symbol "int __stdcall LoadSkinFile(char const *)" (?LoadSkinFile@@YGHPBD@Z)
GuiRcLesson.obj : error LNK2001: unresolved external symbol "int __stdcall InitSkinMagicLib(struct HINSTANCE__ *,char const *,char const *,char const *)" (?InitSkinMagicLib@@YGHPAUHINSTANCE__@@PBD11@Z)
GuiRcLesson.obj : error LNK2001: unresolved external symbol "void __stdcall ExitSkinMagicLib(void)" (?ExitSkinMagicLib@@YGXXZ)
Debug/GuiRcLesson.exe : fatal error LNK1120: 5 unresolved externals
Error executing link.exe.
GuiRcLesson.exe - 6 error(s), 0 warning(s) |
|