Hi,
I'm using openldap-2.0.11 and i'm building an app with MSVC++ and the openldap libraries.
I have no problem building the oldap32 .lib and olber32.lib libraries
But, i have problem linking my app to the openldap libraries and i'm getting the following linking errors
oldap32.lib(init.obj) : error LNK2001: unresolved external symbol __pctype
olber32.lib(bprint.obj) : error LNK2001: unresolved external symbol __pctype
oldap32.lib(init.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
olber32.lib(bprint.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
olber32.lib(sockbuf.obj) : error LNK2001: unresolved external symbol __sys_nerr
i've only include oldap32.lib and olber32.lib in the library input tab..
anyone encountered similar problem?
your input is very much appreciated
thanks!