Advertisement

Anyone ever saw this?

Started by November 08, 2001 04:49 PM
2 comments, last by HardSniper 23 years, 3 months ago
    
C:\Program Files\Microsoft Visual Studio\MyProjects\opengl17\opengl17.cpp(88) : error C2601: 'BuildFont' : local function definitions are illegal
C:\Program Files\Microsoft Visual Studio\MyProjects\opengl17\opengl17.cpp(119) : error C2601: 'KillFont' : local function definitions are illegal
C:\Program Files\Microsoft Visual Studio\MyProjects\opengl17\opengl17.cpp(125) : error C2601: 'glPrint' : local function definitions are illegal
C:\Program Files\Microsoft Visual Studio\MyProjects\opengl17\opengl17.cpp(160) : error C2601: 'ReSizeGLScene' : local function definitions are illegal
C:\Program Files\Microsoft Visual Studio\MyProjects\opengl17\opengl17.cpp(178) : error C2601: 'InitGL' : local function definitions are illegal
C:\Program Files\Microsoft Visual Studio\MyProjects\opengl17\opengl17.cpp(198) : error C2601: 'DrawGLScene' : local function definitions are illegal
C:\Program Files\Microsoft Visual Studio\MyProjects\opengl17\opengl17.cpp(258) : error C2601: 'KillGLWindow' : local function definitions are illegal
C:\Program Files\Microsoft Visual Studio\MyProjects\opengl17\opengl17.cpp(297) : error C2601: 'CreateGLWindow' : local function definitions are illegal
C:\Program Files\Microsoft Visual Studio\MyProjects\opengl17\opengl17.cpp(467) : error C2601: 'WndProc' : local function definitions are illegal
C:\Program Files\Microsoft Visual Studio\MyProjects\opengl17\opengl17.cpp(528) : error C2601: 'WinMain' : local function definitions are illegal
C:\Program Files\Microsoft Visual Studio\MyProjects\opengl17\opengl17.cpp(588) : fatal error C1004: unexpected end of file found
    
I'm using the same basecode that has worked many times before, im on lesson 17... HardSniper Edited by - HardSniper on November 8, 2001 5:50:24 PM
HardSniper
Seems to me, you forgot, or accidentally deleted a closing brace...
Advertisement
that''s what it sounds like to me too.
------------------General Equation, this is Private Function reporting for duty, sir!a2k
that was it... thanks for the help
HardSniper

This topic is closed to new replies.

Advertisement