In our previous episode, Juha Manninen said:
> Thanks for everybody for testing.
> I could finally install FPC trunk in my development machine, Mint
> Linux 64-bit, using fpcup. I remember it failed also there earlier for
> some reason.
> I still don't know what caused the errors in the fresh XUbun
Thanks for everybody for testing.
I could finally install FPC trunk in my development machine, Mint
Linux 64-bit, using fpcup. I remember it failed also there earlier for
some reason.
I still don't know what caused the errors in the fresh XUbuntu and
other Linux distros in virtual machines. I hope
I also successfully built trunk (3.1.1) on Suse 13.1 from the
fpcbuild.zip, last Thursday (I think).
On 04/17/2015 07:22 AM, Stéphane Aulery wrote:
> Le vendredi 17 avril 2015 à 01:39:40, Juha Manninen a écrit :
>> I found a similar error from last December, experienced by Waldo Kitty :
>> https
El 18/04/15 a les 14:16, ABorka ha escrit:
> The OnGetParam and OnReplaceTag are two totally different ways to handle
> templates. The former is the original version found in FPC packages, the
> latter is the newer, more Delphi-like - although enhanced - way to do
> templates. The two are mutually
The OnGetParam and OnReplaceTag are two totally different ways to handle
templates. The former is the original version found in FPC packages, the
latter is the newer, more Delphi-like - although enhanced - way to do
templates. The two are mutually exclusive and controlled by the
AllowTagParams
El 18/04/15 a les 07:54, leledumbo ha escrit:
>> but it didn't work in my program.
>
> The example works just fine with embedded server, only need to adjust path
> to the template. So you might want to send a minimal example that shows it
> doesn't work as you describe.
>
>> It turns out that th