Problem compiling LP map2dif
by SqHd · in Torque Game Engine · 07/10/2005 (8:24 am) · 3 replies
Hello,
I was hoping to take advantage of the new light map feature in Quark using the LP's map2dif, but unfortunately I receive this error when compiling:
Fatal error LNK1181: cannot open input file 'engine.lib'
I am using VC7 and I was able to compile the Lighting Pack demo without a problem.
Thanks in advance,
Kerry
I was hoping to take advantage of the new light map feature in Quark using the LP's map2dif, but unfortunately I receive this error when compiling:
Fatal error LNK1181: cannot open input file 'engine.lib'
I am using VC7 and I was able to compile the Lighting Pack demo without a problem.
Thanks in advance,
Kerry
Torque Owner Markus Nuebel
ToqueLib is a project containing all the core torque stuff, without a game on top of it.
This project compile the static library: engine.lib (or engine_debug.lib) which is located in
This library is needed to link map2diff, so make sure you have the path where you engine.lib will be generated added to your linker settings for the map2dif project.
-- Markus