把项目从VC6.0转换到vs2010 有几个异常解决不了

把项目从VC6.0转换到vs2010 有几个错误解决不了
帮偶看看怎么弄呢?'ToolkitPro1321vc100S.lib'这个文件是哪儿来的呀?
C/C++ code

Error    9    error LNK1104: cannot open file 'ToolkitPro1321vc100S.lib'    E:\VC\LINK
Error    5    error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in LIBCMT.lib(new.obj)    E:\VC\nafxcw.lib(afxmem.obj)
Error    7    error LNK2005: "void * __cdecl operator new[](unsigned int)" (??_U@YAPAXI@Z) already defined in LIBCMT.lib(new2.obj)    E:\VC\nafxcw.lib(afxmem.obj)
Error    6    error LNK2005: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in LIBCMT.lib(delete.obj)    E:\VC\nafxcw.lib(afxmem.obj)
Error    8    error LNK2005: "void __cdecl operator delete[](void *)" (??_V@YAXPAX@Z) already defined in LIBCMT.lib(delete2.obj)    E:\VC\nafxcw.lib(afxmem.obj)
Warning    2    warning C4172: returning address of local variable or temporary    E:\VC\SendPlugins.cpp    51
Warning    1    warning C4700: uninitialized local variable 'i' used    e:\vc\filemanagerdlg.cpp    1841
Warning    4    warning MSB8012: TargetName(gh0st) does not match the Linker's OutputFile property value (O_o). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).    C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    992
Warning    3    warning MSB8012: TargetPath(E:\VC\.\Release\gh0st.exe) does not match the Linker's OutputFile property value (E:\VC\Gh0st\Bin\O_o.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).    C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    990



------解决方案--------------------
ToolkitPro1321vc100S
这个库要自己用vs2010重新编译一个。
------解决方案--------------------
看上去想第三方库lib
------解决方案--------------------
探讨
引用:
ToolkitPro1321vc100S
这个库要自己用vs2010重新编译一个。

源码哪儿有呢?或者你帮我编译的。