View Single Post
Old 01-09-2009   #1 (permalink)
Dave T


 
 

VB Commandline compiler references

I have a VS VB project that references interop.wia.dll (windows image
acquisition COM) and I've finally got everything working fine.

However, now I need to do some things with the code using the command line
compiler (vbc) and I can't seem to figure out how to reference the WIA (COM)
libraries

vbc /reference:interop.wia.dll ... throws "BC2017 could not find library
interop.wia.dll'"

and

vbc /reference:wiaaut.dll ... throws "BC2017 could not find library
'wiaaut.dll'"

How do you reference a COM object using the command line compiler?

Thanks
My System SpecsSystem Spec