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: #define question


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/


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