On investigating this problem in more detail, it seems to be associated with
the following circumstances :-
1) It is when trying to install in Lazarus 0.9.29 / FPC 2.4.1
2) It is specific to installing for WinCE - Win32 seems to be OK
Originally, the component was installed on 0.9.26/2.2.2 for
On 22 May 2010, at 21:07, Matthias Klumpp wrote:
> On Sat, 22 May 2010 20:38:59 +0200, Jonas Maebe
> wrote:
>>
>> Actually, yes. The ELF resource writer should probably add such a section
>> as well.
> Should I write a bug report for this?
Yes.
Jonas
_
Hi,
I wonder if this sentence from the buildfaq is always relevantt :
> A standard confusing detail when installing a snapshot is that the
> target directory (e.g. /usr/local/lib/fpc/2.4.0) depends
> on the version number. If you would follow the above sequence, and the
> generated compiler (say
In our previous episode, Thierry Bothorel said:
>
> If I build FPC from the trunk (2.5.1 currently) and set explicitly the
> FPC binary to the 2.4.1 version, it installs already within the right
> directory, lib/fpc/2.5.1/ and not in lib/fpc/2.4.1/
>
> So I wonder if the sentence is about a beh
How do you get cgi uploads to work??
Im using TModuledCGIApplication
procedure TCGIDatamodule1.DataModuleCGIRequest(Sender: TObject);
begin
// upload handling
writeln('filenamevar:
'+application.requestvariables['file']+''); // works when get but
post is just blank
writeln('filenamefile:
'
cheers - worked a treat :)
On 21 May 2010 04:50, ABorka wrote:
> I had a problem like this before.
> If memory serves right, I had to set all four of these for StrToDate to
> work under Linux after moving some code from Windows:
>
>LongTimeFormat := 'hh:mm:ss';
>ShortDateFormat := '/
Hi, after struggling half a day with fpWeb on Windows Seven 64bits and Apache
2.2.15, I decided to try with Powtils, but it seems to both have problems on
this platform.
My Powtils CGI program apparently runs fine, but when I try to access Get, Post
or Env vars they are empty.
This simple exam
Powtils seems to be ignored by the author for a couple of years, use fpWeb or
FreeSpider instead. Both are maintained and quite advanced (fpWeb:
parameterized templates, FreeSpider: smart module loading), and what you
need: both have working file upload example.
--
View this message in context: