Re: [fpc-devel] Erroneous finalizing of const widestring array

2007-06-30 Thread Yury Sidorov
From: Yury Sidorov [EMAIL PROTECTED] From: Martin Schreiber [EMAIL PROTECTED] Possible show stopper for FPC 2.2: http://www.freepascal.org/mantis/view.php?id=9170 I suspect there are more problems, I can only debug one by one. Fixed and merged to fixes. Martin, please inform us when FPC

[fpc-devel] TFPCustomCanvas and Rectangle method

2007-06-30 Thread Graeme Geldenhuys
Hi, Below is the definition of the Rectangle method as defined in TFPCustomCanvas in the fpcanvas unit. procedure Rectangle (left,top,right,bottom:integer); I believe it would be much better defined as show below. The reason being that 'right' and 'bottom' are actually offset values based on

Re: [fpc-devel] Cleanup of the r7012 for the Go32v2

2007-06-30 Thread Tomas Hajny
On 30 Jun 07, at 17:10, [EMAIL PROTECTED] wrote: Here's some cleanups of the right fix in the Setup_arguments of the system.pp file for the Go32v2 in the trunk branch, see patch in attachement. The reason for the first change isn't clear to me (what is being fixed or improved by this change)

Re: [fpc-devel] Erroneous finalizing of const widestring array

2007-06-30 Thread Yury Sidorov
From: Martin Schreiber [EMAIL PROTECTED] Here is the next one (win32 widestring copy error): http://www.freepascal.org/mantis/view.php?id=9187 Thanks for the fast reaction :-) Fixed and merged to 2.2 branch. Yury. ___ fpc-devel maillist -

Re: [fpc-devel] DLL function exits without exception or other notice

2007-06-30 Thread Yury Sidorov
From: Felipe Monteiro de Carvalho [EMAIL PROTECTED] I have a code on a Dll which when executed causes the funtion to simply exit without raising an exception or anything. It just exits without notice, and also quits from the function that called it, like if it was an Exception, except that a