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