You are not logged in.
Pages: 1
This is my 1st post, congratulations for all this job for you and your team,
and thank you for publishing it. Nice to join you.
I'm studying the framework to apply it in a new development.
Concerning LVCL and GUI I got an error trying to compile mysecnotepad example:
SynCommons.pas(18344) Undeclared Identifier: CheckSynchronize
Apparently missing from LVCL\SysUtis.pas
Regards.
Offline
LVCL compilation issue has been fixed now.
See http://synopse.info/fossil/info/ed19d443f1
Thanks for the feedback.
Ensure you are using the latest unstable version (1.18).
See http://synopse.info/fossil/wiki?name=Get+the+source
Offline
LVL and XE4
Hi i tried to compile the LVCL demo but i receive a lot of errors about PWideChar and PAnsiChar
[dcc32 Error] Classes.pas(1313): E2010 Incompatible types: 'PWideChar' and 'PAnsiChar'
is XE4 supported and other Unicode Delphi version?
Thanks in advance
Last edited by cocce (2013-07-12 08:42:47)
Offline
No, LVCL only supports Delphi 6 and 7 - and probably 2007 for most part of it.
But it is not compatible with Unicode version of Delphi.
I honestly doubt it will make any difference, when you see how fat are the executable generated by those version of Delphi.
What is the point of saving 300 KB for a several MB executable?
Offline
Pages: 1