(Reposted from the forum)
I tried to output Unicode text to console on English Windows Vista
(using Lucida Console font, which shows Greek and Cyrillic characters).
Doesn't seem to work.
(On Debian x64 it works perfectly - maybe because the default encoding
I've got is UTF8: LANG environment varia
(Reposted from the forum; I think I might actually get a response here ;)
While writing a test program with TBufDataset, I'm trying to create a
dataset with as many field types as possible. The following code compiles:
FTestDataset.Fieldbyname('ftBCD').Asfloat := Testextended;
FTestDataset.Fi
2011/7/31 Honza :
> 2011/7/28 Bernd :
>> ¹ I depend on OpenSSL already anyways, so I thought why not make use
>> of its bignum too when I need it.
>
> I hope you're aware of the FPC GMP bindings:
>
> http://wiki.freepascal.org/gmp
It seems the author fought with the same kind of problems and now
t
2011/7/28 Bernd :
> ¹ I depend on OpenSSL already anyways, so I thought why not make use
> of its bignum too when I need it.
I hope you're aware of the FPC GMP bindings:
http://wiki.freepascal.org/gmp
The section
http://wiki.freepascal.org/gmp#Extensions_bindings_.26_types
discuses extended bi
Florian Klämpfl schrieb:
Am 31.07.2011 10:42, schrieb Jürgen Hestermann:
Florian Klämpfl schrieb:
Why? Searching for operator+ is no more difficult than for function add ?
I don't what I have to search for when looking for the overload function
of the operator +. Can I search
Am 31.07.2011 10:42, schrieb Jürgen Hestermann:
> Florian Klämpfl schrieb:
>> Why? Searching for operator+ is no more difficult than for function add ?
>
> I don't what I have to search for when looking for the overload function
> of the operator +. Can I search for the text "operator+"?
Why no
Florian Klämpfl schrieb:
> Why? Searching for operator+ is no more difficult than for function add ?
I don't what I have to search for when looking for the overload function
of the operator +. Can I search for the text "operator+"? Never heard
of this...
Also, when I use a function instead o