New NuGet package available: QuantLib 1.6 for 64-bit C# projects

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

New NuGet package available: QuantLib 1.6 for 64-bit C# projects

grantathon
Hi all,

I posted this in another thread, but I wanted to make sure everyone knew about NQuantLib64 (https://www.nuget.org/packages/NQuantLib64); a recently added NuGet package that provides access to QuantLib 1.6 for 64-bit C# projects.  To be clear, there were no modifications made to the original QuantLib code prior to building the libraries and creating the package.

I hope some of you will find this useful.  Enjoy!

Cheers,

Grant
Reply | Threaded
Open this post in threaded view
|

Re: New NuGet package available: QuantLib 1.6 for 64-bit C# projects

George Wang
Hi Grant,

Thanks for sharing this! If it's not too much additional efforts, could you kindly add a 32bit version?

Have a great weekend!

George

Sent from my iPhone

> On Jul 24, 2015, at 9:13 AM, grantathon <[hidden email]> wrote:
>
> Hi all,
>
> I posted this in another thread, but I wanted to make sure everyone knew
> about *NQuantLib64* ( https://www.nuget.org/packages/NQuantLib64
> <https://www.nuget.org/packages/NQuantLib64/1.0.1>  ); a recently added
> NuGet package that provides access to QuantLib 1.6 for 64-bit C# projects.
> To be clear, there were no modifications made to the original QuantLib code
> prior to building the libraries and creating the package.
>
> I hope some of you will find this useful.  Enjoy!
>
> Cheers,
>
> Grant
>
>
>
> --
> View this message in context: http://quantlib.10058.n7.nabble.com/New-NuGet-package-available-QuantLib-1-6-for-64-bit-C-projects-tp16740.html
> Sent from the quantlib-users mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> QuantLib-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-users

------------------------------------------------------------------------------
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: New NuGet package available: QuantLib 1.6 for 64-bit C# projects

grantathon
This post was updated on .
Hi George,

I have tried to build a 32-bit version, but for some reason I am unable to properly use it in any of my projects (I get a PINVOKE exception).  I built it the same way I did it for 64-bit with the obvious adjustments, and it still doesn't work.  In the future I can try to get it working, so in the meantime I guess you will need to use the 64-bit version.

Cheers,

Grant