Hi! Let me get this straight: You want to create a console app with "int main()" as the standard entry point. That app should create a wxFrame that actually gets shown and maybe can handle some actions. Although I'm not quite sure why you want to do that, I suppose you'd have to use IMPLEMENT_APP_NO_MAIN() and call wxEntry from you main() function. Maybe it works by only using IMPLEMENT_WXWIN_MAIN_CONSOLE, too. Check app.h starting at line 610 for some more macros.
upCASE ----------------------------------- If it was hard to write, it should be hard to read!- Do. Or do not. There is no try! |