Re: win32 capCreateCaptureWindow problem

2009-08-12 Thread Ivan Boritsky
thank u very much. it works fine.

win32 capCreateCaptureWindow problem

2009-08-11 Thread Ivan Boritsky
i work on a win32 application. i try to access my web camera. when i use this api funtion; capCreateCaptureWindow(cam, WS_VISIBLE + WS_CHILD, 10, 10,266, 252, hWnd, 0); i get this error: Error: undefined identifier capCreateCaptureWindow my compile comman is: dmd webcam.d gdi32.lib advapi32.lib