I have a WinTV from Hauppauge and I want to do some image recognition stuff. So, I need an image grabber for my card.
The only thing I found was WinTV OCX developers kit version 2.0 from http://www.hauppauge.com/html/sw_wcst.htm, but it is for VC++,VB or Delphi.
How can I implement this tool to Dev c++ ?
Best regard
Florian Kaes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have a WinTV from Hauppauge and I want to do some image recognition stuff. So, I need an image grabber for my card.
The only thing I found was WinTV OCX developers kit version 2.0 from http://www.hauppauge.com/html/sw_wcst.htm, but it is for VC++,VB or Delphi.
How can I implement this tool to Dev c++ ?
Best regard
Florian Kaes
With luck... Try to remeber that Dev is an IDE, not a compilier. Look for things related to the gcc compilier when ooking for help on the net.
Curtis