Freeware tools for PowerBasic and FreeBasic |
What? | Comment |
Basic Editor "BE" (320 KB, Version 0.9.0.4, 10. October 2012) |
This editor was special made for PowerBasic and FreeBasic.
Main features:
The Sub/Function/Macro toggling was the true reason to create the editor. You can close a sub/function/macro to a single line and make the rest of the sub/function invisible. This makes your listing very clear and once you are familiar with it you'll never miss it.
You can open or close a sub/function/macro either with a mouse click to the left margin or by menu "Edit/Toggle..." or with keyboard shortcuts.
Functions open: |
Win32 Resource Linker (16KB) |
This small command line tool links a binary Win32 resource file (*.res) into an executable (exe or dll). Binary resource files you can create using the Borland Resource Workshop, with the Microsoft Resource Compiler and many other resource compilers. First build your application (exe/dll) using your favorite compiler and after You can link the resources into your application using RLINK32.EXE
The main reasons for making RLINK32 were: |