Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Rainer Stratmann
Is there a description what Brook can do and what it not can do? Is a webserver for example Apache needed for it? Or can it run standalone? On Wednesday 14 May 2014 01:13:41 you wrote: > The Brook team is glad to announce the release 3.0.0. > > This version was compiled and tested successfully

Re: [fpc-pascal] Currency constant wrongly stored in generated EXE?

2014-05-14 Thread LacaK
Lets restate the hole thing, considering unit ncon.pas and pexpr.pas units in FPC 2.6.4 compiler. 1° It is not possible, without using some ad hoc adjustements, to have always an EXACT CURRENCY stored in a DOUBLE or EXTENDED because Double or Extended being expressed as Sign*2^exp*Base2(n). Ju

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-14 Thread Michael Schnell
I think I now have something that might be worth testing... -Michael ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-14 Thread Michael Van Canneyt
On Wed, 14 May 2014, Michael Schnell wrote: I think I now have something that might be worth testing... Presumably we can expect a result by the year 2046 ? ;) Michael. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freep

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-14 Thread Michael Schnell
On 05/14/2014 02:12 PM, Michael Van Canneyt wrote: Presumably we can expect a result by the year 2046 ? ;) Getting Off-Topic. In fact I would like to have somebody else take a look at the code before I ask how to implement it in the LCL as a "WidgetType" activated by setting the projec

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread silvioprog
2014-05-14 6:52 GMT-03:00 Rainer Stratmann : > Is there a description what Brook can do and what it not can do? > > Is a webserver for example Apache needed for it? > > Or can it run standalone? See "Get started" on home page: http://silvioprog.github.io/brookframework/ -- Silvio Clécio My pu

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Michael Schnell
On 05/14/2014 03:56 PM, silvioprog wrote: http://silvioprog.github.io/brookframework/ Of course I did find this already by checking your initial post. But this did not help much for finding out what kinds of tasks the "brook" is really useful for. -Michael ___

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Michael Van Canneyt
On Wed, 14 May 2014, Michael Schnell wrote: On 05/14/2014 03:56 PM, silvioprog wrote: http://silvioprog.github.io/brookframework/ Of course I did find this already by checking your initial post. But this did not help much for finding out what kinds of tasks the "brook" is really useful

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Michael Schnell
On 05/14/2014 04:14 PM, Michael Van Canneyt wrote: Developing any web based application. That would mean all other web frameworks are not worth looking at. I suppose each of them should provide a feature / benefit list so that a user is enabled to decide which of them is most appropriate fo

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Rainer Stratmann
On Wednesday 14 May 2014 16:14:32 you wrote: > On Wed, 14 May 2014, Michael Schnell wrote: > > On 05/14/2014 03:56 PM, silvioprog wrote: > >> http://silvioprog.github.io/brookframework/ > > > > Of course I did find this already by checking your initial post. > > > > But this did not help much fo

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Michael Van Canneyt
On Wed, 14 May 2014, Michael Schnell wrote: On 05/14/2014 04:14 PM, Michael Van Canneyt wrote: Developing any web based application. That would mean all other web frameworks are not worth looking at. To my knowledge, there are none in FPC/Lazarus. I suppose each of them should provide a

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Michael Van Canneyt
On Wed, 14 May 2014, Rainer Stratmann wrote: On Wednesday 14 May 2014 16:14:32 you wrote: On Wed, 14 May 2014, Michael Schnell wrote: On 05/14/2014 03:56 PM, silvioprog wrote: http://silvioprog.github.io/brookframework/ Of course I did find this already by checking your initial post. But

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Michael Schnell
On 05/14/2014 04:33 PM, Michael Van Canneyt wrote: That is true, but is often omitted in young Open Source projects. Rather often, a decent place to publish such a list is missing. Here obviously a decent website is provided For a start, some 20 Lines of text would already be helpful. -Micha

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread silvioprog
2014-05-14 11:20 GMT-03:00 Rainer Stratmann : > On Wednesday 14 May 2014 16:14:32 you wrote: > > On Wed, 14 May 2014, Michael Schnell wrote: > > > On 05/14/2014 03:56 PM, silvioprog wrote: > > >> http://silvioprog.github.io/brookframework/ > > > > > > Of course I did find this already by checking

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread silvioprog
2014-05-14 11:03 GMT-03:00 Michael Schnell : > On 05/14/2014 03:56 PM, silvioprog wrote: > >> >> >> http://silvioprog.github.io/brookframework/ >> >> >> Of course I did find this already by checking your initial post. > > But this did not help much for finding out what kinds of tasks the "brook"

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Michael Schnell
On 05/14/2014 04:33 PM, Michael Van Canneyt wrote: To my knowledge, there are none in FPC/Lazarus. I at least know fpWeb to be an active project (ExtPascal seems to be dead) What might be usable: http://stackoverflow.com/questions/3793112/what-web-application-framework-for-delphi-is-recommen

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Michael Schnell
On 05/14/2014 04:37 PM, silvioprog wrote: You can run Brook in four modes: . CGI (with any HTTP server like Apache, nginx etc.); . FastCGI (with any HTTP server like); . Stand alone (with embedded server); . Stand alone service/daemon (with embedded daemon server). AFAIK, FCGI can work via

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Michael Schnell
On 05/14/2014 04:33 PM, silvioprog wrote: . I did not because my English is still not fluent. I see the problem. I can only understand German and English :-( -Michael ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread silvioprog
2014-05-14 11:40 GMT-03:00 Michael Schnell : > On 05/14/2014 04:33 PM, Michael Van Canneyt wrote: > >> >> To my knowledge, there are none in FPC/Lazarus. >> >> I at least know fpWeb to be an active project (ExtPascal seems to be > dead) > > What might be usable: > > http://stackoverflow.com/quest

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread silvioprog
2014-05-14 11:46 GMT-03:00 Michael Schnell : > On 05/14/2014 04:33 PM, silvioprog wrote: > >> . I did not because my English is still not fluent. >> > I see the problem. > > I can only understand German and English :-( Well, you can learn (via demos, issues, lists etc.) about the project and wri

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Michael Van Canneyt
On Wed, 14 May 2014, Michael Schnell wrote: On 05/14/2014 04:37 PM, silvioprog wrote: You can run Brook in four modes: . CGI (with any HTTP server like Apache, nginx etc.); . FastCGI (with any HTTP server like); . Stand alone (with embedded server); . Stand alone service/daemon (with embed

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Michael Van Canneyt
On Wed, 14 May 2014, Michael Schnell wrote: On 05/14/2014 04:33 PM, Michael Van Canneyt wrote: To my knowledge, there are none in FPC/Lazarus. I at least know fpWeb to be an active project (ExtPascal seems to be dead) Unless I missed somthing, fpWeb is fcl-web. Brook runs on top of fcl-

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Michael Schnell
So we already do have some Information very worth stating on the website :-) -Michael ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread Michael Schnell
On 05/14/2014 04:50 PM, silvioprog wrote: Well, you can learn (via demos, issues, lists etc.) about the project and write about it. :) Right now I am just a potential user(or in fact just collecting information about a lot of stuff to provide to potential user in the company) -Michae

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread silvioprog
2014-05-14 12:31 GMT-03:00 Michael Schnell : > So we already do have some Information very worth stating on the website > :-) And we can change the HTMLs of website. :) https://github.com/silvioprog/brookframework/tree/gh-pages -- Silvio Clécio My public projects - github.com/silvioprog __

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread silvioprog
2014-05-14 12:33 GMT-03:00 Michael Schnell : > On 05/14/2014 04:50 PM, silvioprog wrote: > >> >> >> Well, you can learn (via demos, issues, lists etc.) about the project and >> write about it. :) >> >> Right now I am just a potential user(or in fact just collecting > information about a lot o

Re: [fpc-pascal] EventLog and error "No member is provided to access property"

2014-05-14 Thread Michael Van Canneyt
On Tue, 13 May 2014, silvioprog wrote: Hello, I'm trying to set a own instance in EventLog property of all apps like  TCustomHttpApplication, TCustomCGIApplication and TCustomFCGIApplication, but, no success. To get the error, try: I have done this differently. The eventlog instance is ow

Re: [fpc-pascal] [ANN] Brook 3.0.0 release!

2014-05-14 Thread silvioprog
2014-05-14 14:05 GMT-03:00 silvioprog : > 2014-05-14 12:33 GMT-03:00 Michael Schnell : > > On 05/14/2014 04:50 PM, silvioprog wrote: >> >>> >>> >>> Well, you can learn (via demos, issues, lists etc.) about the project >>> and write about it. :) >>> >>> Right now I am just a potential user(or

[fpc-pascal] Delphi compatible anonymous functions

2014-05-14 Thread Craig Peterson
Hi all, What's the current state of FPC's anonymous functions/closures support? Is anyone working on it? Is it something that a bounty would help with? Thanks, Craig Peterson Scooter Software ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] Delphi compatible anonymous functions

2014-05-14 Thread Michal Wallace
Hey Craig, I've been experimenting with anonymous functions in FPC and have working code, but they're not at all like what Delphi provides: https://github.com/tangentstorm/tangentlabs/blob/master/pascal/funops.pas (On the other hand, they require 0 compiler changes...) I asked about lambdas in

Re: [fpc-pascal] Delphi compatible anonymous functions

2014-05-14 Thread Sven Barth
On 15.05.2014 07:05, Craig Peterson wrote: Hi all, What's the current state of FPC's anonymous functions/closures support? Is anyone working on it? Is it something that a bounty would help with? As Michal said, someone was working on that, but I didn't hear anything from him in the past yea