Advertisement

little noob question PLZ help

Started by March 03, 2003 04:11 AM
1 comment, last by not yet 22 years ago
ok my little prob. is this : ive made a little demo but i want when the demo ends a Frame showing up (a normal windows application) so i wrote this : Fmainmenu->Visible=true; at the end of KillGlWindow(); but now it says something like "Linker : AccesViolation" ....
URGH. Please check your post before hitting that button, that was awful to read.

Anywhoo

Probably somehow Fmainmenu is being deleted before you access it.

Do not meddle in the affairs of moderators, for they are subtle and quick to anger.


ANDREW RUSSELL STUDIOS
Cool Links :: [ GD | TG | MS | NeHe | PA | SA | M&S | TA | LiT | H*R ]
Got Clue? :: [ Start Here! | Google | MSDN | GameDev.net Reference | OGL v D3D | File Formats | Asking Questions | Go FAQ yourself ]

Advertisement
if it''s a linker error, then it''s probably an error in your code. Do you have access to the variable from the calling function? ie. is Visible private?

This topic is closed to new replies.

Advertisement