The GetClipboardImage catch when used 24/24

Just starting out? Need help? Post your questions and find answers here.
TheCorporation
User
User
Posts: 11
Joined: Fri Sep 15, 2006 8:04 am
Location: FR

The GetClipboardImage catch when used 24/24

Post 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 ?
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

It was a problem in the GetClipboardImage() function. Could you test this new lib ? www.purebasic.com/beta/ClipboardImage
TheCorporation
User
User
Posts: 11
Joined: Fri Sep 15, 2006 8:04 am
Location: FR

Post by TheCorporation »

Same. Note : I use PB 4.00
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post 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.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Post Reply