Results 1 to 4 of 4

Thread: I Compile the 3.3.0 under windows ,missing the ice.dll etc

  1. #1
    cxq2003 is offline Registered User
    Name: Gem Chen
    Organization: University of National Defence
    Project: monitor 100+ Clients throught local area network
    Join Date
    May 2008
    Posts
    31

    I Compile the 3.3.0 under windows ,missing the ice.dll etc

    I Compile the 3.3.0 cpp under windows ,compare the files from Ice-3.3.0-VC90.msi, I can not found the following files in the bin directory:
    glacier2.dll
    ice.dll
    icebox.dll
    iceboxnet.exe
    icegrid.dll
    icepatch2.dll
    icessl.dll
    icestorm.dll

    Are these files nessary or just for compatible?

  2. #2
    xdm's Avatar
    xdm
    xdm is offline ZeroC Staff
    Name: Jose Gutierrez de la Concha
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Sep 2003
    Location
    La Coruña, Spain
    Posts
    588
    Hi Gem

    The files you listed are Ice release dlls if you build Ice in debug mode this files are not build instead you should have the debug versions.

    glacier2d.dll
    iced.dll
    iceboxd.dll
    iceboxnetd.exe
    icegridd.dll
    icepatch2d.dll
    icessld.dll
    icestormd.dll

    Cheers,
    José

  3. #3
    cxq2003 is offline Registered User
    Name: Gem Chen
    Organization: University of National Defence
    Project: monitor 100+ Clients throught local area network
    Join Date
    May 2008
    Posts
    31
    Thanks for reply so soon!

    I compile the 3.3.0 in debug and release as follows without errors.
    >cd Ice-3.3.0\cpp
    >nmake /f Makefile.mak OPTIMIZE=no install
    >nmake /f Makefile.mak clean
    >nmake /f Makefile.mak OPTIMIZE=yes install

    I think I had the release and debug files already. For example, I had the ice33.dll and ice33d.dll, icebox.exe,icegrid33.dll and icegrid33d.dll,icepatch233.dll and icepatch233d.dll,icessl33.dll and icessl33d.dll etc.

    So I doubt the files without 33 in filename are for compatible only? Or for other reasons?

  4. #4
    cxq2003 is offline Registered User
    Name: Gem Chen
    Organization: University of National Defence
    Project: monitor 100+ Clients throught local area network
    Join Date
    May 2008
    Posts
    31
    Quote Originally Posted by cxq2003 View Post

    I think I had the release and debug files already. For example, I had the ice33.dll and ice33d.dll, icebox.exe,icegrid33.dll and icegrid33d.dll,icepatch233.dll and icepatch233d.dll,icessl33.dll and icessl33d.dll etc.
    So I doubt the files without 33 in filename are for compatible only? Or for other reasons?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 7
    Last Post: 06-19-2008, 05:15 PM
  2. compile problems in Windows xp using vs2003
    By jay.kou in forum Help Center
    Replies: 2
    Last Post: 11-16-2006, 10:54 PM
  3. Replies: 6
    Last Post: 10-28-2006, 06:27 AM
  4. Missing msvcp70d dll?
    By annekat in forum Help Center
    Replies: 1
    Last Post: 07-06-2004, 11:54 AM
  5. Missing DLL
    By dwforslund in forum Help Center
    Replies: 7
    Last Post: 02-19-2003, 10:10 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
  •