Re: [fpc-devel] fpweb is not showing the exception message [Found the problem]

2011-04-13 Thread michael . vancanneyt
On Tue, 12 Apr 2011, ABorka wrote: On 4/12/2011 01:31, ABorka wrote: On 4/12/2011 00:01, michael.vancann...@wisa.be wrote: On Mon, 11 Apr 2011, ABorka wrote: I was playing today with fpweb a little, and found a simply reproducible minor problem. When one creates a new CGI or FCGI

Re: [fpc-devel] Announcement: Free Pascal Compiler Delphi XE PortProject

2011-04-13 Thread Matt Emson
Sent from my iPhone 4 On 13 Apr 2011, at 00:14, Adem listmem...@letterboxes.org wrote: The last time (a year or so ago) I played with the compiler code (under Windows), I was surprised to find out that AQTime [ http://smartbear.com/products/development-tools/performance-profiling/ ]

Re: [fpc-devel] Recent changes to TField.SetData

2011-04-13 Thread LacaK
Hi, here are diffs with changes, I hope they will be good for all TDataSet descendants (those specific to FPC and also those which are also for use in Delphi) Code which is general (and is used repeatedly) is placed in TField methods and only small code remains which must be placed into each

Re: [fpc-devel] fpweb is not showing the exception message

2011-04-13 Thread ABorka
On 4/13/2011 00:07, michael.vancann...@wisa.be wrote: ...snip... On Mon, 11 Apr 2011, ABorka wrote: OK, found the problem: fpweb does not set the content length properly when there was an exception or error message, it uses the content length from the action event handler. For example, if we

Re: [fpc-devel] Announcement: Free Pascal Compiler Delphi XE PortProject

2011-04-13 Thread Mark Morgan Lloyd
Skybuck Flying wrote: The source code compiles, however little sections of code have been disabled as follows: // *** Skybuck: Fix Needed *** These sections are slight free pascal language incompatibilities with Delphi and need to be fixed... There are about 700 of them. (Many duplicates

Re: [fpc-devel] fpweb is not showing the exception message [Found the problem]

2011-04-13 Thread ABorka
On 4/13/2011 00:07, michael.vancann...@wisa.be wrote: On Mon, 11 Apr 2011, ABorka wrote: ...snip... OK, found the problem: fpweb does not set the content length properly when there was an exception or error message, it uses the content length from the action event handler. For example, if we

Re: [fpc-devel] fpweb is not showing the exception message [Found the problem]

2011-04-13 Thread michael . vancanneyt
On Wed, 13 Apr 2011, ABorka wrote: On 4/13/2011 00:07, michael.vancann...@wisa.be wrote: On Mon, 11 Apr 2011, ABorka wrote: ...snip... OK, found the problem: fpweb does not set the content length properly when there was an exception or error message, it uses the content length from the

Re: [fpc-devel] fcl-web compilation problems summary

2011-04-13 Thread Jonas Maebe
On 13 Apr 2011, at 05:22, ABorka wrote: entered as http://bugs.freepascal.org/view.php?id=19153 Thanks. Jonas ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] helper feature finished

2011-04-13 Thread Sven Barth
Am 12.04.2011 21:41, schrieb Sven Barth: The latter change is not yet commited (I will do that tomorrow), but the implementation of the flag and the removing of current_syssym are already commited. Done. Regards, Sven ___ fpc-devel maillist -

Re: [fpc-devel] How to get FPC to generate floating point instructions for ARM?

2011-04-13 Thread Helmut Hartl
Am 17.03.11 12:48, schrieb Jonas Maebe: There won't be an iOS 2.4.4 release, because it would barely work with current iOS SDK releases: a) as of Xcode 3.2.0, simulator builds require the iphonesim target that only exists in 2.5.x b) as of Xcode 3.2.6 and Xcode 4, all object files (including

Re: [fpc-devel] How to get FPC to generate floating point instructions for ARM?

2011-04-13 Thread Jonas Maebe
On 13 Apr 2011, at 14:22, Helmut Hartl wrote: Am 17.03.11 12:48, schrieb Jonas Maebe: There won't be an iOS 2.4.4 release, because it would barely work with current iOS SDK releases: a) as of Xcode 3.2.0, simulator builds require the iphonesim target that only exists in 2.5.x b) as of Xcode

[fpc-devel] Android native application with local webserver

2011-04-13 Thread darekm
Hello I finish first stage to move my webapp as native Android application. Its consists one java file with declaration webWiew, and all rest, written in FPC, is build as library. Of course start is thought jni, but after that http server (based on Synapse) is started, and build in browser can