Från: |
"Dave Yeo" <cwmm-dev@2rosenthals.com> |
Meddelandehuvud Oavkodat meddelande |
Ämne: |
Re: [cwmm-dev] Environment? |
Datum: |
Fri, 19 Feb 2021 20:40:00 -0800 |
Till: |
CWMM Developers Mailing List <cwmm-dev@2rosenthals.com> |
|
---|
On 02/19/21 08:02 PM, Steven Levine wrote:
Hi guys,
Seems to be WPOBJECT.HH that is included, though the .H might be somewhere.
Recall that WPOBJECT.HH is the Direct-to-SOM header and WPOBJECT.H is the
classic SOM header. They are mutually exclusive.
OK, I thought as much. Unluckily WPOBJECT.HH does not pull the right defines in.
Just need to figure out which #include <os2.h> needs it. Is there a
simple way to get the preprocessor output?
Yes. From the docs and help:
/Pc[+|-]
/Pc+: Run only the preprocessor against the source file
and preserve comments during preprocessing.
/Pc-: Run only the preprocessor against the source file
and do not preserve comments during preprocessing.
Default: /Pc-
Thanks
Dave
|