Game Development Community

I have problem with compilation SDK...

by Wasik Slawomir · in General Discussion · 03/24/2002 (1:24 pm) · 1 replies

Why I not can't compile max2dtsExporeter Max4? This is list of errors:

--------------------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)

#1
03/24/2002 (2:04 pm)
Wasik,

This is a public forum, your question should be moved to the Torque Engine private forums. You'll get a better responce there:

[Getting Started]
http://www.garagegames.com/index.php?sec=mg&mod=forums&page=result.forum&qf=52

In answer to your question, you may be using VC.Net, which is known to have issues compiling the current SDK. If this is not the case (ie, you are using VC++ 6.0), then I don't know. But if you search the forum link above (and the other private forums) you may find that your question has already been answered.

Hope that helps,
--Bryan