Game Development Community

Max2dtsExporter_Max4 doesn't compile completely!

by Nathan Martin · in Torque Game Engine · 07/07/2003 (12:17 am) · 3 replies

Everytime I try compiling the max2dtsExporter_Max4 project it fails at linking with:


Linking...
   Creating library ../tools/out.VC6.RELEASE/max2dtsExporter.lib and object ../tools/out.VC6.RELEASE/max2dtsExporter.exp
exportUtil.obj : error LNK2001: unresolved external symbol "public: virtual char * __thiscall ClassDesc::GetRsrcString(long)" (?GetRsrcString@ClassDesc@@UAEPADJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual char * __thiscall ClassDesc::GetRsrcString(long)" (?GetRsrcString@ClassDesc@@UAEPADJ@Z)
sequence.obj : error LNK2001: unresolved external symbol "public: virtual char * __thiscall ClassDesc::GetRsrcString(long)" (?GetRsrcString@ClassDesc@@UAEPADJ@Z)
skinHelper.obj : error LNK2001: unresolved external symbol "public: virtual char * __thiscall ClassDesc::GetRsrcString(long)" (?GetRsrcString@ClassDesc@@UAEPADJ@Z)
sequence.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall ParamBlockPLCB::Execute(int,unsigned long,unsigned long,unsigned long)" (?Execute@ParamBlockPLCB@@UAEJHKKK@Z)
../tools/max2dtsExporter.dle : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

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

I am using version HEAD of 07/05/2003.

#2
07/07/2003 (11:47 am)
..
the First thing to do is a search.
so in the upper right type : max2dts in there..
set the drop down box to forum.

and bang all the results you need to fix this trivial error :)

www.garagegames.com/mg/forums/result.thread.php?qt=6705
#3
07/07/2003 (12:38 pm)
Well I've just followed that and it did not help one bit. I've even went ahead and installed the Platform Core SDK. Still did no good. I get the same compile errors.


Edit: Alright I got it compiled successfully now, finally! I had to execute the bat file to register Platform SDK's directories with Visual Studio.