yeah thamls, you are right - I've already found the answer! :) File phyexp.h is in
CharacterStudio SDK and
in 3dsMax5 it is distributed separately - it can be freely downloaded
from Discreet's download site:
http://www.discreet.com/support/max/download/download.php3 or directly
from here: ftp://ftp1.discreet.com/web/support/cstudio/CS41_SDK.exe
(1.4 mb)
But I still can't compile and and this time I guess I won't be able to
do anything without someone's advice :) When compiling I receive 2
strange error messages:
--------------------Configuration: smdlexp - Win32 Debug--------------------
Compiling...
smdlexp.cpp
c:\maxplugins\smdlexp\smedefs.h(96) : error C2259: 'SmdExportClass' : cannot
instantiate abstract class due to following members:
c:\maxplugins\smdlexp\smedefs.h(24) : see declaration of 'SmdExportClass'
c:\maxplugins\smdlexp\smedefs.h(96) : warning C4259: 'int __thiscall
SceneExport::DoExport(const char *,class ExpInterface *,class Interface *,int,unsigned
long)' : pure virtual function was not defined
d:\3dsmax5\maxsdk\include\impexp.h(83) : see declaration of 'DoExport'
c:\maxplugins\smdlexp\smedefs.h(96) : error C2259: 'SmdExportClass' : cannot
instantiate abstract class due to following members:
c:\maxplugins\smdlexp\smedefs.h(24) : see declaration of 'SmdExportClass'
c:\maxplugins\smdlexp\smedefs.h(96) : warning C4259: 'int __thiscall
SceneExport::DoExport(const char *,class ExpInterface *,class Interface *,int,unsigned
long)' : pure virtual function was not defined
d:\3dsmax5\maxsdk\include\impexp.h(83) : see declaration of 'DoExport'
Error executing cl.exe.
SMDLEXP.DLE - 2 error(s), 2 warning(s)
smedefs.h(24) is:
class SmdExportClass : public SceneExport
{
...
smedefs.h(96) is:
class SmdExportClassDesc : public ClassDesc
{
...
(96:) void * Create(BOOL loading=FALSE) { return new SmdExportClass; }
...
}
Best regards,
Slava
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders