• Welcome to PlanetSquires Forums.
 

FireFly Visual Designer for FreeBASIC (Download)

Started by Paul Squires, March 29, 2015, 04:36:59 PM

Previous topic - Next topic

Paul Squires

FireFly Visual Designer for FreeBASIC  (FREEWARE)

FireFly v3.78  http://www.planetsquires.com/files/FireFly_FB_378.rar  (1.4 megs - March 8, 2016) - works on Windows Operating Systems (Win2000 or greater)

win32_fb.rar  http://www.planetsquires.com/files/win32_fb.rar  (6.8 megs - June 2, 2015) - used by FireFly to display Win32 API context sensitive help.


The FreeBASIC support forum also has an ongoing topic for the FireFly for FreeBASIC project:
http://www.freebasic.net/forum/viewtopic.php?f=8&t=15796

FireFly Visual Designer is a rapid application development environment for the FreeBASIC computer language. FireFly accelerates the development of your Windows 32-bit and 64-bit programs. All the speed of "C" with the rapid application development time of Visual Basic. No runtime DLLs (Dynamic Link Libraries) of any kind. Every FireFly created application is totally self-contained and does not require any supporting DLLs to be distributed. Choose from almost 200 internal functions that make combining your code with TreeViews, ListViews, Labels, Command Buttons, TabControls, ProgressBars, etc... extremely easy. You can code entire applications without any WinAPI knowledge. FireFly allows the programmer to "attach" code to individual window's messages that are destined for the controls that you create. Separating the code for each control allows for highly maintainable code and discourages the use of bug causing global variables. The code editor is "built in" - no need to shell back and forth between a designer and a code editor.

FreeBASIC is a completely free, open-source, 32-bit and 64-bit BASIC compiler, with advanced features such as pointers, unsigned data types, inline assembly, multi-platform, multi-threading, unicode support and object orientation. Create OBJ's, LIB's, DLL's, and console or GUI EXE's easily. You can find the main FreeBASIC Compiler site here:  http://www.freebasic.net

Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

Paul Squires

#1
FireFly for FreeBASIC v3.78 uploaded:

Quote
FireFly3 - 3.78 (Released 2016-03-08)
=====================================
- 0000944: [New Feature Request] FB: Added keywords to code highlighting (DateAdd, DateDiff, DatePart, Day, Month, Year, MonthName, Hour, Minute, Second) (Paul Squires) - closed.
- 0000943: [New Feature Request] FB: Added keywords to code highlighting (Now, DateSerial, DateValue, TimeSerial, TimeValue, SetDate, SetTime) (Paul Squires) - closed.
- 0000942: [New Feature Request] FB: Added keywords to code highlighting (AndAlso, OrElse, #Assert, Assert, AssetWarn, CVLongInt) (Paul Squires) - closed.
- 0000941: [Change] FB: Public/Private sub/functions now recognized in code editor finder combobox (Paul Squires) - closed.
- 0000940: [Change] FB: Code editor now recognizes Public Sub/Function for folding purposes (Paul Squires) - closed.
- 0000939: [Change] FB: Changed code for FF_ListView_GetCheckState and FF_ListView_SetCheckState to use Listview macros (Paul Squires) - closed.
- 0000938: [Change] FB: Corrected FF_Remain function to better handle match string patterns greater than one character (Paul Squires) - closed.
- 0000937: [Bug] FB: Corrected code parsing whereby FUNCTIONS with default parameters using an "=" sign where bypassed. (Paul Squires) - closed.
- 0000936: [Change] FB: Reverted code to use Long instead of Integer datatype. Better for WinAPI compatibility. (Paul Squires) - closed.
- 0000935: [Unfinished Code] FB: TabControl "Custom" property now outputs Caption strings to MultiLanguage file (default.lang) (Paul Squires) - closed.
- 0000934: [Change] FB: Changed TabControl icons to use imagelist with ILC_MASK Or ILC_COLOR32 flags (Paul Squires) - closed.
- 0000933: [New Feature Request] FB: Clicking on selected compiler text in StatusBar will toggle between 32-bit and 64-bit compilers (Paul Squires) - closed.
- 0000932: [Bug] FB: Corrected FF_PathName for "PATH" option when no path exists (null string now returned) (Paul Squires) - closed.
- 0000931: [Bug] FB: Update code for FF_STRDELETE to remove the use of MemCpy (Paul Squires) - closed.
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer