Managed C++ Portability
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
What are the chances that an application written by mixing managed and unmanaged C++ being ported to a different platform like Mono. The application is developed using /CLR option and has some portions written in managed C++ which uses functionality in .net. Can this application be ported to *nix platforms using Mono. I understand that Mono has some bindings with WineLib which means that all win32 api's would work, but does that mean that the above app will work. I'm confused with the above scenario, any insights are welcome :-) thanks in advance Cheers, Kannan