Glenn9999:
Well, I'm 100% certain that before, one of my first steps was to disable DYNAMIC_LINK and recompile, but it seems that I had not recompiled enough of the library to make a difference (I didn't want to ship a copy of _everything_ to the customer just for debugging). However, I tried...
Thanks, Glenn, for the reply.
My call that goes "crunch" is the call to IADsOpenDSObject:
var
Protocol : string;
DispPtr : pointer;
OpenDS : IADsOpenDSObject;
begin
Protocol := 'LDAP';
ADsGetObject(Protocol, IADsOpenDSObject, DispPtr);
if assigned(DispPtr) then
OpenDS :=...
We have a Delphi app that performs user authentication using the activeds.dll library. However, when running on a 64-bit server, even though the WOW64 processing thunks the library to use the psuedo-32-bit version, we're consistently getting an app crash when attempting to use the library.
Any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.