Game Development Community

Problems with compiling TSE with VC++6

by BRIOL Valerie · in Torque Game Engine Advanced · 02/24/2006 (8:23 pm) · 3 replies

Hello all,

I have a little problem, i follow the instructions for compiling TSE with VC++ 6 service pack 6 with the Direct X SDK october 2004. And dunno why i have theses errors when the linker starting.

Linking...
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


Many thanks you for your great help.

Best regards,
Valerie BRIOL

#1
03/27/2006 (5:35 pm)
I belive VS6 is no longers supported by MS or GG, I would recommend getting the free VS8 express compiler ( it's free) besure to search for the resource so that you learn what needs to be added and tweaked
#2
03/28/2006 (10:59 am)
A quick search with google brings up this which seems to apply to Directx 9 issues with VC 6:

http://www.ogre3d.org/wiki/index.php/BuildFAQ#d3dx9.lib..._security_cookie

-Jeff
#3
03/28/2006 (8:40 pm)
-nevermind-