|
此为MAXSDK\samples\impexp\asciiexp 中的项目
在VC6.0下编译时出现的问题:
Compiling...
asciiexp.cpp
d:\3dsmax5\maxsdk\samples\impexp\asciiexp\asciiexp.cpp(203) : error C2664: 'DialogBoxParamA' : cannot convert parameter 4 from 'long (struct HWND__ *,unsigned int,unsigned int,long)' to 'int (__stdcall *)(struct HWND__ *,unsigned int,unsigned int,lo
ng)'
None of the functions with this name in scope match the target type
d:\3dsmax5\maxsdk\samples\impexp\asciiexp\asciiexp.cpp(367) : error C2664: 'DialogBoxParamA' : cannot convert parameter 4 from 'long (struct HWND__ *,unsigned int,unsigned int,long)' to 'int (__stdcall *)(struct HWND__ *,unsigned int,unsigned int,lo
ng)'
None of the functions with this name in scope match the target type
Error executing cl.exe. |
|