Quote:
>I read in Byte magazine (July issue) about a 32/64 bit BASIC compiler
>from Basmark named XBASIC.
I have program from Basmark called Visual QuickBasic (v2.1) that compiles true
32-bit assembly. The problem is that almost all of the coding is API calls to a
DLL that is 1.3 megs. It is lightining fast, but if you think you can jump from
BASICA, QUICKBASIC or
Visual Basic to VQB you will have a hard time. In addition
you will need to know how to use the C++ 32 bit NMAKE and LINK utilities. The
environment looks like the Unix X-Windows and requires a 32 bit OS (the win32s
doesnt cut it due to resource limitations. This leaves NT and Win95 and mabey
Warp (havent tested it under Warp) The hole thing is based on windows messages and
callbacks, something not used by most basic programmers. VQB sells for $500.00
(Windows) and ($998.00) for the Unix version.