Re: [fpc-devel] Reminder: 2.4.0-RC1 testing

2009-11-20 Thread Inoussa OUEDRAOGO
2009/11/19 Inoussa OUEDRAOGO inouss...@gmail.com: Hi You can help improve the upcoming 2.4.0 release by downloading and testing this release. If you want you can report what you have done here: http://wiki.freepascal.org/Testers_2.4.0 How is one supposed to reported the results of the test

Re: [fpc-devel] Reminder: 2.4.0-RC1 testing

2009-11-20 Thread Marco van de Voort
In our previous episode, Inoussa OUEDRAOGO said: You can help improve the upcoming 2.4.0 release by downloading and testing this release. If you want you can report what you have done here: http://wiki.freepascal.org/Testers_2.4.0 How is one supposed to reported the results of the test

Re[2]: [fpc-devel] profiling under windows

2009-11-20 Thread JoshyFun
Hello Vincent, Friday, November 20, 2009, 8:30:49 AM, you wrote: pp.pas(224,1) Error: Import library not found for c pp.pas(224,1) Error: Import library not found for gmon pp.pas(224,1) Error: Import library not found for cygwin pp.pas(224,1) Error: Import library not found for user32

Re: [fpc-devel] Reminder: 2.4.0-RC1 testing

2009-11-20 Thread Marco van de Voort
In our previous episode, Marco van de Voort said: Thanks. I'll move it if needed. The readme/faq items probably are easily fixable. The html help bit is harder. Did you try to use the CHM help? Nevermind, the same problem. Somehow it seems now tabs and shifted spaces are generated for the

Re: [fpc-devel] profiling under windows

2009-11-20 Thread Sergei Gorelkin
Paul Ishenin пишет: What I can't understand why the biggest %time has the lowest seconds. E.g: The second column is a cumulative time, i.e. sum of the time for the given function and everything above it. As result I don't understand which functions must be reviewed at first. Have

Re[2]: [fpc-devel] profiling under windows

2009-11-20 Thread JoshyFun
Hello Paul, Friday, November 20, 2009, 6:08:28 PM, you wrote: PI What I can't understand why the biggest %time has the lowest seconds. E.g: PI % cumulative self self total PI time seconds secondscalls Ts/call Ts/call name PI 5.11 0.36

[fpc-devel] fpc 2.2.4: function header doesn't match any method

2009-11-20 Thread Peter Beisel
Hi, I'm changing from FPC1.0.6 to 2.2.4 and recompiling my project. (compiling with 1.0.6 works fine) Compiling with 2.2.4 following error message occures: Error: function header doesn't match any method of this class 'constructor TProgrammAuswahl.init( ...)' But this is exactly the

Re: [fpc-devel] fpc 2.2.4: function header doesn't match any method

2009-11-20 Thread Jeppe Johansen
Peter Beisel skrev: Hi, I'm changing from FPC1.0.6 to 2.2.4 and recompiling my project. (compiling with 1.0.6 works fine) Compiling with 2.2.4 following error message occures: Error: function header doesn't match any method of this class 'constructor TProgrammAuswahl.init( ...)' But this is