Game Development Community

First time compile Problems

by Dylan Sale · in Torque Game Engine · 05/12/2002 (2:47 am) · 0 replies

--------------------Configuration: max2dtsExporter Max4 - Win32 Release--------------------
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)

is what I get when i try to compile this max exporter.

The other one worked (max2map)but that is for MAX R3 (i only have 4). I tried copying the max40 lib files to the max31 dir but that made...

--------------------Configuration: max2mapExporter - Win32 Release--------------------
Linking...
Creating library ../tools/out.VC6.RELEASE/max2mapExporter.lib and object ../tools/out.VC6.RELEASE/max2mapExporter.exp
main.obj : error LNK2001: unresolved external symbol "public: virtual char * __thiscall ClassDesc::GetRsrcString(long)" (?GetRsrcString@ClassDesc@@UAEPADJ@Z)
../tools/max2mapExporter.dle : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

max2mapExporter.dle - 2 error(s), 0 warning(s)


PLEASE HELP....