Board index » cppbuilder » What is needed to distribute my app ????

What is needed to distribute my app ????

Hi!

I',m gona distribute my app to some users. I have linked without dynamic
RTL, I understand that as static linked.

But, du I have to distribute all those bpl files for all those
components I have used.

I've also seen need for a DLL: cp3240mt.dll, what is that ??

Per K?re Foss
Geologica

 

Re:What is needed to distribute my app ????


I needed the two DLL's:
    cp3240mt.dll
    borlndmm.dll

Why ???

Per K?re Foss

Quote
Per K?re Foss wrote:
> Hi!

> I',m gona distribute my app to some users. I have linked without dynamic
> RTL, I understand that as static linked.

> But, du I have to distribute all those bpl files for all those
> components I have used.

> I've also seen need for a DLL: cp3240mt.dll, what is that ??

> Per K?re Foss
> Geologica

Re:What is needed to distribute my app ????


You have the "build with runtime packages" enabled in
Project|Options|Packages.

Hope will help you

Karsten Haar
Vizion Factory ApS

Re:What is needed to distribute my app ????


Quote
Per K?re Foss wrote:

> I needed the two DLL's:
>     cp3240mt.dll
>     borlndmm.dll

> Why ???

You are linking the runtime library dynamically.

Go to Project/Options/Linker and uncheck "Use dynamic RTL".

Rebuild your project and the dependencies on these files should be
gone.  You can verify using TDump.  The resulting binary will also be
larger.

--
Chris Hill
hil...@cs.purdue.edu

Other Threads