[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Win95 ldap api pb



I got it !!

in the file portable.h, when i comment the line "#define HAVE_WINSOCK2" , i could successfully rebuild oldap32.lib and olber32.lib, and my code works fine under win95.

chris

At 14/02/2002 13:36, Christophe Thibault wrote:
Hello the ML,

i have a piece of code that works fine under a win2000 box.

My Open LDAP Server run under a linux box.

This code is very simple, it performs :

 - LDAP inistailisation using ldap_init
 - Binding to my ldap server


Under a win95 box, the call to the ldap_init function fails and return a null LDAP object.



Dose some one get some information / tips for the Open LDAP api under win95.

Thanks

chris