From: "Andy Willis" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTPS id 1708324 for cwmm-dev@2rosenthals.com; Fri, 19 Feb 2021 18:51:50 -0500 Received: from secmgr-va.2rosenthals.com ([50.73.8.217]:40655 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1lDFYi-0000o2-35 for cwmm-dev@2rosenthals.com; Fri, 19 Feb 2021 18:51:41 -0500 Received: from mail-yb1-f179.google.com ([209.85.219.179]:38167) by mail2.2rosenthals.com with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1lDFYa-0007vR-1B for cwmm-dev@2rosenthals.com; Fri, 19 Feb 2021 18:51:32 -0500 Received: by mail-yb1-f179.google.com with SMTP id 133so7167129ybd.5 for ; Fri, 19 Feb 2021 15:51:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=dk60ao+OhXa11imITZz/16BjvRKzBmXqgM/y+JZqHHA=; b=JWNGsyGxfMYYQN0+jweUKd+7Po4R2dVa/E/Yk7EkcUSLzcytO9sfXEx91poyYY58ra W/uMhrvNai+iyiSa9kb8jXZIstpglLv4VqjJN+cgnCT+/YNG3pYP3Ugfh0VEbcfFQF4D rLdQF1kWJu/FtZ7wiuuU5xWJoYL/hobEma9Pzr2ZL9Y9uJtdqM4smP/aSIsTC1vOUN0W LI60JcGiHbELWIwYW3aFz7wj3wx8yz7Fdx0W5lD8LzS48LfALp1OVjN38qMaYYKCobJf r4JK8TN/YrqcCe6H7Y49swApjF+uXJs4tsAGolXmCgJKj0R2SG2wiZP+DMvMRqxlK/ZK xp4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=dk60ao+OhXa11imITZz/16BjvRKzBmXqgM/y+JZqHHA=; b=sxJn/RFCpeiSsI4Mzz4loimYLz48jhdpTp81LRqUMWyJ69BVJyMW/LSb09pZliSF1Z 6CftcVXY+jdX1QIyFUbTSWRiR+xbaNuloQuEkvD3liP1iBOj2xWr1i+Y6b8aATMzUHsl BZUB/oV2bnEUUAVl4tsIJZdH4Ky37e9NtHEFYj0zSoY/m0z8XdDbnsZsQUc/u0Nqg5PU D23N5qtUI2Km5HUa79Nhujm0/dnshqXk/RVaQzXKbifs5TIstwsETZ3fen2IB/okWT6C zqakySFkoqU1+k51MztIl1wB1/jKbtS2N6y0u+N4Bp5CN6R63w1KiZbFiGWmBfxxbHug Ux0g== X-Gm-Message-State: AOAM532/SzILOXbbSHtSgsKLe+/PtEi2xXb2KatqpIzbxHsyAnfXewhU cwsQQrJPukHr2DZqG28/9A/TSxaPMNxStmvXxT2qMAXL X-Google-Smtp-Source: ABdhPJxkdGbSeNrTki6wdigg/tP4NTbaVTi5bUPNB3V9LNhqV2RKuXFbfBgrI8CR34suqY9DYq2nD83oegikOsP37EQ= X-Received: by 2002:a25:c381:: with SMTP id t123mr17278495ybf.299.1613778691680; Fri, 19 Feb 2021 15:51:31 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 19 Feb 2021 17:51:20 -0600 Message-ID: Subject: Re: [cwmm-dev] Environment? To: CWMM Developers Mailing List Content-Type: multipart/alternative; boundary="000000000000a9eebf05bbb92163" --000000000000a9eebf05bbb92163 Content-Type: text/plain; charset="UTF-8" I am not sure if you are further along or not as far as I am, will look when I get home (expecting tomorrow). Mine is stopped looking for some emx sound header (which I expect will need a library). On Fri, Feb 19, 2021, 16:27 Dave Yeo wrote: > On 02/19/21 01:35 PM, Gregg Young wrote: > > PUSEITEM is defined in WPOBJECT.H which is in %TOOLKIT%\H > > > > Your source file needs the following to find it. > > > > #define INCL_WINWORKPLACE > > #include > > OK, that makes sense. > > > > Possible problems: > > > > Since your include path contains %TOOLKIT%\H either WPOBJECT.H is > missing or the definition of %TOOLKIT% is wrong. > > Seems to be WPOBJECT.HH that is included, though the .H might be somewhere. > > > > > Another possibility is that the > > #define INCL_WINWORKPLACE got removed from the source file in question. > > Most likely, or wasn't originally needed. > > > > > Lastly some other setup file specific to CWMM could be changing your > include path without appending the one you provided. HTH > > Just need to figure out which #include needs it. Is there a > simple way to get the preprocessor output? > Dave > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > To switch to the INDEX mode, E-mail to > Send administrative queries to > To subscribe (new addresses), E-mail to: > and reply to the confirmation email. > Web archives are publicly available at: http://lists.2rosenthals.com > > This list is hosted by Rosenthal & Rosenthal, LLC > P.O. Box 281, Deer Park, NY 11729-0281. Non- > electronic communications related to content > contained in these messages should be directed > to the above address. (CAN-SPAM Act of 2003) > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > --000000000000a9eebf05bbb92163 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I am not sure if you are further along or not as far as I= am, will look when I get home (expecting tomorrow).=C2=A0 Mine is stopped = looking for some emx sound header (which I expect will need a library).
On F= ri, Feb 19, 2021, 16:27 Dave Yeo <cwmm-dev@2rosenthals.com> wrote:
On 02/19/21 01:35 PM, Gregg Young wrote:
> PUSEITEM is defined in WPOBJECT.H which is in %TOOLKIT%\H
>
> Your source file needs the following to find it.
>
> #define INCL_WINWORKPLACE
> #include <os2.h>

OK, that makes sense.
>
> Possible problems:
>
> Since your include path contains %TOOLKIT%\H either=C2=A0 WPOBJECT.H i= s missing or the definition of %TOOLKIT% is wrong.

Seems to be WPOBJECT.HH that is included, though the .H might be somewhere.=

>
> Another possibility is that the
> #define INCL_WINWORKPLACE got removed from the source file in question= .

Most likely, or wasn't originally needed.

>
> Lastly some other setup file specific to CWMM could be changing your i= nclude path without appending the one you provided.=C2=A0 HTH

Just need to figure out which #include <os2.h> needs it. Is there a <= br> simple way to get the preprocessor output?
Dave

=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D
This message is sent to you because you are subscribed to
=C2=A0 the mailing list <cwmm-dev@2rosenthals.com>.
To unsubscribe, E-mail to: <cwmm-dev-off@2rosenthals.com&g= t;
To switch to the DIGEST mode, E-mail to <cwmm-dev-digest@2r= osenthals.com>
To switch to the INDEX mode, E-mail to <cwmm-dev-index@2rose= nthals.com>
Send administrative queries to=C2=A0 <cwmm-dev-request@2ro= senthals.com>
To subscribe (new addresses), E-mail to: <cwmm-dev-on@2rosentha= ls.com> and reply to the confirmation email.
Web archives are publicly available at: http://lists.2rosenth= als.com

This list is hosted by Rosenthal & Rosenthal, LLC
P.O. Box 281, Deer Park, NY 11729-0281. Non-
electronic communications related to content
contained in these messages should be directed
to the above address. (CAN-SPAM Act of 2003)

=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D

--000000000000a9eebf05bbb92163--