Board index » cppbuilder » Dependencies

Dependencies


2003-08-14 06:34:24 AM
cppbuilder90
Hi,
When I run my application on another computer (other than where
I develop, i.e have Builder installed on) it needs a bunch of
Borland libraries. What I want to know is how do you find out
if you have all the files the application is dependant on when
you deploy the application?
Any and all help will be greatly appreciated.
 
 

Re:Dependencies

go to the command prompt and type tdump -em. myprog.exe
It should list everything that you need. Another option is to use the build
with runtime packages turned on this does however result in a larger
executable.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (www.grisoft.com).
Version: 6.0.506 / Virus Database: 303 - Release Date: 8/1/2003
 

Re:Dependencies

"Johann" < XXXX@XXXXX.COM >wrote in message
Quote
When I run my application on another computer (other
than where I develop, i.e have Builder installed on) it needs
a bunch of Borland libraries. What I want to know is how
do you find out if you have all the files the application is
dependant on when you deploy the application?
A better approach would be to remove the dependancies in the first place.
Go into the Project Options and disable the "Use Dynamic RTL" and "Build
with Runtime Packages" options.
Gambit
 

{smallsort}