Hello !
I got this error when running the example provided :
C:\Users\Moi\Documents\Webcam.au3 (122) : ==> Variable used without being declared.:
$cap = DllCall($avi, "int", "capCreateCaptureWindow", "str", "cap", "int", BitOR($WS_CHILD,$WS_VISIBLE), "int", $l, "int", $t, "int", $w, "int", $h, "hwnd", $gui, "int", 1)
$cap = DllCall($avi, "int", "capCreateCaptureWindow", "str", "cap", "int", BitOR(^ ERROR
Is it a compatibility issue (I'm using Windows 7) ? Or something else ?
Thanks for your answer !