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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you create a delphi .exe file

Status
Not open for further replies.

scotnew

Programmer
Nov 21, 2003
7
GB
I want to run my program out with dephi as an exe file. So that i can run the program on other computers that do not have dephi.

Could i please have some suggestions,

thanks in advance.
 
Is this a serious question? If so you can build your project by clicking Project -> Build (Your Project), but I think that delphi should automatically build it each time you compile. Go to the folder your project is saved and you should find your exe file there.

If you can't find it there, click Project -> options, then the directory/conditionals tab and the output directory field should show you where the exe file is saved.
 
Maybe ScotNew is using the BDE and hasn't realised he has to install it on other PCs....

Are you using the BDE to access a database?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top