PowerBASIC for Windows
PB/Win Version 9.01
Copyright (c) 1996-2009 PowerBasic Inc.
Venice, Florida USA
All Rights Reserved
Error 460 in C:\PBWIN90\WINAPI\WINBASE.INC(52:021): Undefined equate
Line 52: %WAIT_OBJECT_0 = %STATUS_WAIT_0 + 0
==============================
Compile failed at 9:55:42 PM on 7/27/2009
Error in WinBase.inc (1.1.4)
You must include windows.inc first, as noted in a comment in the header:
Quote
' Note: windows.inc must be included before this file, but can't be done here.
' You must do it in your application.