无法找到指定的模块错误 [英] The specified module could not be found error

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

问题描述

我使用visual studio 2010

win7 bit 64

我无法加载vic32.dll文件以供参考

它说无法找到指定的模块

帮我修复它





i用它来查找模式在图像中

或者给我一些代码来查找图像中的图案

谢谢



我尝试过:



我使用visual studio 2010

win7 bit 64

我无法加载vic32.dll文件来引用

它说无法找到指定的模块

帮我修复它

解决方案
VIC32.DLL是打印机驱动程序相关的文件,这可能不是可加载,即使它存在一个参考 - 它可能不会在所有的,它通常与HP打印机/扫描仪安装。



几乎可以肯定,它是一个本机DLL而不是.NET程序集,你只能参考后者。前者需要通过PInvoke的访问:如何:使用PInvoke从托管代码调用本机DLL Microsoft Docs [ ^ ]


I use visual studio 2010
win7 bit 64
I can't load vic32.dll file to reference
it says "The specified module could not be found"
help me to fix it


i use it to find a pattern in a image
Or give me some codes to find a pattern in a image
THanks

What I have tried:

I use visual studio 2010
win7 bit 64
I can't load vic32.dll file to reference
it says "The specified module could not be found"
help me to fix it

解决方案

VIC32.DLL is a printer driver related file, which is probably not loadable as a reference even if it is present - and it may not be at all, it's generally installed with HP printers / scanners.

Almost certainly, it's a native DLL rather than a .NET Assembly, and you can only reference the latter. The former need to be accessed via PInvoke: How to: Call Native DLLs from Managed Code Using PInvoke | Microsoft Docs[^]


这篇关于无法找到指定的模块错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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