Search found 589 matches

by VonGodric
Apr 01, 2011 14:42
Forum: Community Discussion
Topic: New fbc branch ('inheritance') on sourceforge (fbc SVN)
Replies: 133
Views: 41536

v1ct0r how about adding delegates like in d or c# ? would make it much easier to simulate virtual methods but also excellent for event handlers.
by VonGodric
Mar 28, 2011 13:02
Forum: Community Discussion
Topic: New Free Basic Portal created
Replies: 25
Views: 5310

no one is objecting to your site. good work and good luck! I really like that you have taken the initiative rather than simply complain. But please stop being an ass about it. I am sure you understood. Or you did not? It means daily builds of freebasic -the latest possible (almost) version of the co...
by VonGodric
Mar 28, 2011 12:30
Forum: Community Discussion
Topic: Language Extension Through Preprocessing
Replies: 47
Views: 13986

never mind
by VonGodric
Mar 28, 2011 8:32
Forum: Community Discussion
Topic: New Free Basic Portal created
Replies: 25
Views: 5310

Re: sorry agamemnus , im dyslexic

sorry agamemnus , im dyslexic http://www.freebasic-portal.de/downloads/svn-daily-builds.html is an important link. i take it this is for german developers ? can you give me a written description for the link You don't need to speak german to realize that they have daily builds of the freebasic from...
by VonGodric
Mar 28, 2011 8:28
Forum: Community Discussion
Topic: Language Extension Through Preprocessing
Replies: 47
Views: 13986

I vote for extends. For inherit-ophiles: #define inherits extends ;)

TJF: in C++ you don't have a keyword for that. its just: class MyClass: public BaseClass {};
by VonGodric
Mar 27, 2011 17:59
Forum: Community Discussion
Topic: Language Extension Through Preprocessing
Replies: 47
Views: 13986

nice work v1ct0r. Thumb up! I was wondering that perhaps while you are here and before you disappear into the wild again - please document and restructure the source so it would be easier for other people to get their heads around and help out? For example document describing the general compiler fl...
by VonGodric
Mar 25, 2011 22:41
Forum: Community Discussion
Topic: Language Extension Through Preprocessing
Replies: 47
Views: 13986

because I don't understand it. I've tried to modify it and frankly either I am not smart enough or the source code stinks (sorry). Little comments and next to no documentation about internals... And secondly much bigger problem is that I use mac and fb doesn't work with osx...
by VonGodric
Mar 24, 2011 10:34
Forum: Community Discussion
Topic: Language Extension Through Preprocessing
Replies: 47
Views: 13986

I have been working on a precompiler for fb and frankly its not a simple task if done properly. For one thing you need to track scope to know when variables go out of scope and symbol visibility. Track all types, variable sizes, functions, files etc. For example if ordinary Type object is included i...
by VonGodric
Mar 18, 2011 10:25
Forum: General
Topic: IIF
Replies: 26
Views: 3816

iif is an expression. If is a statement
by VonGodric
Feb 21, 2011 9:35
Forum: General
Topic: Function overload in UDT?
Replies: 13
Views: 1691

make sure you compile with -lang fb

Also you don't need "overload" keyword when defining methods.
by VonGodric
Feb 18, 2011 17:45
Forum: General
Topic: FreeBasic when support for inheritance?
Replies: 16
Views: 3795

in fact I challenge them to do it!!!
by VonGodric
Feb 18, 2011 17:43
Forum: Sources, Examples, Tips and Tricks
Topic: Cairo Based GUI widgets [Update 2.20]
Replies: 20
Views: 5895

mind posting a screenshot? thanks
by VonGodric
Feb 17, 2011 19:42
Forum: General
Topic: FreeBasic when support for inheritance?
Replies: 16
Views: 3795

it's a wip nothing to show yet... stay tuned
by VonGodric
Feb 17, 2011 9:31
Forum: General
Topic: FreeBasic when support for inheritance?
Replies: 16
Views: 3795

I am working (sort of) on a precompiler for FB that adds classes, inheritance, etc and compiles to FB.
by VonGodric
Dec 25, 2010 11:31
Forum: Archive
Topic: FBIde - still alive
Replies: 151
Views: 52515

???