• Welcome to Theos PowerBasic Museum 2017.

Error in WinBase.inc

Started by Christian McDonald, July 28, 2009, 04:00:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Christian McDonald

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)

José Roca

 
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.