http://bugs.winehq.org/show_bug.cgi?id=11848
--- Comment #16 from Austin English austinenglish@gmail.com 2009-07-24 21:57:43 --- (In reply to comment #15)
Created an attachment (id=22596)
--> (http://bugs.winehq.org/attachment.cgi?id=22596) [details]
Visual C++ Express project (Yes, I know... I hadn't used Windows for 2 months...)
Clipboard Viewer X is written in C++, and so can't be used directly. But the library it uses looks like a layer over the Windows API.
I have created my own clipboard viewer, which (currently) can get the list of available formats and clear the clipboard... and that's about it. I haven't looked at the Clipboard Viewer X code closely yet.
Excellent work. Keep in mind, if you're going to put it in wine, you should get it to compile with gcc. Bonus points if you can get it to compile under mingw as well :-).