[omniORB] omniORB 4.0.1 does not compile under VS .NET 2003
p.klotz@icoserve.com
p.klotz@icoserve.com
Tue Apr 15 09:02:00 2003
VS .NET 2003 does no longer include the old iostream library.
So header files like iostream.h, fstream.h, strstream.h,... do not exist.
omniORB seems to rely on these non C++ Standard compliant header files.
Are there any plans to remove the old headers from omniORB?
Would a patch that replaces these old header with the standard conformant
ones (and adds std:: scoping) be accepted?
Best regards, Peter.