Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Delphi Console Applications

2 views
Skip to first unread message

N Almond

unread,
Aug 7, 2000, 3:00:00 AM8/7/00
to

RE: Delphi 4
I cannot find the console application wizard. I have looked amongst all the other application, form wizards etc but cannot find it. The Borland site lists a registry edit to fix a similar problem in C++ Builder, is there a fix for Delphi?

Barry Mossman

unread,
Aug 8, 2000, 3:00:00 AM8/8/00
to
N Almond wrote

This is the IBM AS400 <===> Delphi newsgroup. You will get more readers
elsewhere.
Delphi 5 has a consol app wizard, but its not really worth the price of the
upgrade for that alone <g>:
program Project1;
{$APPTYPE CONSOLE}
uses SysUtils;

begin
// Insert user code here
end.

Barry Mossman


0 new messages