Map2Dif Compile Problem (tgea)
by Chris Mooney · in Torque Game Engine · 08/16/2007 (3:47 pm) · 2 replies
Ive just gotten the latest version of TGEA, 1.0.2. Don't seem to have any problems compiling the tgea.exe, but the map2dif doesnt want to compile?
Im using visual studio 2005 and I have the latest directX SDK, aswell as the PSDK. Tryed a clean compile a couple times, no luck im confused.
The error:
1>Linking...
1>bspNode.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
1>LIBCMTD.lib(crt0init.obj) : warning LNK4098: defaultlib 'libcmt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
1>engine_debug.lib(sgLightMap.obj) : error LNK2019: unresolved external symbol
"bool __cdecl castRayTriangle(class Point3D const &,class Point3D const &,class Point3D const &,class Point3D const &,class Point3D const &)" (?castRayTriangle@@YA_NABVPoint3D@@0000@Z) referenced in function "public: static bool __cdecl sgShadowObjects::sgCastRayStaticMesh(class Point3F,class Point3F,class ConstructorSimpleMesh *)" (?sgCastRayStaticMesh@sgShadowObjects@@SA_NVPoint3F@@0PAVConstructorSimpleMesh@@@Z)
1>../tools/map2dif_plus_DEBUG.exe : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at "file://c:\Torque\TGEA_1_0_2\tools\out.vc8.win32.DEBUG\map2dif plus\BuildLog.htm"
1>map2dif plus - 2 error(s), 2 warning(s)
Chris
Im using visual studio 2005 and I have the latest directX SDK, aswell as the PSDK. Tryed a clean compile a couple times, no luck im confused.
The error:
1>Linking...
1>bspNode.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
1>LIBCMTD.lib(crt0init.obj) : warning LNK4098: defaultlib 'libcmt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
1>engine_debug.lib(sgLightMap.obj) : error LNK2019: unresolved external symbol
"bool __cdecl castRayTriangle(class Point3D const &,class Point3D const &,class Point3D const &,class Point3D const &,class Point3D const &)" (?castRayTriangle@@YA_NABVPoint3D@@0000@Z) referenced in function "public: static bool __cdecl sgShadowObjects::sgCastRayStaticMesh(class Point3F,class Point3F,class ConstructorSimpleMesh *)" (?sgCastRayStaticMesh@sgShadowObjects@@SA_NVPoint3F@@0PAVConstructorSimpleMesh@@@Z)
1>../tools/map2dif_plus_DEBUG.exe : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at "file://c:\Torque\TGEA_1_0_2\tools\out.vc8.win32.DEBUG\map2dif plus\BuildLog.htm"
1>map2dif plus - 2 error(s), 2 warning(s)
Chris
About the author
Torque Owner asmaloney (Andy)
Default Studio Name
Fixed in repo.