I wrote a small program that acts a little proxy and runs as Windows service, using the neon library (0.24.7). The program is running just fine, if I run it as a simple console application. As soon as I run it as Window service, it crashes when I call the function ne_begin_request().

Unfortunately, this is a library that someone built for us, and it's not the debug version.

I tried to compile 0.25.2, but it gives these errors:

F:\csp\download\neon-0.25.2>nmake /f neon.mak

Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation.  All rights reserved.

       cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm55B.tmp
ne_alloc.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
ne_auth.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
ne_basic.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
ne_compress.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
ne_dates.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
ne_md5.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
ne_redirect.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
ne_request.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
ne_session.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
ne_socket.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
ne_sspi.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
ne_string.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
ne_uri.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
ne_utils.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
ne_stubssl.c
f:\csp\download\neon-0.25.2\src\config.h(55) : fatal error C1083: Cannot open in
clude file: 'io.h': No such file or directory
Generating Code...
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.

I'm using Windows XP Pro, and VS 2003.

Thanks for any help.

coco

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to