Archived

This forum has been archived. Please start a new discussion on GitHub.

Using C# with Freeze for C++

Since C# does not yet have Freeze support, is there any problem for me to write most of my project in C#, and then use a C++ Ice service (using Freeze) to save my application state?

Alternatively, is there any other way to integrate Freeze for C++ with C#?

Thanks to anyone who can help!

Comments

  • Freeze is not a stand-alone service, but needs to be linked with your application. So this would only work if you would write the parts of your application that require persistence in C++ or Java, which both have support for Freeze.

    There is no way to use Freeze for C++ in an Ice for C# program directly.