Re: [fpc-pascal] Unicode file names

2015-12-05 Thread Jonas Maebe
On 05/12/15 13:36, Mattias Gaertner wrote: On Sat, 5 Dec 2015 12:55:42 +0100 (CET) Michael Van Canneyt wrote: On Sat, 5 Dec 2015, Mattias Gaertner wrote: fpcres fails on Windows with paths containing non ASCII characters. The compiler itself happily compiles units.

Re: [fpc-pascal] Unicode file names

2015-12-05 Thread Mattias Gaertner
On Sat, 5 Dec 2015 12:55:42 +0100 (CET) Michael Van Canneyt wrote: > > > On Sat, 5 Dec 2015, Mattias Gaertner wrote: > > > Hi, > > > > fpcres fails on Windows with paths containing non ASCII characters. The > > compiler itself happily compiles units. FPC 3.0.0 and

Re: [fpc-pascal] Searching recursively for units in a path

2015-12-05 Thread luciano de souza
It works partially. broker.pas declare brookfclhttpappbroker.pas, but it was not found: In fpc.cfg, I tried: "-Fu./Globals/*" The compiler said it is an illegal parameter, so I took off the quotes. -Fu./Globals/*" It was found ./Globals/Seetings/brokers.pas. It's Ok, but when compiling

Re: [fpc-pascal] Unicode file names

2015-12-05 Thread Mattias Gaertner
On Sat, 5 Dec 2015 13:44:08 +0100 Jonas Maebe wrote: > On 05/12/15 13:36, Mattias Gaertner wrote: > > On Sat, 5 Dec 2015 12:55:42 +0100 (CET) > > Michael Van Canneyt wrote: > > > >> On Sat, 5 Dec 2015, Mattias Gaertner wrote: > >> > >>> fpcres

[fpc-pascal] Searching recursively for units in a path

2015-12-05 Thread luciano de souza
Hello all, On the commandline or in fpc.cfg, I can include search paths as: fpc test.pp -Fu./Componentes But ./Components has a world of subfolders. So I imagine I could indicates all subfolders as: fpc test.pp -Fu./Componentes/* It does not work, so I ask: is there a way to indicates

Re: [fpc-pascal] Unicode file names

2015-12-05 Thread Michael Van Canneyt
On Sat, 5 Dec 2015, Mattias Gaertner wrote: Hi, fpcres fails on Windows with paths containing non ASCII characters. The compiler itself happily compiles units. FPC 3.0.0 and 3.1.1. Is that a regression? I don't think so, since that has probably never worked correctly. Michael.

Re: [fpc-pascal] FastCGI Threaded Mode

2015-12-05 Thread Michael Van Canneyt
On Fri, 4 Dec 2015, Mazola Winstrol wrote: Hello, The fpc's FastCGI supports threaded mode? Not yet. Silvio Clecio did some experiments for this, but the work was never finished. It is still on my wishlist, so patches are welcome. Michael. ___

Re: [fpc-pascal] Searching recursively for units in a path

2015-12-05 Thread Michael Van Canneyt
On Sat, 5 Dec 2015, luciano de souza wrote: Hello all, On the commandline or in fpc.cfg, I can include search paths as: fpc test.pp -Fu./Componentes But ./Components has a world of subfolders. So I imagine I could indicates all subfolders as: fpc test.pp -Fu./Componentes/* It does not