
BCET now has the ability to create GUI programs.  

Creating GUI programs with BCET basic is not really any easier or harder
than in Assembler or C. 

The main advantage, for Basic programmers, is that you get to use a 
familier language, and you don't need VB's huge runtime.  Currently,
every BCET program is standalone, as far as runtime is concerned.  
You still need kernel32.dll, and optionally some others, but they come 
with the OS.


