Click here to Skip to main content
15,911,139 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted
Updated 23-Dec-18 22:40pm

1 solution

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[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900