Click here to Skip to main content
15,906,341 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I keep getting this error:

The procedure entry point sasl_errdetail could not be located in the dynamic link library libsasl.dll.


The code compiles, but won't execute. I've exhausted just about everything I can think of doing, and the internet hasn't proved very useful. Any ideas?
Posted

Get a copy of dependancy walker from here [^] and see if the DLL actually contains the required function. I found an old copy of the DLL and it didn't.
 
Share this answer
 
Comments
Dostoevsky 9-Aug-10 19:58pm    
Reason for my vote of 1
Someone wants the entry point when you run the code. If its not in the dll then you have problems. You need to find the right version.
Make sure everytime you make changes to your functions in your solution (DLL) the header/lib files and the new .dll created are loaded properly in your solution (DLL CLIENT).
 
Share this answer
 
I think u have updated the libsasl.dll & forgotten to use Updated DLL in your application. Whenever u change any function in DLL, Compile it & use Updated DLL in your project folder ..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900