Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jmb on January 02, 2016, 12:21:32 am

Title: Win7: How can I use AddClipboardFormatListener ?
Post by: jmb on January 02, 2016, 12:21:32 am
Hi

Usually AddClipboardFormatListener and further clipboard-functions and macros are defined in winuser.h.

But in codeblocks winuser.h there is nothing.

And so I cannot compile sourcefiles, where, as example, AddClipboardFormatListener is used.

What can I do ?

Title: Re: Win7: How can I use AddClipboardFormatListener ?
Post by: Дмитро on January 02, 2016, 01:41:23 pm
Hello!
I do not know what winuser.g

But Google has found in three seconds, a lot of it.
first http://www.csee.umbc.edu/~squire/download/WinUser.h
If you need to, you can paste it all. Bulky, but that's okay.
Wish  neree are healthy. I wish you a lot of beautiful code!
Title: Re: Win7: How can I use AddClipboardFormatListener ?
Post by: jmb on January 02, 2016, 05:53:42 pm
Hello!
I do not know what winuser.g

But Google has found in three seconds, a lot of it.
first http://www.csee.umbc.edu/~squire/download/WinUser.h
If you need to, you can paste it all. Bulky, but that's okay.

I have here some more IDEs, and so I have not one winuser.h

In that header from watcom and visualstudioexpress all needed
things are defined. Only in the header from codeblocks there is nothings.

You mean, simply copy&paste the missed parts into winuser.h will
solve the problem ?  Whats about the librariers ?

Is there a reason, why codeblocks do not offer this parts?


Quote
Wish  neree are healthy. I wish you a lot of beautiful code!

Thank you. I wish you the same.

Title: Re: Win7: How can I use AddClipboardFormatListener ?
Post by: Jenna on January 02, 2016, 07:59:28 pm
Please read the FAQ, especially : http://wiki.codeblocks.org/index.php/FAQ-General#Q:_What_Code::Blocks_is_not.3F
and follow the forum rules.
This is not a general programming forum/website !

Topic unrelated to Code::Blocks itself, so I lock this topic !