|
系统是WindowsXP sp2 + vc6.0+ DX9.0(sdk)+ HOHO_5.2.0.6
编译的代码是VC6Test
编译信息:
--------------------Configuration: VC6Test - Win32 Release--------------------
Compiling resources...
Compiling...
StdAfx.cpp
D:\MAKECODE\GAMEENGINE_HOHO_5.2.0.6\EXPORT FILES\INCLUDE\hPlane2D.h(244) : error C2146: syntax error : missing ';' before identifier 'GetSurface'
D:\MAKECODE\GAMEENGINE_HOHO_5.2.0.6\EXPORT FILES\INCLUDE\hPlane2D.h(244) : error C2433: 'LPDIRECTDRAWSURFACE7' : 'virtual' not permitted on data declarations
D:\MAKECODE\GAMEENGINE_HOHO_5.2.0.6\EXPORT FILES\INCLUDE\hPlane2D.h(244) : error C2501: 'LPDIRECTDRAWSURFACE7' : missing storage-class or type specifiers
D:\MAKECODE\GAMEENGINE_HOHO_5.2.0.6\EXPORT FILES\INCLUDE\hPlane2D.h(244) : error C2253: 'GetSurface' : pure specifier only applies to virtual function - specifier ignored
D:\MAKECODE\GAMEENGINE_HOHO_5.2.0.6\EXPORT FILES\INCLUDE\hPlane2D.h(523) : error C2061: syntax error : identifier 'DDGAMMARAMP'
D:\MAKECODE\GAMEENGINE_HOHO_5.2.0.6\EXPORT FILES\INCLUDE\hPlane2D.h(573) : error C2146: syntax error : missing ';' before identifier 'GetDirectDraw'
D:\MAKECODE\GAMEENGINE_HOHO_5.2.0.6\EXPORT FILES\INCLUDE\hPlane2D.h(573) : error C2433: 'LPDIRECTDRAW7' : 'virtual' not permitted on data declarations
D:\MAKECODE\GAMEENGINE_HOHO_5.2.0.6\EXPORT FILES\INCLUDE\hPlane2D.h(573) : error C2501: 'LPDIRECTDRAW7' : missing storage-class or type specifiers
D:\MAKECODE\GAMEENGINE_HOHO_5.2.0.6\EXPORT FILES\INCLUDE\hPlane2D.h(573) : error C2253: 'GetDirectDraw' : pure specifier only applies to virtual function - specifier ignored
Error executing cl.exe.
VC6Test.exe - 9 error(s), 0 warning(s)
|
|