Board index » cppbuilder » CC3260MT.dll problem?

CC3260MT.dll problem?


2005-08-26 12:01:05 AM
cppbuilder6
Hi all, I just sent a friend some software I have written using Borland
C++ Builder but when he tries to run it he gets an error saying that
CC3260MT.dll could not be found, do I have to include this file or is
there a setting somewhere that means I can create a standalone that is
not dependant on dll's on the host machine? Cheers,
Rory.
 
 

Re:CC3260MT.dll problem?

In the Project Options try the following:
At the Compiler tab, set the compile mode to Release.
At the Packages tab, set the "build with runtime packages" checkbox to false
At the Linker tab, set the "Use dynamic RTL" checkbox to false.
Maybe this will help.
 

Re:CC3260MT.dll problem?

Quote
[...] I can create a standalone that is not dependant on dll's on the host
machine?
To make standalone exe:
UNCHECK: Project/Options/Linker/Use Dunamic RTL
UNCHECK: Project/Options/Packages/Build with runtime packages
Or separated:
Just include all necessary dll/bpl files in the OS system
folder or in the project root.
--
Best regards,
Vladimir Stefanovic
 

{smallsort}