Game Development Community

a ton of errors for Release_1_1_1

by Ace · in Torque Game Engine · 01/28/2002 (8:35 am) · 8 replies

i just downloaded the Release_1_1_1 ,the whole thing (new torque directory) and i get a ton of errors ,can some tell whats going on?



[errors removed]

so as to not clutter the forums

#1
01/28/2002 (8:40 am)
Did you run the registry updaters in the vc6 directory?

VC6 .cc compiling.reg
VC6 .cc editing.reg

That should fix things up.
#2
01/28/2002 (9:18 am)
hey thanks for the quick reply :)

my bad.... i forgot that i formated and reinstalled everything since i last compiled the sdk that did the trick,,, :)

thanks
#3
01/28/2002 (9:23 am)
np, had the same problem myself :)
#4
01/28/2002 (9:28 am)
do think i need to be concerned with these warnings?

--------------------Configuration: max2dtsExporter Max3 - Win32 Release--------------------
Linking...
Creating library ../tools/out.VC6.RELEASE/max2dtsExporter.lib and object ../tools/out.VC6.RELEASE/max2dtsExporter.exp
LINK : warning LNK4089: all references to "GDI32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "WINMM.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "WSOCK32.dll" discarded by /OPT:REF

max2dtsExporter.dle - 0 error(s), 3 warning(s)

thanks again
#5
01/28/2002 (9:31 am)
No, those are normal optimization errors. Those libraries are not used by some of the tools, so the linker is just getting rid of them. I tried removing them from the link list, but it didn't seem to like that either.
#6
02/06/2002 (8:11 am)
Tim, after downloading the head version recently, I checked the changelog and saw the notes about the Max 4 exporter. Before changing the BASETSD.H, I compiled the max4 exporter and it didn't work (Max could not load the .dle/plugin). Now after applying the long-to-int change, I get those three linker errors posted above and Max now tells me that the plugin is an obsolete.

Do you have anything else that might work or did I do something wrong? If not, does anyone currently have a working dle they can send me?
#7
02/06/2002 (10:11 am)
there is a download for it in the download section on this site
#8
02/06/2002 (10:41 am)
Well then! Thanks.