Help with TSE and VC6 please.
by Joseph Euan · in Torque Game Engine Advanced · 05/25/2005 (2:43 pm) · 5 replies
Hi Guys,
Sorry about the newbie question but....
I've just got TSE... installed the DirectX SDK and because I use VC6 (crap I know, but it's all I have for now) I had to download the extras package.
My questions are...
1) Do I have to move files/folders from the extras package to any other place?
2) How do I set it up with VC6 to compile TSE? (at the moment I get 61 error(s), 2 warning(s) )
Thanks in advance
-Joseph
Sorry about the newbie question but....
I've just got TSE... installed the DirectX SDK and because I use VC6 (crap I know, but it's all I have for now) I had to download the extras package.
My questions are...
1) Do I have to move files/folders from the extras package to any other place?
2) How do I set it up with VC6 to compile TSE? (at the moment I get 61 error(s), 2 warning(s) )
Thanks in advance
-Joseph
About the author
#2
Thanks in advance for any suggestions you might have.
-Sparkling
02/01/2006 (8:16 am)
What was the solution to this? I am having trouble compiling TSE with V6 also. I have downloaded the Directx SDK oct 2004 (because I was told that the 2005 release has files that are not compatible with v6) and the extras pack. But my DXDSK doesn't have an x86 directory, so I'm not sure what to do with the extra pack. As it is now I get 95 errors and 2 warnings. This is day 3 fighting with the compile and I'm getting really frustrated. I followed all the instructions but they aren't working. I need help!Thanks in advance for any suggestions you might have.
-Sparkling
#3
VC6 is no longer officially supported so you will want to upgrade to a newer VC version. VC 2005 Express Editions works pretty good and is alot more documented than VC6.
VC6 isnt supported by Microsoft anymore as well ... i think it was published in 1998... not sure on this tho.
Florian
P.S we cant really help unless we know the errors you get.
02/01/2006 (8:28 am)
Hi SparklingVC6 is no longer officially supported so you will want to upgrade to a newer VC version. VC 2005 Express Editions works pretty good and is alot more documented than VC6.
VC6 isnt supported by Microsoft anymore as well ... i think it was published in 1998... not sure on this tho.
Florian
P.S we cant really help unless we know the errors you get.
#4
If this is a redundant I apologize.
LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; use /NODEFAULTLIB:library
guiTextListCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiControl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiDebugger.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiMenuBar.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiPopUpCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiSliderCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiTextCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiTextEditCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiWindowCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiConsole.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiConsoleTextCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiOtherTreeViewCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
creator.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
worldEditor.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiClockHud.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiShapeNameHud.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
main.obj : error LNK2001: unresolved external symbol "class ResourceInstance * __cdecl constructNewFont(class Stream &)" (?constructNewFont@@YAPAVResourceInstance@@AAVStream@@@Z)
gFont.obj : error LNK2001: unresolved external symbol "class GFXTextureProfile GFXFontTextureProfile" (?GFXFontTextureProfile@@3VGFXTextureProfile@@A)
gfxDevice.obj : error LNK2001: unresolved external symbol "public: struct PlatformFont::CharInfo const & __thiscall GFont::getCharInfo(unsigned short)" (?getCharInfo@GFont@@QAEABUCharInfo@PlatformFont@@G@Z)
guiTextEditCtrl.obj : error LNK2001: unresolved external symbol "public: struct PlatformFont::CharInfo const & __thiscall GFont::getCharInfo(unsigned short)" (?getCharInfo@GFont@@QAEABUCharInfo@PlatformFont@@G@Z)
guiMessageVectorCtrl.obj : error LNK2001: unresolved external symbol "public: struct PlatformFont::CharInfo const & __thiscall GFont::getCharInfo(unsigned short)" (?getCharInfo@GFont@@QAEABUCharInfo@PlatformFont@@G@Z)
guiMLTextCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrNWidthPrecise(unsigned char const *,unsigned int)" (?getStrNWidthPrecise@GFont@@QAEIPBEI@Z)
guiMessageVectorCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrNWidthPrecise(unsigned char const *,unsigned int)" (?getStrNWidthPrecise@GFont@@QAEIPBEI@Z)
guiMLTextCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrNWidth(unsigned char const *,unsigned int)" (?getStrNWidth@GFont@@QAEIPBEI@Z)
guiTextListCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrNWidth(unsigned char const *,unsigned int)" (?getStrNWidth@GFont@@QAEIPBEI@Z)
guiMessageVectorCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrNWidth(unsigned char const *,unsigned int)" (?getStrNWidth@GFont@@QAEIPBEI@Z)
guiMLTextCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getBreakPos(unsigned char const *,unsigned int,unsigned int,bool)" (?getBreakPos@GFont@@QAEIPBEII_N@Z)
guiMLTextCtrl.obj : error LNK2001: unresolved external symbol "public: static class Resource __cdecl GFont::create(char const *,unsigned int,char const *,unsigned int)" (?create@GFont@@SA?AV?$Resource@VGFont@@@@PBDI0I@Z)
guiTypes.obj : error LNK2001: unresolved external symbol "public: static class Resource __cdecl GFont::create(char const *,unsigned int,char const *,unsigned int)" (?create@GFont@@SA?AV?$Resource@VGFont@@@@PBDI0I@Z)
guiControl.obj : error LNK2001: unresolved external symbol "class LangTable const * __cdecl getModLangTable(char const *)" (?getModLangTable@@YAPBVLangTable@@PBD@Z)
guiControl.obj : error LNK2001: unresolved external symbol "public: char const * __thiscall LangTable::getString(unsigned int)const " (?getString@LangTable@@QBEPBDI@Z)
winFileio.obj : error LNK2001: unresolved external symbol "public: static bool __cdecl Platform::isExcludedDirectory(char const *)" (?isExcludedDirectory@Platform@@SA_NPBD@Z)
winFont.obj : error LNK2001: unresolved external symbol "unsigned short __cdecl getFirstUTF8Char(unsigned char const *)" (?getFirstUTF8Char@@YAGPBE@Z)
winStrings.obj : error LNK2001: unresolved external symbol "unsigned char const * __cdecl getNextUTF8Char(unsigned char const *)" (?getNextUTF8Char@@YAPBEPBE@Z)
d3dx9.lib(jcdctmgr.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(trees.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cshaderprogram.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(jdcoefct.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(jdhuff.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(jchuff.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cvsprogram.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cfxlprogram.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(pngwutil.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(pngrutil.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cparse.obj) : error LNK2001: unresolved external symbol ___security_cookie
03/25/2006 (10:05 pm)
I could probably tell you the problems that Sparkling is having because I have the exact same amount of errors and am using Visual C++ 6 followed the instructions download directX 9 SDK October update + extras here are the errors. I am stumped help please.If this is a redundant I apologize.
LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; use /NODEFAULTLIB:library
guiTextListCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiControl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiDebugger.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiMenuBar.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiPopUpCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiSliderCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiTextCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiTextEditCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiWindowCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiConsole.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiConsoleTextCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiOtherTreeViewCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
creator.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
worldEditor.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiClockHud.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
guiShapeNameHud.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrWidth(unsigned char const *)" (?getStrWidth@GFont@@QAEIPBE@Z)
main.obj : error LNK2001: unresolved external symbol "class ResourceInstance * __cdecl constructNewFont(class Stream &)" (?constructNewFont@@YAPAVResourceInstance@@AAVStream@@@Z)
gFont.obj : error LNK2001: unresolved external symbol "class GFXTextureProfile GFXFontTextureProfile" (?GFXFontTextureProfile@@3VGFXTextureProfile@@A)
gfxDevice.obj : error LNK2001: unresolved external symbol "public: struct PlatformFont::CharInfo const & __thiscall GFont::getCharInfo(unsigned short)" (?getCharInfo@GFont@@QAEABUCharInfo@PlatformFont@@G@Z)
guiTextEditCtrl.obj : error LNK2001: unresolved external symbol "public: struct PlatformFont::CharInfo const & __thiscall GFont::getCharInfo(unsigned short)" (?getCharInfo@GFont@@QAEABUCharInfo@PlatformFont@@G@Z)
guiMessageVectorCtrl.obj : error LNK2001: unresolved external symbol "public: struct PlatformFont::CharInfo const & __thiscall GFont::getCharInfo(unsigned short)" (?getCharInfo@GFont@@QAEABUCharInfo@PlatformFont@@G@Z)
guiMLTextCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrNWidthPrecise(unsigned char const *,unsigned int)" (?getStrNWidthPrecise@GFont@@QAEIPBEI@Z)
guiMessageVectorCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrNWidthPrecise(unsigned char const *,unsigned int)" (?getStrNWidthPrecise@GFont@@QAEIPBEI@Z)
guiMLTextCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrNWidth(unsigned char const *,unsigned int)" (?getStrNWidth@GFont@@QAEIPBEI@Z)
guiTextListCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrNWidth(unsigned char const *,unsigned int)" (?getStrNWidth@GFont@@QAEIPBEI@Z)
guiMessageVectorCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getStrNWidth(unsigned char const *,unsigned int)" (?getStrNWidth@GFont@@QAEIPBEI@Z)
guiMLTextCtrl.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall GFont::getBreakPos(unsigned char const *,unsigned int,unsigned int,bool)" (?getBreakPos@GFont@@QAEIPBEII_N@Z)
guiMLTextCtrl.obj : error LNK2001: unresolved external symbol "public: static class Resource
guiTypes.obj : error LNK2001: unresolved external symbol "public: static class Resource
guiControl.obj : error LNK2001: unresolved external symbol "class LangTable const * __cdecl getModLangTable(char const *)" (?getModLangTable@@YAPBVLangTable@@PBD@Z)
guiControl.obj : error LNK2001: unresolved external symbol "public: char const * __thiscall LangTable::getString(unsigned int)const " (?getString@LangTable@@QBEPBDI@Z)
winFileio.obj : error LNK2001: unresolved external symbol "public: static bool __cdecl Platform::isExcludedDirectory(char const *)" (?isExcludedDirectory@Platform@@SA_NPBD@Z)
winFont.obj : error LNK2001: unresolved external symbol "unsigned short __cdecl getFirstUTF8Char(unsigned char const *)" (?getFirstUTF8Char@@YAGPBE@Z)
winStrings.obj : error LNK2001: unresolved external symbol "unsigned char const * __cdecl getNextUTF8Char(unsigned char const *)" (?getNextUTF8Char@@YAPBEPBE@Z)
d3dx9.lib(jcdctmgr.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(trees.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cshaderprogram.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(jdcoefct.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(jdhuff.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(jchuff.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cvsprogram.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cfxlprogram.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(pngwutil.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(pngrutil.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cparse.obj) : error LNK2001: unresolved external symbol ___security_cookie
#5
d3dx9.lib(c30program.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cpslegacyprogram.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cpsprogram.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(ssefasttable.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(d3dxmathx3d.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cbaseprogram.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cprogram.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(ccompiler.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(jdmarker.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(jerror.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(pngerror.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cpudetect.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cpreprocessor.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(ctokenize.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cassembler.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(d3dx9shader.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cimage.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(ccodec.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cfile.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(jcdctmgr.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(trees.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cshaderprogram.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(jdcoefct.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(jdhuff.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(jchuff.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cvsprogram.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cfxlprogram.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(pngwutil.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(pngrutil.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cparse.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(c30program.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cpslegacyprogram.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cpsprogram.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(ssefasttable.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(d3dxmathx3d.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cbaseprogram.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cprogram.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(ccompiler.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(jdmarker.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(jerror.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(pngerror.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cpudetect.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cpreprocessor.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(ctokenize.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cassembler.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(d3dx9shader.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cimage.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(ccodec.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cfile.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
../example/TSE_DEBUG.exe : fatal error LNK1120: 15 unresolved externals
Error executing link.exe.
03/25/2006 (10:06 pm)
(Continued from above)d3dx9.lib(c30program.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cpslegacyprogram.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cpsprogram.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(ssefasttable.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(d3dxmathx3d.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cbaseprogram.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cprogram.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(ccompiler.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(jdmarker.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(jerror.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(pngerror.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cpudetect.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cpreprocessor.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(ctokenize.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cassembler.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(d3dx9shader.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cimage.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(ccodec.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(cfile.obj) : error LNK2001: unresolved external symbol ___security_cookie
d3dx9.lib(jcdctmgr.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(trees.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cshaderprogram.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(jdcoefct.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(jdhuff.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(jchuff.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cvsprogram.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cfxlprogram.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(pngwutil.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(pngrutil.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cparse.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(c30program.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cpslegacyprogram.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cpsprogram.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(ssefasttable.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(d3dxmathx3d.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cbaseprogram.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cprogram.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(ccompiler.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(jdmarker.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(jerror.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(pngerror.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cpudetect.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cpreprocessor.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(ctokenize.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cassembler.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(d3dx9shader.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cimage.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(ccodec.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
d3dx9.lib(cfile.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
../example/TSE_DEBUG.exe : fatal error LNK1120: 15 unresolved externals
Error executing link.exe.
Associate Joseph Euan
silly me. :\