Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

compile delphi source from commandline 2

Status
Not open for further replies.

kayDelphi

Programmer
Mar 15, 2010
7
US
Hi,
Im new to delphi programming environment,and im try to implements some feature with my.net program that can compile delphi source at runtime using commandline prompt.I want to know if possible to compile delphi source code from command line prompt without the delphi IDE. I have codegear 2009 installed on my computer. Also, is there any seperate commandline compiler for delphi like microsoft vb/c++/C# so that i can execute delphi from command line on the system that does not have delphi installed.

thanks
kay

 
some feature with my.net program that can compile delphi source at runtime using commandline prompt.

You won't be able to do this without writing your own compiler or interpreter.

I want to know if possible to compile delphi source code from command line prompt without the delphi IDE.

No.

I'm waiting for the white paper entitled "Finding Employment in the Era of Occupational Irrelevancy
 
If you have Delphi installed you can invoke the dcc32.exe program to compile code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top