#1 2013-04-27 13:09:27

fh
Member
Registered: 2013-04-03
Posts: 7

LVCL - SynCommons

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

#2 2013-04-27 13:50:09

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,206
Website

Re: LVCL - SynCommons

I did not check the LVCL compilation for some weeks.

There is no TThread.Synchronize() available.

I will fix it soon.

Online

#3 2013-05-02 11:40:46

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,206
Website

Re: LVCL - SynCommons

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

Online

#4 2013-07-12 08:40:33

cocce
Member
Registered: 2011-11-02
Posts: 28

Re: LVCL - SynCommons

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

#5 2013-07-12 11:36:38

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,206
Website

Re: LVCL - SynCommons

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?

Online

Board footer

Powered by FluxBB