Re: [Lazarus] fcl-web deleted headers?

2014-03-28 Thread Graeme Geldenhuys
On 2014-03-28 07:51, Michael Van Canneyt wrote: > If this is indeed the case, then I will add a GetCustomHeader to the TRequest. > TResponse has SetCustomHeader() so this is nicely symmetric. That would be very handy! Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using

Re: [Lazarus] Crosscompile Target Win32 error : ( /units/i386-win32/win32] Error 1)

2014-03-28 Thread Mattias Gaertner
On Fri, 28 Mar 2014 17:02:44 +0800 "Allan E. Registos" wrote: >[...] > >> and can't locate the correct fpcsrc version > > What is the correct fpcsrc version? > During Lazarus startup, cannot find the correct location, I must say > location of the fpcsrc installed. The IDE searches all common pla

Re: [Lazarus] Crosscompile Target Win32 error : ( /units/i386-win32/win32] Error 1)

2014-03-28 Thread Allan E. Registos
On Friday, 28 March, 2014 10:27 AM, Mattias Gaertner wrote: > On Fri, 28 Mar 2014 09:42:17 +0800 (PHT) > "Allan E. Registos" wrote: > >> [...] >> For Lazarus 1.0.14/Ubuntu 64 Precise >> I have successfully installed crosscompile win32/i386 and can generate win32 >> executable. >> I upgraded to

Re: [Lazarus] Codetools include search path(s)

2014-03-28 Thread Howard Page-Clark
On 28/03/2014 03:41, Mattias Gaertner wrote: On Thu, 27 Mar 2014 20:20:39 + Howard Page-Clark wrote: How should I pass the location of lcl\include\ when initializing the codetools? I extended the wiki with some explanations how the codetools defines work: http://wiki.lazarus.freepascal.

Re: [Lazarus] fcl-web deleted headers?

2014-03-28 Thread Michael Van Canneyt
On Fri, 28 Mar 2014, Ludo Brands wrote: On 03/27/2014 10:57 PM, Michael Van Canneyt wrote: On Thu, 27 Mar 2014, Leonardo M. Ramé wrote: Hi, I'm sending a custom header I called "Filename" to a Brook CGI (which uses TRequest from fcl-web) but I can't access that header. To my knowledge,

Re: [Lazarus] fcl-web deleted headers?

2014-03-28 Thread Ludo Brands
On 03/27/2014 10:57 PM, Michael Van Canneyt wrote: > > > On Thu, 27 Mar 2014, Leonardo M. Ramé wrote: > >> Hi, I'm sending a custom header I called "Filename" to a Brook CGI >> (which uses TRequest from fcl-web) but I can't access that header. > > To my knowledge, the CGI protocol doesn't suppo