Re: [fpc-pascal] Forward type not resolved

2011-03-04 Thread Marco van de Voort
In our previous episode, Florian Klaempfl said: > > i would have thought that there would have been an additional error > > concerning the trailing "of object"... was there? did it give a clue as > > to the actual error of the misplaced semi-colon? > > c:\fpc>fpc test.pp > Free Pascal Compiler ver

[fpc-pascal] Merging r.16418 to FPC 2.4.4

2011-03-04 Thread cobines
Hello, Is it possible to merge rev. 16418 from trunk to FPC 2.4.4? http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=rev&revision=16418 -- cobines ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/

Re: [fpc-pascal] Merging r.16418 to FPC 2.4.4

2011-03-04 Thread Marco van de Voort
In our previous episode, cobines said: > > Is it possible to merge rev. 16418 from trunk to FPC 2.4.4? > > http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=rev&revision=16418 I've mostly avoided the subject of shared libs, so sb else will have to judge that. However it can't be merged as such

Re: [fpc-pascal] Merging r.16418 to FPC 2.4.4

2011-03-04 Thread Jonas Maebe
On 04 Mar 2011, at 10:24, cobines wrote: Is it possible to merge rev. 16418 from trunk to FPC 2.4.4? No, see http://bugs.freepascal.org/view.php?id=18831 Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org

Re: [fpc-pascal] Merging r.16418 to FPC 2.4.4

2011-03-04 Thread Martin Schreiber
On Friday 04 March 2011 10:42:11 Jonas Maebe wrote: > On 04 Mar 2011, at 10:24, cobines wrote: > > Is it possible to merge rev. 16418 from trunk to FPC 2.4.4? > > No, see http://bugs.freepascal.org/view.php?id=18831 > Is there a workaround? Runtime switching of MSEgui language modules is not possi

Re: [fpc-pascal] Merging r.16418 to FPC 2.4.4

2011-03-04 Thread Jonas Maebe
On 04 Mar 2011, at 11:37, Martin Schreiber wrote: On Friday 04 March 2011 10:42:11 Jonas Maebe wrote: On 04 Mar 2011, at 10:24, cobines wrote: Is it possible to merge rev. 16418 from trunk to FPC 2.4.4? No, see http://bugs.freepascal.org/view.php?id=18831 Is there a workaround? I don't

Re: [fpc-pascal] FPC - Compile To Android (ARM) On Mac

2011-03-04 Thread Schindler Karl-Michael
Lennie De Villiers wrote: > Hi, > > Has anyone got this right and wiling to share some knowledge? > > cheers > > Lennie Maybe the fink packages for the arm-linux crosscompiler and the arm-linux binutils can help you; at least as a template for starting. Does it matter that they are release

Re: [fpc-pascal] Merging r.16418 to FPC 2.4.4

2011-03-04 Thread cobines
2011/3/4 Jonas Maebe : > > On 04 Mar 2011, at 10:24, cobines wrote: > >> Is it possible to merge rev. 16418 from trunk to FPC 2.4.4? > > No, see http://bugs.freepascal.org/view.php?id=18831 I see, OK. -- cobines ___ fpc-pascal maillist - fpc-pascal@li

[fpc-pascal] constref question

2011-03-04 Thread José Mejuto
Hello FPC-Pascal, The parameter passing mode "constref" ensures that something is passed as reference and never as value, so my question is using something like this: type pmyrec=^myrec; myrec=record a: integer; b: integer; c: integer; end; MyInterf = interface [] p

[fpc-pascal] FPC vs AIR

2011-03-04 Thread Vannus
was having a look at cross-platform stuff and found:- a guy who doesn't seem to know about freepascal.org http://blogs.adobe.com/cantrell/archives/2010/04/one_application_five_screens.html a handy list of mobile devices http://www.adobe.com/flashplatform/certified_devices/ I like that FPC code w