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

Distribution libraries for C++ Builder 6 1

Status
Not open for further replies.

BuilderSpec

Programmer
Dec 24, 2003
383
GB
Hi

My installshield has "broken" and i can;t seem to repair it! I am trying to distribute a program that uses ADO database stuff from C++ Builder 6. I know that in installshield you specify that it uses the db stuff and it includes the relevant files into the package.

Can anyone tell me what files i need to include so that my app will work on any machine please ?

Regards

BuilderSpec
 
faq101-187 said:
How do I find out which DLLs my program depends upon?

To find out which DLL's your program needs, use the command line utility TDUMP.EXE with the -em. switch (note the period after the letter m). For example, type the following at the command (DOS) prompt:

tdump -em. myproject.exe


This will list all DLLs that myproject depends upon.

See if this helps.

James P. Cottingham
-----------------------------------------
I'm number 1,229!
I'm number 1,229!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top