我需要使用第三方提供的哪些附加文件Dll? [英] What Kind Of Additional Files I Need To Use Third Party Provided Dll ?

查看:63
本文介绍了我需要使用第三方提供的哪些附加文件Dll?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好!

我在vc ++项目上工作,我需要调用第三部分提供的dll中包含的函数,我想避免使用diassemble工具那么什么类型的附加文件我需要在c代码中调用函数吗?非常感谢你的帮助。

Hello !
I work on vc++ project where i need to call function included in a dll provided by a third part, i would like to avoid to use diassemble tool so what type of additional file i need to call the functions in c code ? thanks a lot for help.

推荐答案

一个关于dll文件提供的公共函数和P / Invoke上的知识的文档。 MSDN有一些关于这个主题的简洁教程: https:// msdn。 microsoft.com/en-us/library/aa288468%28v=vs.71%29.aspx [ ^ ]



我应该提一下,如果你的DLL file是x86,然后在.NET项目设置中,你必须将平台目标设置为x86。
A document on what public functions are provided by the dll file and a litle knowledge on P/Invoke. The MSDN has some neat tutorial on the topic: https://msdn.microsoft.com/en-us/library/aa288468%28v=vs.71%29.aspx[^]

I should mention that if your DLL file is x86, then in the .NET project settings you will have to set the the platform target to x86.


这篇关于我需要使用第三方提供的哪些附加文件Dll?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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