Re: [fpc-devel] Systems fair

2005-12-05 Thread Felipe Monteiro de Carvalho
On 12/4/05, L505 [EMAIL PROTECTED] wrote: Actually, then, I should more so compare FPC to something like python or perl rather than GCC. Because GCC was available years ago when FPC was not. Whereas perl an python are newer. I think *part* of the reason perl is popular is because of all

Re: [fpc-devel] Systems fair

2005-12-05 Thread Jonas Maebe
On 5 dec 2005, at 11:56, Felipe Monteiro de Carvalho wrote: There are way more Pascal projects then Python or Perl projects. The only thing being that the majority of this projects are created with Delphi and not Free Pascal. Things like Skype and Age of Wonders computer game were created with

Re: [fpc-devel] Systems fair

2005-12-05 Thread Felipe Monteiro de Carvalho
On 12/5/05, Jonas Maebe [EMAIL PROTECTED] wrote: At least the Mac OS X version of Skype seems to be a combination of C+ + and Objective-C, with no FPC-generated code in sight. It probably is. But the initial version, the Windows one is a Delphi app. The Linux and Mac OS versions are not ports

[fpc-devel] functions within record declarations

2005-12-05 Thread Christopher Cureau
Hi there! I've been trying to compile some code that used to work in version 1.0.10 of the compiler, but now seems to give errors. In each of the errors below, it looks like a function is being put into a record, and the compiler doesn't like it. I have pasted the relevant lines from fs.inc

Re: [fpc-devel] functions within record declarations

2005-12-05 Thread Tomas Hajny
Christopher Cureau wrote: Hi, I've been trying to compile some code that used to work in version 1.0.10 of the compiler, but now seems to give errors. In each of the errors below, it looks like a function is being put into a record, and the compiler doesn't like it. I have pasted the

Re: [fpc-devel] functions within record declarations

2005-12-05 Thread Daniƫl Mantione
Op Mon, 5 Dec 2005, schreef Christopher Cureau: code: (line number prefixes...) 103: file_system_type = record 104: name : string[20]; 105: fs_flag: dword; 106: read_super : function (sb : P_super_block_t) : P_super_block_t; 107: next :

Re: [fpc-devel] Xrandr X11 extension header translation for packages/extra/x11

2005-12-05 Thread Michael Van Canneyt
On Mon, 5 Dec 2005, Nikolay Nikolov wrote: Xrandr X11 extension header translation for packages/extra/x11 attached... Thank you very much. Inserted in Subversion. Michael. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org