Configure the Ice project in VC ++ 6.0 IDE [ice for VC ++ 6.0]

Source: Internet
Author: User

It is still difficult to configure ice in VC ++ 6.0. After many tests, the following configurations can be successfully compiled:

1. Project> Settings
> C/C ++
Configuration of categories
1. c ++ Language
Select "allowed time type information (rtti )"
2. Code
Generation
In the debug version:
Use run-time library = debug multithreaded
DLL
In the release version:
Use run-time library = multithreaded DLL
Ii. Project
> Settings> Link
1. General
Object/Library module: add to item
Ice. Lib
Iceutil. Lib
You can alsoProgramAdd:
# Ifdef _ debug
# Pragma comment (Lib,
"Iced. lib ")
# Pragma comment (Lib, "iceutild. lib ")
# Else
# Pragma
Comment (Lib, "ice. lib ")
# Pragma comment (Lib,
"Iceutil. lib ")
# Endif

The above configuration is successfully tested in the English version of VC ++ 6.0 (SP6 ).

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.