Search found 27 matches
- Nov 19, 2011 7:50
- Forum: Community Discussion
- Topic: [IDEA] FB Decompiler
- Replies: 15
- Views: 2282
- Nov 17, 2011 7:58
- Forum: Community Discussion
- Topic: [IDEA] FB Decompiler
- Replies: 15
- Views: 2282
I think we should add a function to extract the code from debugging symbols. Unfortunately a real Decompiler is a very difficult project. Even for C there is no really good decompiler. First of all we can point out the aspects witch are lost for sure: - style of code - header include (Well, we could...
- Oct 30, 2011 21:57
- Forum: Community Discussion
- Topic: Code generated by fbc parser: c or assembler? (choice)
- Replies: 30
- Views: 3962
I don't belive "-gen gcc", will be the future. I would suppose something like "-gen llvm" witch makes fbc behaving like a frontend, of the llvm Framework. This supports all important platforms as well and has some additional advantages, e.g.: - More optimisation possibilities, because no abstractio...
- Oct 11, 2011 19:18
- Forum: Linux
- Topic: absent a long time, can FB for linux install on a Mac OS X?
- Replies: 2
- Views: 890
I don't think so. Linux and Mac OS X are both Unix like and widly POSIC's compatible but: - Linux uses ELF, OSX MachO as executable file format. - Linux bases on the X Windows System, OSX dosn't normally. - The runtime functions work with nothing but thair target system. - fbc can only emit 32bit PM...
- Oct 08, 2011 11:19
- Forum: General
- Topic: Switch to use bigger variable size (for arrays & strings
- Replies: 14
- Views: 937
- Oct 08, 2011 10:36
- Forum: Community Discussion
- Topic: Code generated by fbc parser: c or assembler? (choice)
- Replies: 30
- Views: 3962
I don't belive "-gen gcc", will be the future. I would suppose something like "-gen llvm" witch makes fbc behaving like a frontend, of the llvm Framework. This supports all important platforms as well and has some additional advantages, e.g.: - More optimisation possibilities, because no abstraction...
- Aug 14, 2011 0:15
- Forum: Community Discussion
- Topic: The new website
- Replies: 150
- Views: 23829
- Jan 30, 2011 10:04
- Forum: Linux
- Topic: FBIde under Linux
- Replies: 3
- Views: 2318
- Jan 29, 2011 22:49
- Forum: Linux
- Topic: FBIde under Linux
- Replies: 3
- Views: 2318
FBIde under Linux
I tried to compile and install FBIde under Linux, but awfully the given download instruction ( http://fbide.freebasic.net/index.php?menuID=66 ) "cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/fbide co -P FBIde/FBIde0.4", won’t work, but show the error message: "cvs [checkout aborted]: con...
- Jan 23, 2011 12:38
- Forum: Community Discussion
- Topic: FREE BASIC needs something like FPGUI
- Replies: 22
- Views: 4182
I'm mainly support an Gtk+ based library which enable the user to use basic Gtk+ features without advanced knowledge. But also a static FBGUI would be nice. This would offer 3 levels of graphical programming: 1. Using the Gfxlib, to create own basic graphic program. 2. Using the FBGUIlib, to use eas...
- Dec 20, 2010 22:12
- Forum: Community Discussion
- Topic: What would you change about the FB ecosystem?
- Replies: 67
- Views: 14008
I like to have a preprocessor instruction witch do the same like the command line opinion "-s gui" (e.g. #gui). If the comment line opinion "-s" is used or the opinion isn't available for this OS, the instruction will be ignored. This would make it easier to handle GUI programmes as well as command ...
- Dec 19, 2010 16:43
- Forum: Projects
- Topic: FBIde - still alive
- Replies: 151
- Views: 42685