Re: namespace qualifies needed for global symbol
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Jan 02, 2007
- 496 views
SIXS wrote: > > > Hi, I am using wxeuphoria and "message_box "is defined as a global variable.in > wxeuphoria.e. In msgbox.e "message_box" is also described as a global > variable. > the error message tells me that I need a namespace qualifier is needed to > resolve > this . Yes, they both have a message_box routine. You probably shouldn't include msgbox.e. It's win32 only. Matt