Board index » delphi » How to write a ondinary Pascal program using Dephi 2.0?

How to write a ondinary Pascal program using Dephi 2.0?

The Dephi 2.0 is for Object Orient Programming. It uses unit.pas, which is a
lot of procedure for OOP. How can I write simple a pascal style program (or
where to write)?

 

Re:How to write a ondinary Pascal program using Dephi 2.0?


Use {$APPTYPE CONSOLE}

Quote
Isaac Lau wrote:

> The Dephi 2.0 is for Object Orient Programming. It uses unit.pas, which is a
> lot of procedure for OOP. How can I write simple a pascal style program (or
> where to write)?

Other Threads