如何解决dll中找不到的程序入口点? [英] How to solve procedure entry point not found in dll ?

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

问题描述

我使用visual studio 2015为Windows 7 32位机器编写了一个c ++ cod并构建了解决方案。 exe文件在我的系统中完美执行,其中代码已构建但显示缺少的dll文件。我已经下载了dll文件,但随后出现了新的错误。 在dll中缺少程序入口点。

如何解决这个问题?



我尝试过:



我试过下载新的dll

I have written a c++ cod for windows 7 32 bit machine using visual studio 2015 and build the solution. The exe file executed perfectly in my system, in which code is built but shows missing dll files. I have downloaded dll files but then came new error. "Missing procedure entry point in dll".
How to solve this??

What I have tried:

I have tried downloading new dlls

推荐答案

引用:

在dll中缺少程序入口点。

如何解决这个问题?

"Missing procedure entry point in dll".
How to solve this??





我想,找到正确的入口点 - 从供应商处获取dll文档的更新副本,或者使用Microsoft的DumpBin程序查看它们导出的内容 - 即



DumpBin / EXPORTS xyz.dll



其中xyz.dll是你想要使用的dll - 你不能保证你会得到什么你需要的是,提供良好的文档总是最好的



I guess, find the correct entry point - either get an updated copy of the documentation for the dll's from the supplier, or, use Microsoft's DumpBin program to see what they export - ie

DumpBin /EXPORTS xyz.dll

where xyz.dll is the dll you wish to use - there's no guarantee you'll get what you need though, going with good documentation is always best


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

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