Can BOOST libraries be integrated with c++/CLR .net?

Hi, my name is Joe and I am new to the Boost libraries. Here's my question: Can BOOST libraries be integrated with c++/CLR .net? Does is work with clr/.NET? Thanks, Joe Pagliarulo

Joe Pagliarulo wrote:
Hi, my name is Joe and I am new to the Boost libraries. Here's my question: Can BOOST libraries be integrated with c++/CLR .net? Does is work with clr/.NET?
I have just recently used std::map with managed objects:
typedef std::map< CString, gcroot

From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Joe Pagliarulo Sent: Monday, April 19, 2010 8:44 PM To: boost-users@lists.boost.org Subject: [Boost-users] Can BOOST libraries be integrated with c++/CLR .net? Hi, my name is Joe and I am new to the Boost libraries. Here's my question: Can BOOST libraries be integrated with c++/CLR .net? Does is work with clr/.NET? FWIW, the Boost.math library has been used to create a small .Net statistical Distribution explorer application. The C++ is in a .dll compiled with the /clr option and is linked to the application is in C#. Paul --- Paul A. Bristow Prizet Farmhouse Kendal, UK LA8 8AB +44 1539 561830, mobile +44 7714330204 pbristow@hetp.u-net.com

Am 19.04.2010 21:44, schrieb Joe Pagliarulo:
Hi, my name is Joe and I am new to the Boost libraries. Here's my question: Can BOOST libraries be integrated with c++/CLR .net? Does is work with clr/.NET?
It works without problems. We use a lot of the libraries
participants (4)
-
Dan Bloomquist
-
Hansjoerg
-
Joe Pagliarulo
-
Paul A. Bristow