Results 1 to 2 of 2

Thread: icecs.dll and Mono

  1. #1
    kwaclaw is offline Registered User
    Name: Karl Waclawek
    Organization: Personal
    Project: Whiteboard application
    Join Date
    Sep 2004
    Location
    Oshawa, Canada
    Posts
    159

    icecs.dll and Mono

    I guess this is a question for Michi:

    Is the Windows Sockets API in .NET 2.0 still buggy, so that you need
    to P/Invoke into the native Win32 API?

    I am planning an application I would like to deploy on Windows or Mono
    without needing to control the deployment process, that is, I may not know
    if it is downloaded onto a Windows or Linux machine.

    This might work if icecs.dll would not require a Mono-specific build.

    Karl
    Karl Waclawek

  2. #2
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    We are using p-invoke for a few sockets APIs because .NET 2.0 version is either missing or buggy. You can have a look at Network.cs (which I think contains most of these calls). I don't know what the situation is with .NET 3.0--I haven't tried yet. But, seeing that the native calls are guaranteed to work regardless of the .NET version, I'm not in a hurry to rip them out :-)

    Cheers,

    Michi.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Issue with Icecs 3.3.0
    By die_gestalt in forum Bug Reports
    Replies: 4
    Last Post: 08-07-2008, 09:43 AM
  2. Mono 1.2.6 and Ice
    By kovacm in forum Bug Reports
    Replies: 24
    Last Post: 12-26-2007, 06:56 PM
  3. Replies: 3
    Last Post: 05-02-2007, 09:51 AM
  4. Build issue with ICECS 3.1.0
    By lkw in forum Bug Reports
    Replies: 2
    Last Post: 07-18-2006, 10:19 PM
  5. Problems compiling IceCS with mono on Fedora Core 3
    By iostream in forum Help Center
    Replies: 5
    Last Post: 12-10-2004, 05:52 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
  •