Results 1 to 3 of 3

Thread: ICE in combination with ACE

  1. #1
    JvD
    JvD is offline Registered User
    Name: Joost van Doorn
    Organization: Moba
    Project: Main Control Software
    Join Date
    Dec 2008
    Posts
    22

    ICE in combination with ACE

    I want to combine ICE(version 3.3.0) with ACE(version 5.6.6) to create a server. Currently I'm facing some problems with linking. I have read on other posts on this forum that this combination is used by others. Is it possible to provide me with information on what to do and what not to do. I am interested in aspects like: compiling, linking, make file integration, debugging.

    Joost van Doorn

  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
    Hi,

    Assuming you're using a Unix platform, you simply need to pass the Ice include directory to the compiler with the -I option and the location of the Ice lib directory to the linker with the -L option. You also need to specify a -l option for the linker for each of the libraries required by your program, typically: "-lIce -lIceUtil" (you might also want to add -lFreeze, -lIceStorm, -lIceGrid if you use any of these components). I expect the same is necessary for ACE.

    If you provide more information about your linker error we might be able to help. Please also specify which platform and compiler version you're using.

    Cheers,
    Benoit.

  3. #3
    JvD
    JvD is offline Registered User
    Name: Joost van Doorn
    Organization: Moba
    Project: Main Control Software
    Join Date
    Dec 2008
    Posts
    22
    Hi,

    I solved the problem. Your remark pointed me into the right direction. It appeared that I did not link all the libraries as required.
    So thanks very much! I'm impressed with the quick responses I got to the questions I posed. Keep up the good work .

    Best regards, Joost

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. how to combinate ICE with ACE
    By areslp in forum Help Center
    Replies: 6
    Last Post: 03-18-2009, 05:52 AM
  2. Is there any relation with ACE?
    By OrNot in forum Help Center
    Replies: 4
    Last Post: 10-19-2006, 06:47 AM
  3. what performance ice vs ace?
    By BSanLang in forum Comments
    Replies: 1
    Last Post: 10-13-2006, 02:20 PM
  4. Problem when use ice 2.1 and ace on vc6.0! help!
    By ralf3 in forum Help Center
    Replies: 9
    Last Post: 03-17-2005, 10:51 PM
  5. ice and ace thread conflict
    By Clarke Fang in forum Bug Reports
    Replies: 2
    Last Post: 11-10-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
  •