Delphi Pages Forums  

Go Back   Delphi Pages Forums > Delphi Forum > DB-Aware

Lost Password?

Reply
 
Thread Tools Display Modes
  #1  
Old 11-26-2002, 02:53 PM
ihatejava ihatejava is offline
Junior Member
 
Join Date: Sep 2002
Posts: 29
Default Do I need Delphi to run a BDE-based db app?

If Delphi isn't installed, how can I run my program that uses the BDE on that computer?

thanks
Reply With Quote
  #2  
Old 11-26-2002, 03:59 PM
HTML HTML is offline
Senior Member
 
Join Date: Jan 2001
Posts: 2,977
Default RE: Do I need Delphi to run a BDE-based db app?

Hi :-)

You just need to install the BDE
http://ibinstall.defined.net/dl_bdeinfo.htm

And to create a stand alone exe (meaning no extra bpl and dll files are needed) uncheck "Build with runtime packages" in Project Options, but the downside is that the exe will be bigger , if you don't want that try some installer,like InstallShield Express or the much preffered Inno Setup they will install the Borland bpl's for you. Also have a look at the deploy.txt file that should be in the Delphi installation path.

Links to Inno Setup.
http://www.jrsoftware.org/isinfo.php
http://www.jrsoftware.org/ishowto.phtml?a=bde
Reply With Quote
  #3  
Old 11-29-2002, 08:31 PM
ihatejava ihatejava is offline
Junior Member
 
Join Date: Sep 2002
Posts: 29
Default RE: Do I need Delphi to run a BDE-based db app?

But I still have to tell "inno" where to find the bpls and dlls right? This is what I don't know about - what files to include and where they are located. could you be more specific?

many thanks
Reply With Quote
  #4  
Old 12-01-2002, 04:22 PM
HTML HTML is offline
Senior Member
 
Join Date: Jan 2001
Posts: 2,977
Default RE: Do I need Delphi to run a BDE-based db app?

Hello :-)

If you don't compile a stand alone exe, then have a look at the Deploy.txt file that should be in the root Delphi folder(A Deploy.txt file for Delphi6 http://www.bsc.com.pl/delphi/deploy.txt) you may also have to distribute the Bpl's of the 3rd party components that you use may use.The Bpl and Dll files should be put into the Windows\System folder Also checkout http://www.dependencywalker.com
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:24 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.