Game Development Community

VC7 2002

by Carl A Harris · in Torque Game Engine · 12/28/2005 (7:17 am) · 5 replies

Just trying to build the basic SDK and I'm getting multiple "buildWad" LNK errors.

1 warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specified.
3 error LNK2019: unresolved enternal symbol
1 fatal error LNK1120: 3 unresolved externals

My problem is that I have no earthly idea what it wants from me.

Anyone have any ideas? Or have you seen this happen?
I can give exact LNK2019 errors.

#1
12/28/2005 (10:53 am)
Add IMM32.lib to the buildWad project.
#2
12/30/2005 (2:56 pm)
Thanks Matthew that removed most of the LNK errors.
only the first LNK error exists. But I can run it from the example folder. Not from inside the IDE.
I appreciate the help.
#3
12/30/2005 (3:46 pm)
Hum. What exactly is the remaining link error?
#4
12/30/2005 (10:41 pm)
Just that first one Warning:

1 warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specified.

I'm still looking for that.
#5
12/30/2005 (11:14 pm)
That is just a warning. Your executable built fine. You should be able to run from the IDE. Make sure your project has "../example" (without quotes) set as the working directory.