Board index » cppbuilder » Dependencies
Johann
![]() CBuilder Developer |
Johann
![]() CBuilder Developer |
Dependencies2003-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. |
Junk Mail
![]() CBuilder Developer |
2003-08-14 06:47:45 AM
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 |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2003-08-15 02:03:07 AM
Re:Dependencies
"Johann" < XXXX@XXXXX.COM >wrote in message
QuoteWhen I run my application on another computer (other with Runtime Packages" options. Gambit {smallsort} |