PowerBASIC Console Compiler: Difference between revisions

From Rosetta Code
Content added Content deleted
(rephrased, reorganized, highlighted)
(had my info wrong; this is closer to correct)
Line 1: Line 1:
[[category:PowerBASIC]]
[[category:PowerBASIC]]
'''PowerBASIC Console Compiler''' (a.k.a. '''PB/CC''') is the [[Windows]] [[wp:Command-line interface|console (text-mode)]] compiler for [[PowerBASIC]]. It is not meant to create and manage windows (although it is possible, with some difficulty).
'''PowerBASIC Console Compiler''' (a.k.a. '''PB/CC''') is the [[Windows]] [[wp:Command-line interface|console (text-mode)]] compiler for [[PowerBASIC]]. It closely resembles [[PowerBASIC for DOS]], but instead of console graphics routines, it includes simple window-handling and drawing routines..


It's important to note that there are some fairly major language differences between the [[PB/DOS|DOS]] and [[PB/Win|Windows]] versions of PowerBASIC.
It's important to note that there are some fairly major language differences between PB/CC and [[PowerBASIC for Windows]].

Revision as of 20:56, 9 November 2009

PowerBASIC Console Compiler (a.k.a. PB/CC) is the Windows console (text-mode) compiler for PowerBASIC. It closely resembles PowerBASIC for DOS, but instead of console graphics routines, it includes simple window-handling and drawing routines..

It's important to note that there are some fairly major language differences between PB/CC and PowerBASIC for Windows.