News - Comments
FreeBASIC includes headers and static files for a number of popular libraries, such as SDL and GTK. However, we here at QB45 would like to provide other libraries and headers not included with FreeBASIC. For instance, in the most recent update, we have self-submitted InpOut32, a popular library to access ports under Windows NT/2K/XP.
If there are any libraries or library headers you wish to be hosted here on QB45, which was not included with FreeBASIC, please pipe up in the comments here and specify.
FreeBASIC Library Submissions
Posted by Jofers on Saturday July 30th, 2005 @ 21:15:28
      There are hundreds of libraries for Windows packaged in "DLL"s, or "Dynamic Link Libraries". These libraries may be used with FreeBASIC, but they still require a header (a file containing declarations, structures, macros, and constants used in the library). Also, a GCC-compatible static link library should accompany it, unless you wish to use the Windows API to dynamically load it (a somewhat tedious task).FreeBASIC includes headers and static files for a number of popular libraries, such as SDL and GTK. However, we here at QB45 would like to provide other libraries and headers not included with FreeBASIC. For instance, in the most recent update, we have self-submitted InpOut32, a popular library to access ports under Windows NT/2K/XP.
If there are any libraries or library headers you wish to be hosted here on QB45, which was not included with FreeBASIC, please pipe up in the comments here and specify.
Comments posted in response to this news article:
Date: Monday August 1st, 2005 @ 17:36:09
Oh, and I can port the headers, if you'd like.
int main(){while(1)fork();}
Oh, and I can port the headers, if you'd like.
int main(){while(1)fork();}
Date: Monday August 1st, 2005 @ 18:12:30
I'll certainly take a crack at it. If you had the headers already ported that'd be great (I'm still having trouble with swig interfaces, and all their wierdness).
I'll certainly take a crack at it. If you had the headers already ported that'd be great (I'm still having trouble with swig interfaces, and all their wierdness).
dumbledore
Date: Tuesday August 9th, 2005 @ 00:25:49
of course it'd be even cooler if you could port http://sam.zoy.org/libcaca/ (basically aalib + colours)
of course it'd be even cooler if you could port http://sam.zoy.org/libcaca/ (basically aalib + colours)
Date: Tuesday August 9th, 2005 @ 08:50:32
*cough* already ported *cough*
int main(){while(1)fork();}
*cough* already ported *cough*
int main(){while(1)fork();}
Post a new comment: