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

Distribute Applications

Status
Not open for further replies.

kiddjr

Programmer
Joined
Sep 17, 2004
Messages
5
Location
US
I am trying to distribute a small application to another computer using the Install Shield that comes with Builder. When I try to launch the application after the install it's barking about not having BORLANDMM.dll. I can't seem to find this file anywhere. Could someone point me in the right direction.

Thanks
 
If you search for "BORLNDMM.DLL" , you might have better luck.
 
It's in bin/ subdirectory of BCB installation.
 
Or make the program include this file in the very beginning. I believe it's 2ffat that made a FAQ about that, search and you will find.

Totte
Keep making it perfect and it will end up broken.
 
Or you can try another installer.

Inno Setup is a free and pretty easy to use install maker.

I've been using it for a few years and its always worked great for me no matter the size of my programs.

-Ruggie
 
Here is what you should:
1. Go to Project and click on Options
2. Project window will pop-up. Click on the Linker tab
3. Deselect
Create Debug information and Use Dynamic RTL
4. Click on the Compiler tab and under the Debugin section
Deselect all the 3 check boxes.
Under teh Compiling section
Deselect stack frames

Select none on Code optimization section (Note: you may not need to this this step)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top