I have BDS 2006 C++ installed on my machine. Now I create simple test VCL program. It runs on my machine without any problem. But while running on other another machine it reports about missing libraries:
- cc3270.dll
- borlndmm.dll
In project options Linker/Linking/Use dynamic RTL
is unckecked. Packages/Build with runtime packages
- unchecked. Build configuration - Release
.
What I do wrong and how to compile without external dependencies or may be to link my exe with these libraries.