[fpc-devel] C++ source in fpc

2009-09-14 Thread Desmond Coertzen
I need some advice: I have a few c++ source files containing conversion functions. Is it at all possible to compile them into my fpc project? I imagine I have seen this in kylix 3. Is this possible with fpc? Am I under the influence of a pipe dream? ___

Re: [fpc-devel] C++ source in fpc

2009-09-14 Thread Marco van de Voort
In our previous episode, Desmond Coertzen said: > I need some advice: > > I have a few c++ source files containing conversion functions. Is it at all > possible to compile them into my fpc project? > > Is this possible with fpc? Am I under > the influence of a pipe dream? Wrap it in plain C and

Re: [fpc-devel] svn mirror site is out of sync

2009-09-14 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, http://svn2.freepascal.org/svn/fpc/trunk/ is out of sync with svn.freepascal.org. The mirror is stuck at r13643. Could somebody give it another boot in the backside please. Fixed. Vincent ___ fpc-devel maillist - fp

Re: [fpc-devel] embedded arm port

2009-09-14 Thread octal
Just a question Florian, C offers the "volatile" attribute to mention that a variable can change value without source code intervention (for example a variable that maps to a port register). how can that be handled by the compiler in order to avoid that the compiler do optimize pascal instructions

Re: [fpc-devel] embedded arm port

2009-09-14 Thread Florian Klaempfl
oc...@pocketmt.com schrieb: > Ok. thanks Floran. > I was studying your files. > I'm working actually on the LPC2148. I'm porting the header file for > LPC214x (LPC2141/42/44/46/48), and I'm adding the mcus to the linker and > arm cpuinfo concerned units. > > Once I got it to work to the 2148 I'll

Re: [fpc-devel] embedded arm port

2009-09-14 Thread octal
I'll also try to do tests on interrupt handling using callbacks, and let you know the result (tests on real hardware next weekend :) ) Regards Ahmed octal A/T pocketmt.com http://pocketmt.com > oc...@pocketmt.com schrieb: >> Thank you Florian. >> >> I'll publish all LPCxxx serie once I finish wo

Re: [fpc-devel] embedded arm port

2009-09-14 Thread Florian Klaempfl
oc...@pocketmt.com schrieb: > Thank you Florian. > > I'll publish all LPCxxx serie once I finish work on them. Please publish work early if possible. It makes it easier to correct wrong coding. > > Just wanted to ask another question: > is there any support for interrupt procedures? It is imp

Re: [fpc-devel] embedded arm port

2009-09-14 Thread octal
Ok. thanks Floran. I was studying your files. I'm working actually on the LPC2148. I'm porting the header file for LPC214x (LPC2141/42/44/46/48), and I'm adding the mcus to the linker and arm cpuinfo concerned units. Once I got it to work to the 2148 I'll post this first post. Regards Ahmed > oc

Re: [fpc-devel] embedded arm port

2009-09-14 Thread octal
Thank you Florian. I'll publish all LPCxxx serie once I finish work on them. Just wanted to ask another question: is there any support for interrupt procedures? how to declare a proc as an interrupt and associate it to its vector? is that implemented or have I to rework the parser and add needed

Re: [fpc-devel] String cases development

2009-09-14 Thread Florian Klaempfl
Michael V. Denisenko schrieb: > Hello everyone, is it possible to check my patch series? > Bugtracker link: http://bugs.freepascal.org/view.php?id=13700 All except the last one are applied (didn't review it yet)? ___ fpc-devel maillist - fpc-devel@list

[fpc-devel] String cases development

2009-09-14 Thread Michael V. Denisenko
Hello everyone, is it possible to check my patch series? Bugtracker link: http://bugs.freepascal.org/view.php?id=13700 ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] embedded arm port

2009-09-14 Thread Florian Klaempfl
oc...@pocketmt.com schrieb: > Hello, > I'm trying embedded arm port (LPC2xxx) and I want to contribute to the > full port. > I'm adding new controllers right now. I just wanted to know, from compiler > side, what is the state of development? what need to be enhanced or > developed to have a full wo

[fpc-devel] embedded arm port

2009-09-14 Thread octal
Hello, I'm trying embedded arm port (LPC2xxx) and I want to contribute to the full port. I'm adding new controllers right now. I just wanted to know, from compiler side, what is the state of development? what need to be enhanced or developed to have a full working port? Regards octal ___

[fpc-devel] svn mirror site is out of sync

2009-09-14 Thread Graeme Geldenhuys
Hi, http://svn2.freepascal.org/svn/fpc/trunk/ is out of sync with svn.freepascal.org. The mirror is stuck at r13643. Could somebody give it another boot in the backside please. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/f