gotBASIC.com

For all people interested in the continued usage and evolution of the BASIC programming language.

HomeVB 7+VB 1-6FBQB64QB45GW-BASICMicroRetro

BCX

BCX is a small command line tool that inputs a BCX BASIC source code file and outputs a ‘C’ source code file which can be compiled with many C or C++ compilers.

“Using BCX and a C compiler enables you to produce powerful 32-bit native code Windows console mode programs, windows GUI applications, and Dynamic Link Libraries (DLL’s) without having to incur the costs of an expensive commercial BASIC compiler. The programs that you create will be among the smallest and fastest 32 bit executable programs around, requiring no additional distributed runtime modules.

Although BCX remains a work in progress, it is capable of some very powerful feats. Its ability to use Microsoft Windows structures, variables, and the powerful Win32 API, coupled with its ability to mix “C” code in a straight forward BASIC way, makes BCX a very powerful tool while retaining the relative ease of use by anyone familiar with modern BASIC programming.”

NOTE: BCX appears to be at at least version 7.2.6 (see here) as of 2016-02-23; however, not able to find this anywhere on the web. I’m assuming that it’s only available through the “Yahoo Group”; which, I’ve not been able to get any sort of a response when emailing the admin of that group in the past to get my account flagged as being able to see the files. Would be so much simpler if they would either a) update where these files can be retrieved or b) move it to github like many other projects that mentioned on this site (hint, hint).

UPDATE - UPDATE - UPDATE

It has recently been announced in the yahoo group that yahoo is changing the service in such a way that BCX will no longer be housed within it’s walls…

Furthermore, it was announced (10/26/2019) that Jeff Shollenberger is now hosting a new official site for BCX located at:

Original Site(s)

Tools

Source

Descendants

Cool Projects