|
|
|
|||||
|
IceE1.0.0 on Visual C++ 2005
I have just tried to build IceE1.0.0 on Visual C++ 2005. It seems to work
(testsuite allTests.py returns a lot of oks). But I had to do some changes. Maybe it is interesting for someone else what changes were necessary. 1. In handle.h and proxyhandle.h the following blocks: Code:
#ifdef ___WIN32 // COMPILERBUG: Is VC++ or GNU C++ right here???
template<>
Handle(const Handle<T>& r)
#else
Handle(const Handle& r)
#endif
Code:
Handle(const Handle& r) from Microsoft in sal.h. A "quick an dirty" solution would be the replacement of all __in and __out in the IceE code. But most or even all of these statements could be found in files dynamically generated from *.ice files. I just started to work with the IceE-Code and to learn more about the concepts of Ice. So the above means only: The build process was succesfully and the libraries and executables passed the tests in allTests.py For me it would be interesting to know:
Thanks in advance for any advice hgp Last edited by hgp : 12-02-2005 at 10:16 AM. |
|
|||||
|
Hi,
sorry, haven't known that. Now my posting includes a signature. Georg |
|
||||||
|
Hi Hans-George,
Yes, the next version of Ice-E will support Visual Studio 2005. The current Ice-E was released a few months ago and requires a few changes. If you're just experimenting with Ice and Visual Studio 2005, I'd recommend to use Ice 3.0 and not Ice-E, since we support Ice 3.0 built with VS2005: see this post. Best regards, Bernard |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem building IceSSL for CS with Visual Studio 2005 | Vivien Delage | Help Center | 4 | 11-28-2006 09:55 AM |
| Ice 3.0.1 & Visual Studio 2005 (Express edition) | albertods | Help Center | 6 | 05-19-2006 10:54 AM |
| Visual Studio 2005 C# ICE Issues | jborg | Bug Reports | 3 | 12-23-2005 06:42 PM |
| ICE installation for VS 2005 | Alex Goldobin | Help Center | 1 | 12-13-2005 06:06 AM |
| Vs 2005 | ssergei | Help Center | 4 | 12-02-2005 10:46 AM |