This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: "I have no interest in your problem."




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]