HotBasic

HotBasic

Hotbasic, Basic-compiler that compiles the basic code to fast assembler code, the compiled programs is very small. Hotbasic can be used to create Windows-, MS-DOS- (Console) and Linux software.The Linux version can create console, GTK or X11 software.

Code example

Create a simple windows,GTK program in Hotbasic with a button that will display a dialogbox

create f as form
caption="Test program"
create b as button
caption="Click here"
onclick="bclick"
end create
end create
f.showmodal
end
bclick:
showmessage "You have clicked a button"
return

External Links

* [http://www.hotbasic.org Hotbasic homepage]
* [http://groups.yahoo.com/group/hotbasic Hotbasic windows forum]
* [http://groups.yahoo.com/group/hotbasic_linux Hotbasic Linux forum]

ourcecode Editors

* HotIDE that is shipped with Hotbasic
* [http://www.philipbister.ukonline.co.uk/ HBIDE]
* [http://www.recursivemedia.net/ AIRSYS-IDE]

Debugger

* [http://www.fnoware.st Hotbasic Debugger]

GUI Designer for Windows

* [http://webdisk.planet.nl/viss3248/default.aspx HotVisual]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Basicdialekt — Aufgrund der seit Jahrzehnten bestehenden Popularität von BASIC existieren zahlreiche BASIC Implementierungen auf einer Vielzahl von Plattformen. Entsprechend den sehr unterschiedlichen Umgebungen und Einsatzzwecken wurde eine hohe Zahl von… …   Deutsch Wikipedia

  • Basicdialekte — Aufgrund der seit Jahrzehnten bestehenden Popularität von BASIC existieren zahlreiche BASIC Implementierungen auf einer Vielzahl von Plattformen. Entsprechend den sehr unterschiedlichen Umgebungen und Einsatzzwecken wurde eine hohe Zahl von… …   Deutsch Wikipedia

  • List of BASIC dialects by platform — List of BASIC dialects by platform: This is a list of dialects of the BASIC computer programming language, sorted into groups for better conceptual organization.There is also an alphabetical list of BASIC dialects. These two lists should contain… …   Wikipedia

  • Liste der BASIC-Dialekte — Aufgrund der seit Jahrzehnten bestehenden Popularität der Computer Programmiersprache BASIC existieren zahlreiche BASIC Implementierungen auf einer Vielzahl von Plattformen. Entsprechend den sehr unterschiedlichen Umgebungen und Einsatzzwecken… …   Deutsch Wikipedia

  • RapidQ — (also known as Rapid Q ) is a free, cross platform, semi object oriented BASIC programming language. It can create console, GUI, and CGI applications. The IDE includes a drag and drop form designer, syntax highlighting and single button… …   Wikipedia

  • List of BASIC dialects — This article gives an alphabetical list of BASIC dialects mdash;a flat list of interpreted and compiled variants of the BASIC programming language. The dialects platform(s) (that is, the computer models and operating systems) are given in… …   Wikipedia

  • Comparison of LAN messengers — The following tables compare general and technical information for a number of LAN messengers. Contents 1 General information 2 Operating system support 3 Features 4 See also …   Wikipedia

  • Basic (langage) — BASIC Pour les articles homonymes, voir Basic. {{{image}}}   Sigles d une seule lettre   Sigles de deux lettres   Sigles de trois lettres …   Wikipédia en Français

  • Beginner's All-purpose Symbolic Instruction Code — BASIC Pour les articles homonymes, voir Basic. {{{image}}}   Sigles d une seule lettre   Sigles de deux lettres   Sigles de trois lettres …   Wikipédia en Français

  • ISO 10279 — BASIC Pour les articles homonymes, voir Basic. {{{image}}}   Sigles d une seule lettre   Sigles de deux lettres   Sigles de trois lettres …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”