Game Development Community

Problems compiling ver 1.3 in Visual C++ 6 & 7

by Paul Jan · in Torque Game Engine · 09/30/2004 (7:20 pm) · 3 replies

Compiled and ran 1.2.2 fine in the past, but now when I tried to compile 1.3, I get build errors.

I uninstalled VC6 and installed VC7, added the registry entries, and still get the same errors.

opengl2d3d warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
opengl2d3d fatal error LNK1190: invalid fixup found, type 0xF685

#1
10/01/2004 (11:59 pm)
1.3 seems to compile fine for everyone. You might try doing a clean and re-build. Post if that works or not, please. :)
#2
10/03/2004 (5:09 pm)
Found the problem. d3dx.lib got corrupted moving from a usb external HD to computer HD.
#3
10/04/2004 (8:51 am)
Thanks for posting the follow-up. It's always helpful to see some resolution in threads like this, as it makes them a good reference for people in the future.