Started with testing the WEBCAM.PRG from FWH1304
When I try to compile it in xHArbour, I got this errors:
- Code: Select all Expand view
Creating object: webcam.EXP
Creating library: [b]webcam.LIB[/b]
xLINK: error: Unresolved external symbol '_capCreateCaptureWindowA referenced from FiveHCM.lib(WEBCAM.obj)'.
xLINK: error: Unresolved external symbol '_capGetDriverDescriptionA referenced from FiveHCM.lib(WEBCAM.obj)'.
xLINK: fatal error: 2 unresolved external(s).
How can I overcome this?
I am not creating a LIB as the error states above.
Maybe some LIB is missing here?
I also tried to use the WEBCAM2.RAR file Antonio posted somewhere (cannot remember where now) and it is for Harbour so I need a version for xHarbour and FWH1304
My app needs to be in xHarbour (don't ask me for the reason, I know Antonio will jump first )
Is there some code someone wants to share:
I actually need this:
- when the user clicks the button, the camera takes a picture of what it see and saves the image on disk.
Thanks