FreeBASIC Extended Library build

Headers, Bindings, Libraries for use with FreeBASIC, Please include example of use to help ensure they are tested and usable.
Post Reply
danielt3
Posts: 27
Joined: Aug 16, 2006 19:26
Location: Sao Paulo/Brazil

FreeBASIC Extended Library build

Post by danielt3 »

Hello, all!

I forked FreeBASIC Extended library, fixed some build breaks and now I'm able to build it with FBC 1.07.

Code is here: https://github.com/danielt3/fb-ext-lib

TODO:
  • * Fix some build breaks in tests;
    * Generate a new release;
    * Build docs;
    * Update build scripts to generate debug versions separately (like the 'mt' version).
PRs, suggestions and comments are welcome.
paul doe
Moderator
Posts: 1733
Joined: Jul 25, 2017 17:22
Location: Argentina

Re: FreeBASIC Extended Library build

Post by paul doe »

danielt3 wrote:...
PRs, suggestions and comments are welcome.
Terrific work! I just saw this, sorry. I used this extensively in the past (on the 0.24 days) so it will indeed prove handy now. Thank you!
h4tt3n
Posts: 698
Joined: Oct 22, 2005 21:12
Location: Denmark

Re: FreeBASIC Extended Library build

Post by h4tt3n »

Great, thanks!
Dr_D
Posts: 2451
Joined: May 27, 2005 4:59
Contact:

Re: FreeBASIC Extended Library build

Post by Dr_D »

Wow... Nice to see this getting some use. :)
Sir_mud mentioned working on it recently... I haven't talked to him for a couple weeks though.
Coolman
Posts: 294
Joined: Nov 05, 2010 15:09

Re: FreeBASIC Extended Library build

Post by Coolman »

For 64-bit freebasic. the installation does not work. to do it manually. there is a solution:

After compilation, copy the libraries to:
sudo cp libext* /usr/local/lib/freebasic/linux-x86_64/

Copy the "ext" directory to:
sudo cp -r ext /usr/local/include/freebasic/

and:
sudo chmod -R 755 /usr/local/include/freebasic/ext

To uninstall. Simply delete the files....
Post Reply