CodePorting.Native Cs2Cpp 18.9
Major Features
CodePorting.Native Cs2Cpp is an application to port existing C# project to C++. It consists of porting application and the library that emulates .NET calls under C++ environment. The main features are:
- Porting is performed automatically - no need to rewrite code manually.
- Ported code can be compiled using different compilers, including VC, MinGW, GCC and Clang.
- No dependency on .NET - you can run ported code on platforms without .NET support.
- Ported code features cmake files allowing it to be compiled using different build systems and IDEs.
- GUI is present to do porting in a simple, convinient way.
- Console application allows integrate porting process in scripting or CI environment.
Full List of Issues Covering all Changes in this Release
This is the first version of CodePorting.Native Cs2Cpp.
Public API and Backward Incompatible Changes
This is the first version of CodePorting.Native Cs2Cpp.