找不到入口点 [英] Entry Point Not Found

查看:134
本文介绍了找不到入口点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直收到此错误:

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?

推荐答案

从此处 [ ^ ],然后查看DLL是否确实包含所需的功能.我找到了DLL的旧副本,但没有.
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.


请确保每次在解决方案(DLL)中更改头文件/lib文件和新函数时都进行更改.创建的dll已正确加载到您的解决方案中(DLL客户端).
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).


我认为您已经更新了libsasl.dll&忘记在应用程序中使用更新的DLL.每当您更改DLL中的任何功能时,都要对其进行编译和编辑.在项目文件夹中使用更新的DLL..
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 ..


这篇关于找不到入口点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆