Re: #define question

2003-08-04 Thread Rob Clack
Perfect answer, thank you! I moved the COBJMACROS definition to the top of the file and was able to remove the #include 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:

Re: #define question

2003-08-01 Thread Shankar Unni
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 C