问题描述
在C#项目中是否有使用LoadPackagedLibrary()的示例(任何地方)?请参阅
我正在做一个DCA,需要看看我是否可以访问现有DLL中打包的功能。
我们的安装程序将此DLL安装在Windows \ System32中,那么我们可以使用LoadLibrary()吗?
或者我们应该将我们开始的C#样本转换为C ++样本吗?
我们正处于项目的探索阶段,所以我们从CameraCaptureUICS样本开始,并且是
添加一个部分,看看我们是否可以使用我们已有的DLL在我们的硬件中旋转一些位。
提前感谢快速回答!
Is there a sample (anywhere) of using LoadPackagedLibrary() in a C# project ? Seehttp://msdn.microsoft.com/en-us/library/windows/desktop/hh447159(v=vs.85).aspx
I'm doing a DCA, and need to see if I can access functionality packaged in an existing DLL.
This DLL gets installed in Windows\System32 by our installer, so can we use LoadLibrary()?
Or should we convert the C# sample we started with to a C++ sample ?
We're in the exploratory phase of the project, so we started with CameraCaptureUICS sample, and areadding a section to go see if we can twiddle some bits in our hardware using the DLLs we already have.
Thanks in advance for a speedy answer !
这篇关于是否有C#示例显示LoadPackagedLibrary的使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!