[REBOL] Re: TWAIN_32.DLL
From: fsievert:uos at: 20-May-2001 10:26
Thank you and the others for your help. I had some looks at the TWAIN Spec, but I did not see any function-pointer passed from the application. (Maybe this has changed?) The event-loop starts with this: while (GetMessage ( (LPMSG) &msg, NULL, 0, 0) ) { I want to use TWAIN to get images from my webcam. I will have a look at EZTWAIN, maybe it is good enough for this purpose. Thanks, Frank On Sun, 20 May 2001, Brett Handley wrote: