DSWebCamCap

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have bought the book "Programming Microsoft DirectShow for digital video
and television" and I'm trying to compile and link the DSWebCamCap example
for my web cam. However, it fails trying to link - error: it can't find
C:/Program/microsoft.obj. What is microsoft.obj, how is it created, why, and
how can I make sure it is made so that I can compile, link and run the
DSWebCamCap example?
 
aaa said:
I have bought the book "Programming Microsoft DirectShow for digital video
and television" and I'm trying to compile and link the DSWebCamCap example
for my web cam. However, it fails trying to link - error: it can't find
C:/Program/microsoft.obj. What is microsoft.obj, how is it created, why, and
how can I make sure it is made so that I can compile, link and run the
DSWebCamCap example?

Could you please try the following?

Go to the project properties and navigate to the Linker\Input node in
the configuration tree (left side). Double-click on the "Additional
Dependencies" property, and make sure there are quotes at the beginning
and end of every line.
 
Back
Top