如何使用 ms vc++ 编译器在 netbeans 中构建 dll 文件?

Posted

技术标签:

【中文标题】如何使用 ms vc++ 编译器在 netbeans 中构建 dll 文件?【英文标题】:how to build dll files in netbeans using ms vc++ compiler? 【发布时间】:2010-01-22 19:57:51 【问题描述】:

我尝试使用 cygwin gcc 编译器和 netbeans 来创建 dll 文件,生成的 dll 文件中似乎存在问题。如果我使用 ms vc++ 编译器并在命令行上对其运行文件进行所有编译,但我不知道如何在 netbeans 中集成 ms vc++ 工具...谁能帮我解决这个问题?

谢谢 周杰伦

【问题讨论】:

【参考方案1】:

NetBeans 不提供将微软编译器集成到其 IDE 中的方法。这可能是因为它没有这样做的权利。使用 NetBeans,您只能集成用于 C/C++ 的 GNU 编译器。要使用 Microsoft C/C++ 编译器,您必须使用 MS Visual Studio IDE,或 MS Visual Studio 提供的命令行工具。

【讨论】:

以上是关于如何使用 ms vc++ 编译器在 netbeans 中构建 dll 文件?的主要内容,如果未能解决你的问题,请参考以下文章

Netbeans 7.0 编译器错误

如何在 NetBeans 中使用 Microsoft C++ 编译器?

GCC是啥编译器?跟vc自带的有啥不同?

如何添加netbeans平台编译iReport源?

netbeans c++程序无法运行

如何在 Windows 下编译 OpenSSL