oh !
of course, thanks.
Windows
VC6
> What do you mean when you say you've created a pjd console? DB
> doesn't do
> console
In settings->configuration I can set GUI mode as Console.
After that any suggestion where can I wrote my main() ?
And in which manner can I call it ?
In GUI mode, in app::OnInit()
mainFrame* mainWindow = new mainFrame( NULL, ID_mainFrame );
mainWindow->Show(true);
in console mode ?
Anyway I understand that I can create console cpp from scratch,
but as DB has this feature ....
Thanks.
JD
--- In anthemion-devtools%40yahoogroups.com">anthemion-devtools
yahoogroups.com, Dave Silvia <dsilvia
...>
wrote:
>
> Hi!
>
> Well, first the usual questions:
>
> Platform: ? (Windows, Linux, Mac, Solaris, FreeBSD...)
> wxWidgets version: ?
> Build tools: ? (GCC, MinGW, Visual Studio...)
>
> Then the specifics:
>
> What do you mean when you say you've created a pjd console? DB
doesn't do
> console. At least, not automagically. It can be done with some
tweaks, but one
> needs to know specifics about your environment (e.g., the info above).
>
> HTH:
>
> thx,
> Dave S.
>
> BTW, I have a Visual Studio wxWidgets console stub. It can be
stripped for use
> with other build systems.
>
>
> wxMS_developers � Development with wxWidgets on MSWindows
> http://tech.groups.yahoo.com/group/wxMS_developers/join
>
> wxMS_developers RSS feed
> http://rss.groups.yahoo.com/group/wxMS_developers/rss
>
>
> -- On Fri, 10 Nov 2006 16:19:46 -0000 javadev9797 wrote --
> > Hi.
> > I have created a pjd console; now it has a typical dbapp.h and
> > dbapp.cpp.
> >
> > I would like to create console.cpp where i can check main arg and
> > son on; any suggestion,template or other solutions ?
> >
> > Thanks
> >
> > JD
> >
> >
> > Yahoo! Groups Links
> >
> > To visit your group on the web, go to:
> > http://groups.yahoo.com/group/anthemion-devtools/
> >
> > Your email settings:
> > Individual Email | Traditional
> >
> > To change settings online go to:
> > http://groups.yahoo.com/group/anthemion-devtools/join (Yahoo! ID
> > required)
> >
> > To change settings via email:
> > mailto: anthemion-devtools-digest%40yahoogroups.com">anthemion-devtools-digest
yahoogroups.com mailto:anthemion-
> > devtools-fullfeatured%40yahoogroups.com">devtools-fullfeatured
yahoogroups.com
> >
> > To unsubscribe from this group, send an email to: anthemion-
> > devtools-unsubscribe%40yahoogroups.com">devtools-unsubscribe
yahoogroups.com
> >
> > Your use of Yahoo! Groups is subject to:
> > http://docs.yahoo.com/info/terms/
>
.