Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Subject: RE: "I have no interest in your problem." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 20 May 2002 16:02:12 +1000 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Robert Collins" To: ".." , Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g4K63iL24642 > -----Original Message----- > From: .. [mailto:drclue AT drclue DOT 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/