Search found 5 matches
- Dec 16, 2017 14:40
- Forum: Community Discussion
- Topic: FreeBASIC Discussion December 2017
- Replies: 42
- Views: 13866
Re: FreeBASIC Discussion December 2017
Part 2 : FreeBASIC Weaknesses & Improvements In my point of view, I regret that Freebasic is not available for OSX. I found an unofficial FreeBasic 1.04.0 OS X release, but I'm not able to use it. An improvement would be that somebody adapts the compiler to MAC OSX. In that case, I write an IDE ...
- Dec 12, 2017 20:32
- Forum: Community Discussion
- Topic: FreeBASIC Discussion December 2017
- Replies: 42
- Views: 13866
Re: FreeBASIC Discussion December 2017
Part 1 - Strengths
FreeBasic is:
- free
- easy to learn
- easy to use
- portable
Its new releases are backward compatible.
It has a good documentation.
Its community (forum) is active.
It has a large library of softwares (sources).
FreeBasic is:
- free
- easy to learn
- easy to use
- portable
Its new releases are backward compatible.
It has a good documentation.
Its community (forum) is active.
It has a large library of softwares (sources).
- Nov 13, 2016 17:38
- Forum: Community Discussion
- Topic: Unofficial FreeBASIC 1.04.0 OS X release
- Replies: 35
- Views: 14044
Re: Unofficial FreeBASIC 1.04.0 OS X release
Thank you for your help, TeeEmCee. I downloaded your build, and I tried to compile a very simply source : test.bas print "test" end First of all, I had the error : error 23: File not found, crt1.o I copy crt1.o to lib/freebasic/darwin-x86_64. It's OK, but now, with the command ./fbc test.b...
- Oct 28, 2016 9:35
- Forum: Community Discussion
- Topic: Unofficial FreeBASIC 1.04.0 OS X release
- Replies: 35
- Views: 14044
Re: Unofficial FreeBASIC 1.04.0 OS X release
You can download it here (i don't know how long this link will stay valid, it would be cool if this could be uploaded to sourceforge where the other releases reside hello venom, The link you gave in the first post of this thread is dead. Can you make it available again ? (Or from somebody else who ...
- Feb 28, 2013 18:34
- Forum: Community Discussion
- Topic: Embedded FreeBasic in another langage ?
- Replies: 4
- Views: 1526
Embedded FreeBasic in another langage ?
May I distribute for free, a software like an IDE with embedded FreeBasic inside it ? Let me explain. Taking as example Lazarus having embedded FreePascal, I would like to build a high level language with graphic objects, using FreeBasic. I develop a Basic dialect interpretor since 2005 (http://pano...