在 netbeans IDE 7.0 中链接 .lib 文件

发布于 2025-01-03 07:52:45 字数 94 浏览 1 评论 0原文

我正在尝试使用 Cygwin 从 netbeans IDE 7.0 运行 CPLEX。我想包含 .lib 文件,但它只需要 .a 文件。有什么方法可以包含这些 .lib 文件

I am trying to run Cplex from netbeans IDE 7.0 with Cygwin. I want to include .lib files but it takes only .a files. Is there any way to include these .lib files

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

别闹i 2025-01-10 07:52:45

Netbeans 中的每个库都可以通过在项目根目录上按鼠标右键来链接。然后,按“属性”选项,然后转到“库”选项。在“编译”选项卡中,转到“添加库”按钮,然后链接您需要的所有库。

我通常链接 cplex.jar 库并使用它来满足我的需要!检查系统操作系统(即 64 或 32 位)并确保您的 ILOG 的 CPLEX 版本已“确认”。

every lib in Netbeans is linked by pressing the right-button of the mouse on the root of your project. Then, press "Properties" option and then go the "Library" options. In the "Compile" tab go to the "Add Library" button and so link all the libraries you need.

I usually link the cplex.jar library and use it for my needs! Check-out for the system OS (i.e. 64 or 32 bit) and be sure that your ILOG's CPLEX release is "confirmed".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文