[Mono-list] Mono and Managed C++ ? Worth the effort ?

2012-02-07 Thread Andrew Tierney
Hi All, I have a project I am working on that I would like to port to Linux that uses the PcapDotNet library: https://PcapDotNet.svn.codeplex.com/svn It's an amazing library, fast and full featured. I chose this library over SharpPCap based on my reading that managed c++ would be

Re: [Mono-list] Mono and Managed C++ ? Worth the effort ?

2012-02-07 Thread Slide
On Tue, Feb 7, 2012 at 4:18 AM, Andrew Tierney and...@castlesoft.com.auwrote: Hi All, ** ** I have a project I am working on that I would like to port to Linux that uses the PcapDotNet library: ** ** https://PcapDotNet.svn.codeplex.com/svn ** ** It’s an amazing library,

Re: [Mono-list] Mono and Managed C++ ? Worth the effort ?

2012-02-07 Thread Alan
If your managed C++ can be compiled as pure .NET, then it is supported as there is no native code. However, if you are using native code you would have to firstly recompile your C++/CLI on every platform you want to run on (as the native code is platform specific) and then find a way to generate