- HotBasic
Hotbasic, Basic-
compiler that compiles the basic code to fastassembler code, the compiled programs is very small. Hotbasic can be used to createWindows -,MS-DOS - (Console) andLinux software.The Linux version can create console,GTK orX11 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"
returnExternal 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.