Archived
This forum has been archived. Please start a new discussion on GitHub.
how to use ICE in msvc?
I am new in ICE,I want to use ICE in VC++ ,but don't know how.
when I compile the ICE sources with VC++, some errors occur, "cannot find some header and lib files" ,for example.
Any one can help me?
when I compile the ICE sources with VC++, some errors occur, "cannot find some header and lib files" ,for example.
Any one can help me?
0
Comments
-
you can read the document INSTALL.WINDOWS in ICE folder.
before you want to build ICE, you must build Third-party libraries:
- Berkeley DB 4.2.52
- expat 1.9x
- OpenSSL 0.96 or 0.97
- bzip2 1.00 -
You can also download the Ice installer for VC 7.0 or VC 7.1, which contains pre-compiled binaries for Ice and the third-party dependencies. Or, if you prefer to build Ice yourself, you can download an installer containing just the third-party libraries.Originally posted by chenhong_sz
before you want to build ICE, you must build Third-party libraries
However, if you are using VC 6.0, then I'm afraid you will need to compile Ice and the third-party libraries yourself.
Take care,
- Mark0