Results 1 to 2 of 2

Thread: STLPort & ICE in VC71

  1. #1
    rockieyung is offline Registered User
    Join Date
    May 2005
    Posts
    3

    STLPort & ICE in VC71

    I intall ICE by run Ice-2.1.0-VC71.msi. And then I install STLPort 4.62. Can I use STLPort direct with ICE?

    I add include path to VC71. clean and compile PrinterS example.
    Get
    error LNK2001: unresolved external symbol "__declspec(dllimport) class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > __cdecl IceUtil::generateUUID(void)" (__imp_?generateUUID@IceUtil@@YA?AV?$basic_
    string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_ STL@@XZ)
    Release/slice101.dll : fatal error LNK1120: 1 unresolved externals
    Error executing link.exe.

    Have any steps I should do ?

  2. #2
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    Quote Originally Posted by rockieyung
    I intall ICE by run Ice-2.1.0-VC71.msi. And then I install STLPort 4.62. Can I use STLPort direct with ICE?

    I add include path to VC71. clean and compile PrinterS example.
    Get
    error LNK2001: unresolved external symbol "__declspec(dllimport) class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > __cdecl IceUtil::generateUUID(void)" (__imp_?generateUUID@IceUtil@@YA?AV?$basic_
    string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_ STL@@XZ)
    Release/slice101.dll : fatal error LNK1120: 1 unresolved externals
    Error executing link.exe.

    Have any steps I should do ?
    The version that is included in the binary package was not compiled with STLport. If you want to use STLport with Ice 2.1.1 w/ VC71 then you need to compile it yourself. The source distributions are available on the download pages of our web site.

    Regards, Matthew

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. how to use my own STLport, not STLport within ICE
    By chinastone in forum Help Center
    Replies: 5
    Last Post: 06-25-2007, 10:30 PM
  2. Replies: 2
    Last Post: 04-12-2007, 04:23 AM
  3. visual Studio & ice 3.0 & Global Assembly Cache
    By loheron in forum Help Center
    Replies: 7
    Last Post: 11-23-2006, 07:39 AM
  4. ice without STLPORT?
    By orphean in forum Help Center
    Replies: 4
    Last Post: 01-26-2006, 12:43 PM
  5. MFC & STLPort
    By simpley in forum Help Center
    Replies: 3
    Last Post: 01-07-2005, 07:57 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
  •