JohnO Messages: 4 Registered: August 2007 Location: Ireland
Junior Member
Hi,
Thanks for the reply - much appreciated.
I'm not sure that you really need the
CONSOLE_APP_MAIN
{
...
}
construct when building/executing a console-mode program from
within theIDE. Certainly the sample program (Prog_1) below compiles
and executes fine without it.
The second program (Prog_2) is just a minor modification of it using String (with
the <Core/Core.h> headers added) and it won't build. It still does
not recognise String. What other modification is required to Prog_2
to make it work?