简体   繁体   English

Quantlib 64位适用于C#吗?

[英]Quantlib 64-bit for C#?

Just discovered Quantlib and am evaluating it for use. 刚发现Quantlib并正在对其进行评估。 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: 我不是C ++开发人员,在我工作的工作人员中也没有人真正有过丰富的经验,因此,我非常遵循此处的死记硬背的指示:

http://quantlib.org/install/vc10.shtml 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# ). 下一步将是使用SWIG转换为C#(基于此处的说明: 通过SWIG为C#编译Quantlib )。

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? 我的问题是,当我完成两篇文章中列出的所有步骤时,结果将是只能编译为32位的库吗? The Boost download seems to indicate that it is 32-bit only. Boost下载似乎表明它仅是32位。

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? 是否可以将其编译为64位应用程序和/或在任何地方(Windows平台)都可以使用64位二进制文​​件,并且/或者替代包装程序库(例如QLNet)是否是一个很好的替代选择?

I'm a regular user of QuantLib. 我是QuantLib的普通用户。 Why would you convert QuantLib to C#??? 为什么将QuantLib转换为C#? There's QLNet, which is a direct port of the library in C#. 有QLNet,它是C#中库的直接端口。 Regarding about 64 bits, you just need to compile the source yourself. 关于64位,您只需要自己编译源即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM