Re: [fpc-devel] WinCE special calls

2008-01-04 Thread Felipe Monteiro de Carvalho
On Dec 27, 2007 2:49 PM, Alvise Nicoletti [EMAIL PROTECTED] wrote: Does anyone knows how to force the popup of the keyboard to write on a Pocket PC? No idea. I would ask on microsoft newsgroups for pocketpc programming Also, I want to know if someone managed to extend the forms to the entire

[fpc-devel] bug in ptype for dyn array (debug info / gdb)?

2008-01-04 Thread Martin
I was trying to look at e content of dyn-arrays under gdb and found that it is very hard to get results. (you may also want to look at http://www.lazarus.freepascal.org/index.php?name=PNphpBB2file=viewtopict=4763 ) I used ptype to look at what gdb (under Lazarus) thinks the variable is.

Re: [fpc-devel] bug in ptype for dyn array (debug info / gdb)?

2008-01-04 Thread Jonas Maebe
On 04 Jan 2008, at 15:05, Martin wrote: IMHO it is inconsistent, and partly incorrect. So I am looking for any feedback, maybe I got something wrong, maybe it is a bug, maybe there is an intention? Dynamic arrays are currently not properly handled in the debug information by the

Re: [fpc-devel] An optimizer bug?

2008-01-04 Thread Jonas Maebe
On 28 Dec 2007, at 15:16, Sergei Gorelkin wrote: I had isolated the issue, it is maybechangetemp() in ncgld.pas. If I modify this function to always return false, the issue is gone. Actually the failure is caused by incomplete deallocation of the AnsiString temp variable - its

Re: [fpc-devel] patch for rstconv

2008-01-04 Thread Vincent Snijders
Vincent Snijders schreef: Michael Van Canneyt schreef: On Thu, 27 Dec 2007, Vincent Snijders wrote: Please, review, comment and/or apply the patch. The patch looks good. You can apply it yourself if you want. Applied in r9541. Can this patch be merged to the fixes_2_2 branch?

RE: [fpc-devel] FPC won't bootstrap anymore on Mac OS X 10.3

2008-01-04 Thread Giulio Bernardi
I could test only today. Now it works, thank you :) bye, Giulio _ Express yourself instantly with MSN Messenger! Download today it's FREE!

Re: [fpc-devel] An optimizer bug?

2008-01-04 Thread Sergei Gorelkin
Jonas Maebe wrote: I think I've fixed this in r9626, could you check again? At least on darwin/ppc, cycle and testsuite seem to work fine with your patch (but I didn't check it without my changes as well). I got the testsuite perform fine with TEST_OPT=-O2. However, I could not build a