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
Message-ID: <3F2E1D36.5060609@sanger.ac.uk>
Date: Mon, 04 Aug 2003 09:45:42 +0100
From: Rob Clack <rnc@sanger.ac.uk>
Organization: Sanger Institute
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030326
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: #define question
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Perfect answer, thank you!  I moved the COBJMACROS definition to the top 
of the file and was able to remove the #include <objidl.h> entirely, so 
clearly it's being included by some other file.

Thanks!
Rob

-------- Original Message --------
Subject: Re: #define question
Date: Fri, 01 Aug 2003 12:58:44 -0700
From: Shankar Unni <shankar@cotagesoft.com>
To: cygwin@cygwin.com
References: <3F2A2543.9060404@sanger.ac.uk>

Rob Clack wrote:

> [...] either objidl.h isn't 
> getting included at all, though I get no error there, or the macro isn't 
> getting #defined, or it's getting undefined somewhere.  

Are you sure objidl.h isn't included somewhere else above that by some
other file, indirectly?

Best to put your COBJMACROS #define at the top of your .c file (or pass
it in via the "gcc" command line).



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


-- 
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  It was a good theory that met all valid criteria
  apart from that of actually being right.
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Rob Clack                        Acedb Development,  Informatics Group
  email: rnc@sanger.ac.uk                Wellcome Trust Sanger Institute
  Tel: +44 1223 494780                   Wellcome Trust Genome Campus
  Fax: +44 1223 494919                   Hinxton  Cambridge    CB10 1SA


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

