Re: access to pascal program


[ Related Articles and Replies ] [ DelphiLand FAQ ] [ Delphi Tutorials ]

Posted by Dragger on November 06, 2001 at 20:44:25:

In Reply to: access to pascal program posted by claudio on October 17, 2001 at 18:13:59:

: I need to have access and run a pascal program from delphi. As you see i am new with delphi. What do i need to change in the pascal program? (if i open it from within a project the program instruction is rejected) Is it easier to shellexe the pascal program?
: My Pascal program has lots of units that delphi does not take into account.
: Does anyone know where can i find some help on this?
: (I ve been looking to some books which refer to graphic aptitud of delphi but has no reference to this)

Delphi has so much changed from Pascal that it is easier to completely rewrite the Pascal program from scratch, copying and pasting only certain functions and procedures, because the concept of Delphi is fundamentally different.
If you use Delphi to create command-line applications, you can compile the pascal program from Pascal and later execute it from Delphi code, but I suppose this is not exactly what you want. If you are searching for information, read Delphi Help about creating command-line applications, which are very similar to Pascal ones.


Related Articles and Replies


[ Related Articles and Replies ] [ DelphiLand FAQ ] [ Delphi Tutorials ]