Re: [fpc-pascal] FastCGI on Windows IIS

2016-04-24 Thread Michael Van Canneyt
On Sun, 24 Apr 2016, Marcos Douglas wrote: When you do, please save the contents of PATHINFO to some file, and send it here, so I can examine it and adapt the implementation so it can handle IIS as well. Hi, Doesn't matter if is CGI or FastCGI. Same problem. I did more tests. In my exampl

Re: [fpc-pascal] FastCGI on Windows IIS

2016-04-24 Thread Marcos Douglas
On Sun, Apr 24, 2016 at 6:21 PM, Michael Van Canneyt wrote: > > > On Sun, 24 Apr 2016, Marcos Douglas wrote: > >>> http://localhost:2015/fcgitest.exe/pdf/act1 >>> >>> ...but it does not solve the problem. :( >> >> >> My env: Lazarus 1.5 r50201M FPC 2.6.5 i386-win32-win32/win64 >> >> So I took his

Re: [fpc-pascal] FastCGI on Windows IIS

2016-04-24 Thread Michael Van Canneyt
On Sun, 24 Apr 2016, Marcos Douglas wrote: http://localhost:2015/fcgitest.exe/pdf/act1 ...but it does not solve the problem. :( My env: Lazarus 1.5 r50201M FPC 2.6.5 i386-win32-win32/win64 So I took his example here \packages\fcl-web\examples\helloworld Compiled it. ISS configured to port

Re: [fpc-pascal] FPC 3 regression: cannot use TStringList for UTF-8 data any more?

2016-04-24 Thread Jonas Maebe
vfclists . wrote: Isn't some formality in these Unicode discussions called for? Use of everyday language to express things which can only be properly expressed and tested through source code is very confusing. The formal definitions can be found at http://wiki.freepascal.org/FPC_Unicode_suppor

Re: [fpc-pascal] FPC 3 regression: cannot use TStringList for UTF-8 data any more?

2016-04-24 Thread vfclists .
Isn't some formality in these Unicode discussions called for? Use of everyday language to express things which can only be properly expressed and tested through source code is very confusing. Consider these few sentences by Mattias It depends. There are two codepages. The real one and the on

Re: [fpc-pascal] FastCGI on Windows IIS

2016-04-24 Thread Marcos Douglas
On Sun, Apr 24, 2016 at 9:26 AM, Marcos Douglas wrote: > On Sun, Apr 24, 2016 at 3:58 AM, Michael Van Canneyt > wrote: >>> Browser: >>> http://localhost:2015/fcgitest/pdf/act1 >>> >>> Error: >>> >>> The application encountered the following error: >>> Error: Could not determine HTTP module for re

Re: [fpc-pascal] FastCGI on Windows IIS

2016-04-24 Thread Marcos Douglas
On Sun, Apr 24, 2016 at 3:58 AM, Michael Van Canneyt wrote: >> Browser: >> http://localhost:2015/fcgitest/pdf/act1 >> >> Error: >> >> The application encountered the following error: >> Error: Could not determine HTTP module for request "fcgitest.exe" > > > Why do you put fcgitest in the request ?

Re: [fpc-pascal] Unit path search order

2016-04-24 Thread Martin Schreiber
On Saturday 23 April 2016 11:18:48 Martin Schreiber wrote: > On Saturday 23 April 2016 10:40:58 Jonas Maebe wrote: > > Martin Schreiber wrote: > > > http://www.freepascal.org/docs-html/current/user/usersu7.html#x21-28000 > > >3. 1.2 states: > > > " > > > You can add a directory to the unit search p