Results 1 to 2 of 2

Thread: Ice 1.2 on Windows 98

  1. #1
    shantanu_k06 is offline Registered User
    Name: Shantanu Kumar
    Organization: Hewlett Packard
    Project: Prototypes for Distributed Apps
    Join Date
    Sep 2003
    Posts
    24

    Ice 1.2 on Windows 98

    Hi there,

    It has been mentioned that Ice 1.2 is not yet supported on Windows 98. I was trying some simple tests on IceJ on Windows 98 and it's working fine. I didn't try any services though.

    I was wondering what are the components that are not supported on Windows 98? Can I use it if I don't want the services? Anybody encountered something not working on Win98?

    Regards,
    Shantanu

  2. #2
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hello,

    The next Ice release will support Windows 98.

    IceJ 1.2 should work on Windows 98, although we did not test it.

    Ice 1.2 is using CriticalSection for the IceUtil::Mutex implementation, and TryEnterCriticalSection is not implemented on Windows 98 ... so you'll run into trouble as soon as Mutex::tryLock() is called.
    Also, the Ice 1.2 build system defines UNICODE which causes problem if you build on Windows 2000 or XP and want to run on Windows 98; this is fixed on the current Ice mainline.

    Cheers,
    Bernard

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Using Ice under Unix and Windows
    By fengshengheli in forum Help Center
    Replies: 3
    Last Post: 05-13-2010, 09:21 AM
  2. Can ICE-E be used on windows CE
    By rano in forum Help Center
    Replies: 3
    Last Post: 07-19-2007, 07:54 AM
  3. ICE for Windows using Eclipse??
    By Manolo1979 in forum Help Center
    Replies: 1
    Last Post: 02-03-2006, 07:01 AM
  4. ICE and Windows Firewall
    By aroan in forum Help Center
    Replies: 1
    Last Post: 10-21-2005, 03:46 AM
  5. ICE Windows Service
    By amrufon in forum Help Center
    Replies: 5
    Last Post: 07-16-2004, 08:17 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
  •