c++ builder 2009如何生成独立运行exe(转)

参考资料:https://forums.codegear.com/thread.jspa?threadID=13559&tstart=703  

查了很多网站资料,说得差不多,但是最后编译出来的还是会依赖 BORLNDMM.DLL 和CC3290MT.DLL这两个文件。  

后来看到上面的英文网站的资料,才搞定这个问题 具体操作:

1、c++ builder 2009中,打开Project>>Options

2、Diretories and Conditionals中选择Base(不是其他人说的Release)

3、C++ Linker中奖Dynamic RTL设置为False

4、Packages中去掉Build with runtime packages前面的勾

再编译即可


转载自:http://blog.csdn.net/yinxing2008/article/details/6011734

原文地址:https://www.cnblogs.com/LittleTiger/p/4708516.html