PDA

View Full Version : Deploying application


medorix
02-20-2005, 01:54 AM
-I am using C++ Builder, how can export my Programs to other users (Checking dependencies) and put all the required files in a single setup program.

- If no one know, pleas tell me about doing that using C++ in general way.

Ed Mack
02-20-2005, 02:51 AM
You could include the (perhaps more obscure) dlls in the directory with the program, and/or have some installer program check for things like directX ect.