Advertisement

Simple bug... too tired to think... HELP!?!?!?!?!

Started by January 24, 2001 09:26 PM
2 comments, last by ARID 23 years, 10 months ago
Well here is the problem. I am makeing a simulation and I have everything set but when I go to compile I get 7 errors all very similar they all have diffrent openings but all end with ...: local function definitions are illegal 5 of the begingings have to do with openGL the last two have to do with WinMain and WndProc so i''m betting it''s a missing headerfile or library someone key me in I have to turn this sim into the drivers of the robot for practice tomarrow night at 6:00. I have school before so I need SLEEP ... getting tired... yes very tired... sleep good very goo-..zzzzzzzzzzzzzzzzzzzzzzz
A man walks into a bar.....ouch!?! Ya get it, do ya huh huh well....awww I give up.
It is telling you the problem. It doesn''t want ''local function'' definitions.

Show the code that produced the error for more help, or just look up the error code in the compiler help.

Advertisement
It might be as simple as forgetting to close some curly brackets i.e. { but no }.

Just my thoughts take them as you will.

"People spend too much time thinking about the past, whatever else it is, its gone"-Mel Gibson, Man Without A Face
Just my thoughts take them as you will. "People spend too much time thinking about the past, whatever else it is, its gone"-Mel Gibson, Man Without A Face
Well that was a simple mistake that I made while I was tired. I put the wrong brace at the end of my Display Lists instead of closeing with } I closed with {. It compiles fine now thanks for the input
A man walks into a bar.....ouch!?! Ya get it, do ya huh huh well....awww I give up.

This topic is closed to new replies.

Advertisement