|
|
//========全局变量========
int OPENGL; int m_OpenGL;
HDC hDC;
HGLRC hRC=NULL;
HWND hWnd=NULL;
int Width=800;
int Height=600;
int bits=16;
bool Lbutdown;
bool Rbutdown;
CString filename;
=========================
有人知道最后一行中错在哪吗?我怎么看不明白-
-------------------Configuration: 3D场景编辑器 - Win32 Debug--------------------
Compiling...
3D场景编辑器.cpp
G:\办公软件\VC++.6.0.with.SP6\VC6EN\MyProjects\3D场景编辑器\3D场景编辑器.cpp(18) : error C2146: syntax error : missing ';' before identifier 'filename'
G:\办公软件\VC++.6.0.with.SP6\VC6EN\MyProjects\3D场景编辑器\3D场景编辑器.cpp(18) : error C2501: 'CString' : missing storage-class or type specifiers
G:\办公软件\VC++.6.0.with.SP6\VC6EN\MyProjects\3D场景编辑器\3D场景编辑器.cpp(18) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\3D场景编辑器.sbr': No such file or directory
Error executing bscmake.exe.
3D场景编辑器.exe - 4 error(s), 0 warning(s)
错误提示如上,有人知道吗? |
|