FBconfig - Cross Platform configuration for FreeBASIC
Sat, 11/19/2011 - 23:42 — sir_mudFbconfig is a small library that packs a big punch. Never worry about distributing a configuration file again, because with fbconfig it is generated with the first program run and stored in the "correct" place for each platform. The on disk format is plain-text xml, easy to modify by hand if your user desires. Due to the simple api with fbconfig you can get up and running in no time, and if you need to do the advanced you can access the raw xml but this shouldn't be needed in 99% of cases.
MudCGI a CGI Helper Library for FreeBASIC
MudCGI is a library that takes the complexity out of writing CGI programs by providing helper functions to do the normal CGI stuff like processing forms. It also provides many useful functions and classes for (X)HTML generation, cookies and other nice options.
FreeBASIC Extended Library
What is it?
The FreeBASIC Extended Library aims to provide a portable, community-driven set of libraries designed exclusively for FreeBASIC development, and includes many commonly used game-oriented and general purpose APIs written by the community and licensed under a BSD type license to maximize user freedom.