适用于 C# 的 Quantlib 64 位?

发布于 2024-12-25 13:44:23 字数 542 浏览 2 评论 0原文

刚刚发现 Quantlib 并正在评估它的使用情况。我不是一名 C++ 开发人员,我工作的员工中没有人真正拥有丰富的经验,因此我几乎是死记硬背地遵循此处的说明:

http://quantlib.org/install/vc10.shtml

下一步是使用 SWIG 转换为 C#(基于此处找到的说明:通过 SWIG 为 C# 编译 Quantlib)。

我的问题是,当我完成两篇文章中列出的所有步骤后,结果会是一个只能编译为 32 位的库吗? Boost 下载似乎表明它只是 32 位。

是否可以编译为 64 位应用程序和/或 64 位二进制文​​件是否可以在任何地方使用(Windows 平台)和/或替代包装库(如 QLNet)是一个不错的选择吗?

Just discovered Quantlib and am evaluating it for use. I am not a C++ developer, and no one on staff where I work really has deep experience with it, so I am pretty much following the instructions by rote found here:

http://quantlib.org/install/vc10.shtml

The next step will be to convert to C# using SWIG (based on instructions found here: Compiling Quantlib via SWIG for C#).

My question is, when I have completed all of the steps listed in both posts, will the result be a library that can only be compiled as 32-bit? The Boost download seems to indicate that it is 32-bit only.

Is compiling as a 64-bit application possible and/or are 64-bit binaries available anywhere (Windows platform) and/or are alternative wrapper libraries (like QLNet) a good alternative?

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

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

发布评论

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

评论(1

冷月断魂刀 2025-01-01 13:44:23

我是 QuantLib 的普通用户。为什么要将 QuantLib 转换为 C#???有 QLNet,它是 C# 库的直接移植。对于64位的,你只需要自己编译源码即可。

I'm a regular user of QuantLib. Why would you convert QuantLib to C#??? There's QLNet, which is a direct port of the library in C#. Regarding about 64 bits, you just need to compile the source yourself.

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