CWMM Developers Mailing List <cwmm-dev@2rosenthals.com>
On 02/19/21 02:15 PM, 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 <os2.h>
Well adding INCL_WINWORKPLACE and #include <wpobject.h> did get past that error, leading to an even stupider one, and once again I don't know what to define.
It is not finding "HST", "ULONG", "USHORT", "SHORT", "HWND", etc from the included pmstdddlg.h from the toolkit. I'm obviously not used to PM programming.
Dave