Attempting to compile some code with PBCC V5 which compiles OK with PBCC V4, I get an error in COMMCTRL.INC when it tries to reference the function CreateWindow which is declared inside WIN32API.INC conditionally thus:
My source code has not changed. I can't find a reference to %CCWIN in the help. Have I missed something?
Code:
#IF %DEF(%CCWIN) FUNCTION CreateWindow....
Comment