Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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: <FC169E059D1A0442A04C40F86D9BA7600C6124@itdomain003.itdomain.net.au>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
From: "Robert Collins" <robert.collins@itdomain.com.au>
To: ".." <drclue@drclue.net>, <cygwin@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g4K63iL24642



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

