Problems solved with Wintel console applications

I found out why I had problems (segmentation faults) with some of the
console applications on NT - the reason was that the projects were set up
to use different C-runtime version of the MS libraries. This problem is
described in 

	http://support.microsoft.com/support/kb/articles/q190/7/99.asp

Now they all use the same (by changing the /MT do /MD linker flag) which
has solved the problems.

I have uploaded the new msvc makefiles at their usual location:

	http://www.w3.org/Library/Distribution/libwww-win32.zip

linked from

	http://www.w3.org/INSTALL#Windows

Henrik
--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Monday, 1 March 1999 12:36:28 UTC