D
Dave T
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
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