C:\Documents and Settings\AHLEM\Bureau\rav\exemple opengl\lesson03\ex\ex.cpp(152) : error C2601: 'KillGLWindow' : local function definitions are illegal
C:\Documents and Settings\AHLEM\Bureau\rav\exemple opengl\lesson03\ex\ex.cpp(200) : error C2601: 'CreateGLWindow' : local function definitions are illegal
C:\Documents and Settings\AHLEM\Bureau\rav\exemple opengl\lesson03\ex\ex.cpp(368) : error C2601: 'WndProc' : local function definitions are illegal
C:\Documents and Settings\AHLEM\Bureau\rav\exemple opengl\lesson03\ex\ex.cpp(429) : error C2601: 'WinMain' : local function definitions are illegal
C:\Documents and Settings\AHLEM\Bureau\rav\exemple opengl\lesson03\ex\ex.cpp(489) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
أما في 07 مايو 2009 05:08 م، فقد تنهد maya بارتياح وهو يرد:
السلام عليكم...\ex\ex.cpp(152) : error C2601: 'KillGLWindow' : local function definitions are illegal
...\ex\ex.cpp(200) : error C2601: 'CreateGLWindow' : local function definitions are illegal
...\ex\ex.cpp(368) : error C2601: 'WndProc' : local function definitions are illegal
...\ex\ex.cpp(429) : error C2601: 'WinMain' : local function definitions are illegal
...\ex\ex.cpp(489) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
......
for (int i=0;i<t.size();i++)>
{
glBegin(GL_TRIANGLES);
glColor3f(0.0f,0.0f,0.1f);
glVertex3f(v[t[i].v1-1].x*0.25, v[t[i].v1-1].y*0.25, v[t[i].v1-1].z*0.25);
glVertex3f(v[t[i].v2-1].x*0.25, v[t[i].v2-1].y *0.25, v[t[i].v2-1].z *0.25);
glVertex3f(v[t[i].v3-1].x *0.25, v[t[i].v3-1].y*0.25 , v[t[i].v3-1].z*0.25);
glEnd(); // Done Drawing The Quad
return TRUE; // Keep Going
}
GLvoid KillGLWindow(GLvoid) // Properly Kill The Window
{
if (fullscreen) // Are We In Fullscreen Mode?
{
ChangeDisplaySettings(NULL,0); // If So Switch Back To The Desktop
ShowCursor(TRUE); // Show Mouse Pointer
}
....
IBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/ex.exe : fatal error LNK1120: 1 unresolved externals
int main()
{
// Same implementation
}
/SUBSYSTEM:WINDOWS
بدلاً عن
/SUBSYSTEM:CONSOLE
LINK : fatal error LNK1104: cannot open file "opengl.obj"
اسفة لانني اسال عن اشياء احتمال انها تبدو لكم تافهة لكنني جديدة في هذا المجال
وفي 14/جمادى الأولى/1430 08:37 ص، ظهر شبح ابتسامة على وجه عبد اللطيف حاجي علي وهو يقول:
int main()أما في 08 أيار 2009 11:06 ص، فقد تنهد maya بارتياح وهو يرد:
فلم اتيني اي خطا لكن لا يرسم لي هل من الممكن ان اعدادات الرسم هي السبب