Results 1 to 3 of 3

Thread: Two newbie questions.

  1. #1
    OrNot is offline Registered User
    Name: Bin.Li
    Organization: GE Healthcare
    Project: Enterprise solution
    Join Date
    Jun 2005
    Location
    Shanghai
    Posts
    181

    Two newbie questions.

    1)
    I installed a windows version of ICE and can run the demo
    samples correctly following the readme.txt file.But if I want to debug one of the samples, the vc.net said the needed iced.dll and iceutil.dll not found althoug I have set the project options as readme said.
    When I copied the dlls into the project,say helloS, now I can stepped into the program lines, but I gotten a exception :

    .\PluginManagerI.cpp:182: Ice::PluginInitializationException:
    plug-in initialization failed: unable to load entry point `IceSSL:create'
    2) I also downloaded a source distribution of win32 version and try to build it by myself with a vc2003.net,
    but failed due to many errors.

    Hope getting helps.
    Thanks in advance.


    Best regards
    OrNot

  2. #2
    benoit's Avatar
    benoit is online now ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Quote Originally Posted by OrNot
    1)
    I installed a windows version of ICE and can run the demo
    samples correctly following the readme.txt file.But if I want to debug one of the samples, the vc.net said the needed iced.dll and iceutil.dll not found althoug I have set the project options as readme said.
    When I copied the dlls into the project,say helloS, now I can stepped into the program lines, but I gotten a exception :

    .\PluginManagerI.cpp:182: Ice::PluginInitializationException:
    plug-in initialization failed: unable to load entry point `IceSSL:create'
    Did you add the Ice-2.1.1\bin directory to your PATH before starting Visual Studio .NET 2003? You shouldn't need to manually copy them in the project directory, Visual Studio should find them as long as the debug DLLs are in your PATH. The error above is most likely caused by icessl21d.dll not being in your PATH or the project directory.

    Quote Originally Posted by OrNot
    2) I also downloaded a source distribution of win32 version and try to build it by myself with a vc2003.net,
    but failed due to many errors.
    It should compile out of the box, what errors do you get? Please also specify the Ice version and operating system version you're using.

    Benoit.

  3. #3
    OrNot is offline Registered User
    Name: Bin.Li
    Organization: GE Healthcare
    Project: Enterprise solution
    Join Date
    Jun 2005
    Location
    Shanghai
    Posts
    181
    Thank you Benoit. I have resolved the two problems. I have not well configured the third-party stuff in my project
    before. OK now.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Newbie IceStorm question
    By scottie in forum Help Center
    Replies: 1
    Last Post: 04-14-2008, 04:18 AM
  2. Newbie: How to search for Servers
    By jaleira in forum Help Center
    Replies: 9
    Last Post: 06-29-2006, 08:02 PM
  3. Replies: 3
    Last Post: 06-09-2006, 06:11 PM
  4. Newbie questions about ICE.
    By imacyco in forum Help Center
    Replies: 5
    Last Post: 07-19-2005, 03:06 PM
  5. Ice newbie question
    By ruzark in forum Help Center
    Replies: 1
    Last Post: 11-30-2004, 02:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •