![]() ![]() |
|
---|
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>
Possible problems:
Since your include path contains %TOOLKIT%\H either WPOBJECT.H is missing or the definition of %TOOLKIT% is wrong.
Another possibility is that the
#define INCL_WINWORKPLACE got removed from the source file in question.
Lastly some other setup file specific to CWMM could be changing your include path without appending the one you provided. HTH
: ,
,
. |