The configuration of ice in VC __other

Source: Internet
Author: User

Run vc6.0
b.        the Project Settings >> C + + (TAB) >> Category: Code Generation >> User run-time library:debug multithreaded DLL
c.         Project Settings >> C + + (TAB) >> category:preprocessor >> Additional include Directories: ( Fill in a point "." In this item to represent the root directory. Add an include directory for ice. Add the Stlprot directory. End result Example: "., C:\ice-3.1.0-vc60\include,c:\ice-3.1.0-vc60\include\stlport")
d.        Project Settings >> C + + (TAB) >> category:c++ Language >> Check Enable run-time Type information (RT TI) Item
e.        Project Settings >> Link (Tab) >> category:general >> Add two packages "Iced.lib" and "Iceutild.lib" in the "Object/library Modules:" box,
f.         TOOLS>>OPTIONS>>DIRECTORIES>>, select Show Directories for:library files, add the Lib directory of ice, for example: C:\ Ice-3.1.0-vc60\lib

////////////////////////////////////////////////////////////////////////////////////////////////////////
Configure ICE Engineering under vc++6.0 SP6 [Debug Version]--config Ice Project (debug) for vc++6.0 with SP6
When I was learning ice, it was a nightmare to configure the ice project under vc++6.0. It's not going to be a debug version, it's all in release version. Very painful. Recently, the successful configuration was successful with the following methods:

1.Project Settings >> C + + (TAB) >> category:code Generation >> User run-time library:debug multithread Ed DLL

2.Project Settings >> C + + (TAB) >> category:preprocessor >> Additional include Directories: ( Fill in a point "." In this item, representing the root directory)

3.Project Settings >> C + + (TAB) >> category:c++ Language >> Check "Enable run-time Type Information (RTTI)" Item

4.Project Settings >> Link (Tab) >> category:general>> Add two packages in the Object/library modules: Box iced.lib "and" Iceutild.lib "


In this way, the debug version of the entire ice project is built.
The above methods are passed under vc++6.0 SP6 and ICE3.0.0
posted on 2006-09-18 17:58 Morning Glory Walk Read (1422) Comments (4) & nbsp Edit Favorite Reference Categories: Ice for vc++6.0
 
Comments
 # Re: Configure Ice Engineering under vc++6.0 SP6 [Debug version]--config Ice Proje CT (Debug) for vc++6.0 with SP6
Whjwu
Posted @ 2006-10-27 17:29
I've set this up, but there's finally a "printer.h" error, what's going on?
cannot open include file: ' Printer.h ': No such file or directory  reply   More comments    
 # Re: Configure ICE Engineering under vc++6.0 SP6 [Debug Version]--config Ice Project (debug) for vc++6.0 with SP6
Whjwu
Posted @ 2006-10-27 18:18
If Printer.h,printer.cpp and Server.cpp are together, Printer.h can find it, but there are 7 more errors that say those variables are not defined, but they are in printer.h.

If not put together, printer.h can not find a reply to more comments
# Re: Ice project is configured under vc++6.0 SP6 [Debug Version]--config Ice Project (debug) for vc++6.0 with SP6
Morning Glory Walk 8
Posted @ 2006-10-30 11:33
You need to be in:
Project Settings >> C + + (TAB) >> category:preprocessor >> Additional include Directories: (fill in a point in this entry) . ", representing the root directory)

And then there should be no problem! Reply to more comments
# Re: Ice project is configured under vc++6.0 SP6 [Debug Version]--config Ice Project (debug) for vc++6.0 with SP6
Whjwu
Posted @ 2006-10-31 17:59
is a small example of the ice document program, did not pass, completely according to the above set
Do you have QQ? I QQ185415255 to show you the program.


Original code

Http://xiaohonghong.blog.hexun.com/30863902_d.html

http://blog.csdn.net/sparkliang/article/details/6305083

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.