I need to build the facility to capture a single shot picture within a form and store it for display within the form. GDTwain looks as if it may be able to do the job so i have just downloaded the trial version and am having problems making it work.
Environment is VFP8.
Every time i try and save the captured picture to disk, it gives the licence number error message. I have tried applying the 30 day licence number but this has no effect so i guess i am diong something wrong there.
The provided VFP sample (acquire_single_image) doesn't work. It errors out on the "WITH" line right at the beginning.
I think i have registered the control correctly.
I have had some success just using "TwainAcquireToGdPictureImage" and "SaveAsJPEG" but have nto yet got to the point of trying to simplify the included form so it makes sense to my users or build it into the application yet. I need to solve the basic problems first.
