Results 1 to 2 of 2

Thread: Ice Runtime native implementations in .NET & code source

  1. #1
    Paca_06 is offline Registered User
    Name: Paca mike
    Organization: Personal
    Project: Learning Ice
    Join Date
    Apr 2010
    Posts
    4

    Smile Ice Runtime native implementations in .NET & code source

    Hello All,

    I was looking the source code of the native implementations in C#.NET of Ice Runtime and I cannot found the code source of the public abstract interface Communicator

    I tried to write an Ice Application (Printer example), with Mono.Net-MonoDevelop 2.0 -OpenSuse 11.2 , if I add the Ice.dll assembly to my project is working.
    With the assembly navigator of MonoDevelop, I can see inside of the Ice.dll assembly the class Communicator .
    If I look for it under all the Ice runtime .Net source code I download, I cannot find it .
    I found the CommunicatorI class "sealed class CommunicatorI : Communicator"

    Can you help me to understand and to find out the source code of the class Communicator, did I forget to download something ?

    I found under java source code the class Communicator
    "abstract class Communicator extends TreeNode implements DescriptorHolder"

    PS : I am not able to build the source code of Ice runtime .net from scratch yet :-(
    ( I am newbise with Linux & mono & Ice)


    Thanks in advance

  2. #2
    dwayne's Avatar
    dwayne is offline ZeroC Staff
    Name: Dwayne Boone
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Jan 2005
    Location
    St. John's, Newfoundland
    Posts
    397
    The Communicator class is generated from the Communicator.ice slice file by the Slice-to-C# slice translator. The slice source file can be found in slice/Ice and the generated file can be found in cs/src/Ice/generated. The INSTALL.MONO file in the source distribution contains instructions for building Ice with Mono on linux.
    Dwayne Boone

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Overlay of Ice 2.4.1 source code kills VS addin
    By rpeters in forum Help Center
    Replies: 3
    Last Post: 07-01-2010, 03:24 AM
  2. strategies for sharing ice runtime in data layer under .net
    By programmerdad in forum Help Center
    Replies: 6
    Last Post: 08-03-2006, 11:01 AM
  3. Using ICE in .NET 1.1 && .NET 2.0
    By dmitry.medvedev in forum Help Center
    Replies: 8
    Last Post: 01-27-2006, 03:48 AM
  4. Replies: 1
    Last Post: 04-28-2005, 08:55 AM
  5. Ice & .NET
    By vukicevic in forum Comments
    Replies: 7
    Last Post: 09-03-2003, 02:06 AM

Posting Permissions

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