On 14/3/10 11:52, Frank Church wrote:
Your suggestion worked - what is the secret?
Does the array[0..0 have some relevance here?]
On 14 March 2010 23:01, Howard Page-Clark wrote:
On 14/3/10 6:11, Frank Church wrote:
Hi guys,
I am trying to compile the TVersionInfo component by Anders Meland
In our previous episode, Howard Page-Clark said:
> >> result := TranslationTable[Index]^.CharsetID
> >>
> >> Howard
>
> No secret - just that fpc requires stricter syntax than Delphi, even in
> {$mode Delphi}. The property TranslationTable is an array property
> declared as a pointer (PTransla
Am 09.03.2010 14:16, schrieb Graeme Geldenhuys:
> fpGUI v0.7-rc1 is available
> ---
>
Hi, this is the first time I looked at fpGUI. Very nice work !
I tried to cross compile some examples for WinCE and it worked so far -
looks like my search is over and I found a nice li
Am 09.03.2010 14:16, schrieb Graeme Geldenhuys:
> fpGUI v0.7-rc1 is available
>
when compiling uidesigner with actual fpc from svn it fails with
duplicate identifier "unitname" in vfdfile.pas. It seems to be a name
clash with the new class procedure unitname in TObject. I don't know why
fpc rai
Adrian Veith het geskryf:
>
> One thing I found is, that when a fpGUI application is running on my
> WinCE phone (even when it is in the background), the phone will slow
> down dramatically. I guess there is an event loop which is too busy -
> any idea ?
WinCE is experimental, so expect some issu
Adrian Veith het geskryf:
>
> when compiling uidesigner with actual fpc from svn it fails with
> duplicate identifier "unitname" in vfdfile.pas. It seems to be a name
> clash with the new class procedure unitname in TObject. I don't know why
As rule of thumb, I never test with unstable FPC (trun
On 15 Mar 2010, at 16:17, Adrian Veith wrote:
when compiling uidesigner with actual fpc from svn it fails with
duplicate identifier "unitname" in vfdfile.pas. It seems to be a name
clash with the new class procedure unitname in TObject.
http://wiki.freepascal.org/User_Changes_Trunk#TObject_cl
Am 15.03.2010 16:23, schrieb Jonas Maebe:
>
> On 15 Mar 2010, at 16:17, Adrian Veith wrote:
>
>> when compiling uidesigner with actual fpc from svn it fails with
>> duplicate identifier "unitname" in vfdfile.pas. It seems to be a name
>> clash with the new class procedure unitname in TObject.
>
> h
Am 15.03.2010 16:38, schrieb Adrian Veith:
> If it makes sense or not - I get the same error in delphi mode.
>
my error - forget it
Adrian
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-
Hi Adrian,
Hi, this is the first time I looked at fpGUI. Very nice work !
I tried to cross compile some examples for WinCE and it worked so far -
looks like my search is over and I found a nice little GUI framework for
that platform. I was not satisfied with LCL (much too big), KOL (too
weird)
When I try to compile on my laptop (fedora on a AMD64) with fp I get:
fatal: Can't find unit system used by pruebacomentarios
What's wrong here?
--
Martín Marqués
select 'martin.marques' || '@' || 'gmail.com'
DBA, Programador, Administrador
___
fpc-pa
"I'm maintaining FPC-bindings for DFB. Right now, they work with the 1.4
line of DFB binaries only. If anyone has a need for 1.2 bindings (which
is the version that ships with most GNU/Linux distributions these days),
I'd actually provide such bindings. So, if anyone is seriously
interested, please
Hello, the problem is only linux.
The following source code uses UTF8 without BOM,
http://www.conoce3000.com/Ejemplo01.pp
the compiler compiles ok and the program displays the message in Unicode
UTF8 ok
The following source code uses UTF8 with BOM
http://www.conoce3000.com/Ejemplo02.pp
the c
After running tstringlist.savetostream how can I make sure that the
buffer has been flushed and data sent successfully?
Thx
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On Tue, Mar 16, 2010 at 3:53 AM, Terry A. Haimann
wrote:
> After running tstringlist.savetostream how can I make sure that the buffer
> has been flushed and data sent successfully?
>
>
That depend on the stream you passed to TStringList.SaveToStream
--
Zaher Dirkey
_
15 matches
Mail list logo