Hi there, i have problems regarding the event management in libwww. For example the tiny browser (tiny.c) from the example programs, compiled on windows 2000 using vc++ 6.0. I think the registering of stdin as a console doesnt work for me. HTEventList_register(STDIN_FILENO, HTEvent_READ, me->console_event); first off, STDIN_FILENO was not defined. after a little searching i found in myext.c the following: /* ** Some compilers, like MSVC, doesn't know STDIN_FILENO */ #ifndef STDIN_FILENO #define STDIN_FILENO fileno(stdin) #endif tiny.c compiles w/o errors but i still cannot write to the console (for accessing a link in the tiny browser example). The program seems to 'hang' after the text_build callback returns HTEXT_END anybody knows what i'm doing wrong here? thanks in advance Stefan SabatzkiReceived on Wednesday, 16 June 2004 08:46:07 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:18:44 GMT