Results 1 to 4 of 4

Thread: Client.exe run error in VirtualPC Win98

  1. #1
    chenhong_sz is offline Registered User
    Join Date
    Nov 2003
    Location
    China.Shenzhen
    Posts
    35

    Client.exe run error in VirtualPC Win98

    I build the Demo->Hello->Client Application,and copy to the VirtualPC (win98) want to run it(also had copy some essential DLL to it),raise a error.if the Client.exe Application is not support Win98?
    Attached Images Attached Images

  2. #2
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Take a look at Ice-2.0.0/INSTALL.WINDOWS, there's a section explaining how to build Ice for Windows 98 (you need to comment out some code in include/IceUtil/Config.h to prevent IceUtil from using critical sections which are only partially supported on Windows 98).

    Let us know if this doesn't help!

    Benoit.

  3. #3
    chenhong_sz is offline Registered User
    Join Date
    Nov 2003
    Location
    China.Shenzhen
    Posts
    35
    IC.thx for your reply quickly.
    Because I build the program in Win2003,and copy it to Win98 directly.
    as your say,if I must re-build these application again in Win98 when i
    distribute these Application to Win98 ?

  4. #4
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    No, you can continue to build Ice on Window 2003 and use it on Windows 98. However, you must make sure to comment out some code in include/IceUtil/Config.h before you build it. Commenting out this code will make sure that critical sections are not used by IceUtil (instead, it will use other synchronization primitives which are supported on Windows 98). Please take a look at INSTALL.WINDOWS for the relevant code to comment out.

    Benoit.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 08-05-2010, 03:39 PM
  2. Client run error in win98 sometimes?
    By WangChen in forum Help Center
    Replies: 1
    Last Post: 07-04-2007, 07:26 AM
  3. Replies: 1
    Last Post: 08-09-2006, 07:37 PM
  4. Ice could not run in win98 SE
    By hellocyf in forum Help Center
    Replies: 1
    Last Post: 12-16-2004, 08:31 AM
  5. server.exe communicate with client.exe problem.
    By ouloba in forum Help Center
    Replies: 6
    Last Post: 10-20-2004, 08:35 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
  •