NavigationYour Shopping Cart0 Items in Your cart
User login |
FAQ
* Can I use True BASIC on my OS X Macintosh? The Mac OS Standard, Pro, Bronze, Silver and Gold editions all still run on Mac OS 9.2.2 under the "Classic" mode on PowerPC Macintoshes. You can also run True BASIC on an Intel Macintosh under Boot Camp, with a virtualization package such as Parallels, or with Crossover Mac from Codeweavers. SheepShaver is a free emulator tool for running earlier versions of Mac OS (7.5.2 through 9.0.4) and enabling Classic Mode on newer Macs, including Intel Macs. Setup is moderately technical, but it's a powerful utility. * What versions of Windows does True BASIC run on? * Can I purchase an older version of True BASIC? * Can I purchase the Linux, Unix, or VMS version of True BASIC? * What is the difference between Bronze, Silver and Gold editions? The Silver Edition comes with 1400+ pre-written subroutines in compiled form and a library of interface building controls. It also contains the BIND utilities for creating fully independent applications. The Silver is the entry-level-developer version and comes with a 640-page manual. The price is $195 and the CD contains both the Windows and MacOS versions. The Gold Edition contains all of the Silver subroutines in both compiled AND source code versions, as well as special libraries for Sockets, SQL database, and Programmer's Workbench utilities. The Gold Edition has a 5-user license and sells for $495. Both the MacOS and Windows versions are on the master CD that comes with a 670-page looseleaf manual. * What is the current version of True BASIC? * Can old BASIC programs be translated to True BASIC? The original file is left intact and the new file can be saved for use in True BASIC. Lines that can't be automatically translated are marked. The download also comes with a 38-page PDF document with that shows many details related to the translation. * Does True BASIC come with a compiler? Original True BASIC source code files have a .TRU extension. Compiled files carry a .TRC extension. You always want to be careful to keep your True BASIC source code files protected and separate. After a True BASIC file is compiled, it is impossible to decompile. To create an independent, double-click executable program in True BASIC, you go to the third level and BIND your compiled file. When you create a compiled file in True BASIC, it is operating system agnostic. The BINDING process takes the compiled file and "wraps around" the needed operating essentials for your target platform. This makes it possible to write a True BASIC program, compile it, and then BIND it for the various operating systems you wish to serve -- from one or more compiled files. BIND tools come with the True BASIC Silver and Gold editions. There are no royalties due when you create applications using True BASIC, only a statement saying, "This application created using True BASIC." * Can line-numbered programs be run on True BASIC? Yes, older BASIC programs using line numbers can be run in True BASIC. You open or enter your original line-numbered program in the True BASIC source code window and choose RUN from the menu. An output window will display the results. If there is an error in your program, the cursor will mark the position of that error in your source code window. You can correct the error and RUN again. True BASIC, however, is a modern, structured BASIC and you will soon want to move beyond GOTO statements. True BASIC allows you to easily create program subroutine sections that can be CALLED anywhere in your program. In the FREE & DEMO section of this website, you will want to download the how-to document entitled "Leaving GOTO Behind" to learn more about this important tranistion. * What functions and statements are included in True BASIC? * How can I change the font in my output window? Select the following program (by dragging the mouse), Copy it, Paste it into the True BASIC editing window and run it! Experiment with different fonts, font styles, and sizes, and colors.
(The "2" means to "SET"; the "0" is the id number of the default output window.) * Does True BASIC Support Graphics? True BASIC supports several forms of line and point graphics. It can also display image files in BMP and several other formats. For example, here is a simple program that draws a graph of the square root function.
(Copy this, paste into your True BASIC editor, and run it!) * Why is True BASIC so widely used for calculations? * How do I install TB Gold 5.5b19 for Windows? * Where are Physics 2000 and Zip Zapp? |
Search |