Game Development Community

TGE 1.5 VS 2005 Project error

by Marc Dreamora Schaerer · in Torque Game Engine · 02/07/2007 (9:18 am) · 1 replies

The current version has an error in the Torque Tool Lib project.
It misses the whole lightingSystem source folder.

This causes a linker error on compilation of map2diff / map2diff_plus


Until fixed, you can solve the problem in VS 2005 by opening Torque Demo - sources
Right click on lightingSystem - copy
right click on Torque Tool Lib - paste

After that, map2dif / map2dif_plus can be compiled.

#1
04/01/2007 (1:54 pm)
I hit the same problem here when building from source. (Visual C++ 2005 Express Edition on Win2K). The workaround described above worked for me.

... there may be a similar problem compiling map2dif/map2dif_plus on Linux, and this is a good hint as to how to work around one of those problems.