适用于 C# 的 Quantlib 64 位?
刚刚发现 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我是 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.