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.
|