Page 1 of 1

The GetClipboardImage catch when used 24/24

Posted: Mon Jul 16, 2007 11:26 pm
by TheCorporation
Hi, I use the following code to get pictures from a webcam and save them 24/24.
http://www.purebasic.fr/english/viewtop ... ght=webcam

I just started coded this today. However I have a bad surprise, the code "disable" the clipboard for other applications (ie Notepad). Certainly because I use it every seconds...

=> Do you have a tip like how to get picture from my window (the webcam picture in fact) without using GetClipboard ?

Posted: Mon Jul 16, 2007 11:44 pm
by Fred
It was a problem in the GetClipboardImage() function. Could you test this new lib ? www.purebasic.com/beta/ClipboardImage

Posted: Tue Jul 17, 2007 8:04 am
by TheCorporation
Same. Note : I use PB 4.00

Posted: Tue Jul 17, 2007 8:20 am
by PB
> I use PB 4.00

Please don't report problems for obsolete versions. Use at least v4.02 (the
latest non-beta), or v4.10 Beta 2, as these are the only versions that are of
any concern to the PureBasic team. Old versions do not get bugfixed, and it's
a waste of their time trying to chase down problems when all along you're
just using an obsolete version.