Results 1 to 2 of 2

Thread: Using C# with Freeze for C++

  1. #1
    Bytenik's Avatar
    Bytenik is offline Registered User
    Join Date
    Apr 2005
    Location
    Vancouver, BC, Canada
    Posts
    6

    Post 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!
    Ken Carpenter
    Pervasive Media Co.
    Project: Aurora (A Space Strategy MMO RTS)
    (No public web site yet)

  2. #2
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 4
    Last Post: 09-02-2010, 12:11 PM
  2. Freeze::ConnectionPtr from Freeze::Map Obj
    By paolo in forum Comments
    Replies: 1
    Last Post: 01-05-2008, 05:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •