"I have no interest in your problem."

Robert Collins robert.collins@itdomain.com.au
Mon May 20 02:47:00 GMT 2002



> -----Original Message-----
> From: .. [mailto:drclue@drclue.net] 
> Sent: Monday, May 20, 2002 2:52 PM
> 
> I simply want to code a global windows keyboard hook for the 
> blind. This involves some sort of shared global variables, 
> yet , even after wading through the re-think involved in 
> cygwin, I've not seen example , help or anything but abuse in 
> my quest to figure a way through , even if I were to code a fix 
> myself.

Right. That's fine. Putting code into a specific segment is done via

__attribute__((nocommon)) __attribute__((section(".sectioname")))

I've no idea if this is what you need, I grabbed it from the cygwin
sources.

Rob

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list