Theos PowerBasic Museum 2017

Archive => Discussion - Legacy Software (PBWIN 9.0+/PBCC 5.0+) => Topic started by: Christian McDonald on July 28, 2009, 04:00:04 AM

Title: Error in WinBase.inc
Post by: Christian McDonald on July 28, 2009, 04:00:04 AM
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)
Title: Re: Error in WinBase.inc
Post by: José Roca on July 28, 2009, 04:49:22 PM
 
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.