Re: Problem to buid Examples on Win32

At 05:26 1/27/99 -0500, Michele Lazzeri wrote:
>I try to create a MVC++ 5.0 project wich the examples in
>"Library\Example" directory ("chunk.c" "chunkbody.c" "LoadToFile.c"
>"libapp_*.c" ... ). I create the .exe for each example but only
>"LoadToFile.c" run without problem.
>For example, if I run "chunk.exe <any_url>" the output is "no text" (the
>same output if I run "chunk.exe" with a no existent url ).
>Instead in Linux platform all example run without problem.
>Can you help me?

I am not sure - did you compile them with _CONSOLE defined (you shouldn't
have to compile libwww itself with this - only the sample apps).

Otherwise, I can compile the whole library and the sample apps using cygwin
on NT together with the latest autoconf, automake and libtool
distributions, see

	http://www.w3.org/INSTALL.html#Unix

for details.

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

Received on Wednesday, 27 January 1999 10:38:30 UTC