I’m a total newbie to Power Basic. I recently inherited an application that I believe ran under Power Basic Console Compiler 2.<something>. I’m using PBCC 4.04. In my first attempt to compile the program, I fail on the following statement:
#INCLUDE "SCRNIO.INC"
Joe G.
#INCLUDE "SCRNIO.INC"
PowerBASIC Console Compiler
PB/CC Version 4.04
Copyright (c) 1998-2007 PowerBasic Inc.
Venice, Florida USA
All Rights Reserved
Error 493 in C:\STLC\Source\cbs1.BAS(139:010): Compiler file not found/accessible
Line 139: #INCLUDE "SCRNIO.INC"
==============================
Compile failed at 8:40:21 PM on 12/3/2007
Any help would be appreciated. I know it’s probably a simple answer. Thanks. PB/CC Version 4.04
Copyright (c) 1998-2007 PowerBasic Inc.
Venice, Florida USA
All Rights Reserved
Error 493 in C:\STLC\Source\cbs1.BAS(139:010): Compiler file not found/accessible
Line 139: #INCLUDE "SCRNIO.INC"
==============================
Compile failed at 8:40:21 PM on 12/3/2007
Joe G.
Comment