Results 1 to 2 of 2

Thread: setting Codegear c++ builder 2007 for ICE 3.3

  1. #1
    JesusC is offline Registered User
    Name: Edmond Satie
    Organization: Salltel
    Project: Resource Client
    Join Date
    Jan 2009
    Posts
    6

    setting Codegear c++ builder 2007 for ICE 3.3

    Hi everyone,

    I'm trying to compile some of the ice demos using codegear c++ builder 2007 (it is included in the supported platforms but i'm getting the following errors:

    [BCC32 Warning] Locator.h(132): W8058 Cannot create pre-compiled header: initialized data in header
    [ILINK32 Error] Error: Unresolved external 'IceInternal::FactoryTable::FactoryTable()' referenced from ..\PRINTER\DEBUG\SERVER.OBJ
    [ILINK32 Error] Error: Unresolved external 'Ice::AdapterNotFoundException::~AdapterNotFoundEx ception()' referenced from ..\PRINTER\DEBUG\SERVER.OBJ
    [ILINK32 Error] Error: Unresolved external 'IceUtil::Exception::~Exception()' referenced from ..\PRINTER\DEBUG\SERVER.OBJ
    [ILINK32 Error] Error: Unresolved external 'IceUtil::Exception::Exception()' referenced from ..\PRINTER\DEBUG\SERVER.OBJ
    [ILINK32 Error] Error: Unresolved external 'IceUtil::Exception::what() const' referenced from ..\PRINTER\DEBUG\SERVER.OBJ
    [ILINK32 Error] Error: Unresolved external 'IceUtil::Exception::ice_print(std::basic_ostream< char, std::char_traits<char> >&) const' referenced from ..\PRINTER\DEBUG\SERVER.OBJ
    [ILINK32 Error] Error: Unresolved external 'Ice::UserException::__usesClasses() const' referenced from ..\PRINTER\DEBUG\SERVER.OBJ
    ...
    ...
    ...

    I haven't found anywhere how to set this IDE (c++ builder 2007) for ICE 3.3 and I did that:

    In tools/options/paths and directories

    - Added the ice include folder to the include list
    - Added the ice lib folder to the librarie list

    but the result is shown above...

    could anyone help me?

    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
    We do not provide project files for our demos and just rely on building from the command line using nmake, so first I would try that to make sure that is working in your environment. Regarding the errors that you show with your IDE build my first guess would be that you are not linking with the main Ice libraries, ice.lib and iceutil.lib for release libraries or iced.lib and iceutild.lib for debug libraries.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ice 3.4.1 and C++ Builder XE bug
    By JuL in forum Help Center
    Replies: 3
    Last Post: 03-16-2011, 05:05 PM
  2. Ice 3.4 VS Plug-in in a Team Setting
    By Likado in forum Help Center
    Replies: 1
    Last Post: 05-11-2010, 07:01 PM
  3. C++ Builder 2007
    By amercieca in forum Help Center
    Replies: 2
    Last Post: 10-06-2007, 07:54 AM
  4. Replies: 3
    Last Post: 11-24-2005, 02:48 AM
  5. How can I develop Ice client with C++ Builder
    By rockieyung in forum Help Center
    Replies: 2
    Last Post: 05-08-2005, 07:50 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
  •