一个链接时候的异常,大家帮忙看看是咋回事?

一个链接时候的错误,大家帮忙看看是怎么回事???
--------------------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)

------解决方案--------------------
缺库文件,或实现部分。
------解决方案--------------------
自己写的函数,仅仅做了声明,没有写出函数的定义.
------解决方案--------------------
定义了函数,但是没有把函数的代码实现.
可以把哪个没有实现的函数注销掉,
编译检查以下是否是这个错误1?