Subj : Re: Whar are all the Borland runtime libraries i need to ship To : borland.public.cpp.borlandcpp From : Jogy Date : Mon Jul 07 2003 02:27 pm vijayreddy wrote: > hi > every body > i want to ship boarland runtime c/c++ DLL and library with my installation.but i am not sure what are all the files to ship. > i am sure cw3230mt.dll and/or cw3230 are 2 of the files i have to ship.is there any more i need to ship??? > > thank u > regards > vijay pothireddy Hello, If you are using Borland C++ 5.0x, in BC5\DOC you can look for the file redist.txt, which describes the redistributable files. You can use a utility like Dependency Walker: http://www.dependencywalker.com/ to see which DLLs does the program require. Also, you can build the application with static linked libraries, which can make it easier to distribute. -- Jogy http://www.jogy.net/ jogy@sirma.bg .