Does Free Vision support utf8 on unix? This example builds fine on Linux
but the second messagebox shows weird symbols:
program TestFV;
uses App, MsgBox;
type
TMyAPP = object(TApplication)
end;
var
MyApp: TMyApp;
begin
MyApp.Init;
MessageBox('aeiou',
On Mon, 8 Aug 2016, Lubos Pintes wrote:
Hello list,
Do I absolutely need the OpenSSL library if I want to use Google API under
Windows?
Yes. You need an SSL implementation to support the https protocol.
I am asking just in case there is something native I am not aware of. I would
like to
2016-08-08 4:09 GMT+02:00 silvioprog :
> Will you keep the sparta-generics package at Lazarus sources?
Probably yes. sparta_Generics package exist because FPC 3.0 does not
contain Generics.*...
--
Best regards,
Maciej Izak
___
fpc-pascal maillist -
Hello list,
Do I absolutely need the OpenSSL library if I want to use Google API
under Windows?
I am asking just in case there is something native I am not aware of. I
would like to have just one binary if possible.
Thanks
___
fpc-pascal maillist -
Tomas Hajny wrote:
On Sun, August 7, 2016 18:11, Mark Morgan Lloyd wrote:
is it possible to enforce a rule that the two record variants must be
the same size?
What would the rule supposedly do? As far as I know, all the variants take
the size of the largest one technically (in memory). Do yo