请教下面报错的原因,多谢
使用3d max sdk 开发插件
但是使用它的例子的时候,显示如下信息
--------------------Configuration: maxout2 - Win32 Debug--------------------
Compiling resources...
Compiling...
maxout2.cpp
DllEntry.cpp
Linking...
Creating library Debug/maxout2.lib and object Debug/maxout2.exp
maxout2.obj : error LNK2001: unresolved external symbol "public: virtual char * __thiscall ClassDesc::GetRsrcString(long)" (?GetRsrcString@ClassDesc@@UAEPADJ@Z)
D:\3dsmax4\plugins\maxout2.dle : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
maxout2.dle - 2 error(s), 0 warning(s)
请问这是为什么阿