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:
[[category:PowerBASIC]]
'''PowerBASIC Console Compiler''' (a.k.a. '''PB/CC''') is the [[Windows]] [[wp:Command-line interface|console (text-mode)]] compiler for [[PowerBASIC]]. It isclosely notresembles meant[[PowerBASIC tofor createDOS]], andbut manageinstead windowsof (althoughconsole graphics routines, it isincludes possible,simple withwindow-handling and somedrawing difficulty)routines..
 
It's important to note that there are some fairly major language differences between the [[PB/DOS|DOS]]CC and [[PB/Win|PowerBASIC for Windows]] versions of PowerBASIC.

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.