Hi Raj, > The ratui.exe did not build in te debug mode but seemed to > compile fine in the Release mode ... It kept complaining about how it > could not link with the ws2_32.lib library because it might have been > built with a later version of the compiler/linker ... whatever.
You could always download the free Visual C++ Toolkit 2003 (which includes the same C/C++ compiler and linker as VS.NET 2003), see: http://msdn.microsoft.com/visualc/vctoolkit2003/ Doug