View Single Post
  #10 (permalink)  
Old 07-09-2010, 09:51 AM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 6,072
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
Default

It's a Clipboard object name clash between ClipBboard and RichTextDesktop at compile time as RichTextDesktop can also use the clipboard. If you don't merge RichTextDesktop but just use the pre-compiled dll it should work OK. Alternatively, you could drop the Clipboard library from the project and try using the RichTextDesktop CopyImageToClipBoard and PasteBitmap methods.
__________________
Sorry, but I don't answer questions by PM or email.
Please post your queries in the forum.
Reply With Quote