I get the following linker error in windows


Compiling...
nget.c
Linking...
libneon.lib(ne_uri.obj) : error LNK2019: unresolved external symbol __imp__strcmpi referenced in function _ne_uri_defaultport
libneon.lib(ne_openssl.obj) : error LNK2001: unresolved external symbol __imp__strcmpi
libneon.lib(ne_uri.obj) : error LNK2019: unresolved external symbol __imp__strnicmp referenced in function _ne_path_compare
libneon.lib(ne_request.obj) : error LNK2019: unresolved external symbol __imp__lseek referenced in function _body_fd_send
libneon.lib(ne_request.obj) : error LNK2019: unresolved external symbol __imp__write referenced in function _ne_read_response_to_fd
libneon.lib(bss_file.obj) : error LNK2019: unresolved external symbol __imp__fileno referenced in function _file_ctrl
libneon.lib(by_dir.obj) : error LNK2019: unresolved external symbol __imp__stat referenced in function _get_cert_by_subject
libneon.lib(ui_openssl.obj) : error LNK2019: unresolved external symbol __imp__getch referenced in function _noecho_fgets
Release/Example.exe : fatal error LNK1120: 7 unresolved externals


I have included all these libraries

msvcrt.lib
kernel32.lib
user32.lib
gdi32.lib
ws2_32.lib
libneon.lib

Can anyone help me with this?

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

Reply via email to