Ice 2.1.2 -- Compilation errors with Visual Studio 7.0 (2002)

in Help Center
Hi all,
I'm trying to compile ICE with Visual Studio 7.0, and I'm getting the following error for several cpp files (UdpTransceiver.cpp is just one of them)
UdpTransceiver.cpp
../../include\Ice\Proxy.h(375) : error C2220: warning treated as error - no object file generated
../../include\Ice\Proxy.h(375) : warning C4031: second formal parameter list longer than the first list
I did the following:
- Downloaded the source
- Open the Visual Studio 6.0 workspace
- Set the include directories in Visual Studio
- build the entire solution
Can someone help please?
Thanks,
Giovanni
I'm trying to compile ICE with Visual Studio 7.0, and I'm getting the following error for several cpp files (UdpTransceiver.cpp is just one of them)
UdpTransceiver.cpp
../../include\Ice\Proxy.h(375) : error C2220: warning treated as error - no object file generated
../../include\Ice\Proxy.h(375) : warning C4031: second formal parameter list longer than the first list
I did the following:
- Downloaded the source
- Open the Visual Studio 6.0 workspace
- Set the include directories in Visual Studio
- build the entire solution
Can someone help please?
Thanks,
Giovanni
0
Comments
At the moment I'm just evaluating it for an internal distributed application with high performance requirements. The development platform will be Visual C++ 6.0, but, at the moment, the only one I have available is the 7.0.
I think I discovered the problem, but I need to test it to be sure. I'll post the solution in this forum after having tested it.
Giovanni