jimsweb
jimsweb

Reputation: 1082

use LVCL from http://synopse.info in delphi xe2

I am trying to reduce the EXE sixe by using the LVCL from http://synopse.info Is it possible to use this library in D XE2?

Upvotes: 0

Views: 477

Answers (1)

Paul-Jan
Paul-Jan

Reputation: 17278

Disclaimer: I use the LVCL directly from the personal site of A. Bouchez, here.

The short answer is NO, not out of the box. The LVCL is not unicode compatible, so you'll have to edit it to make it so. I suspect you'll run into further issues beyond that, as the VCL parts you use that are not included in the LVCL might have evolved to a point where the LVCL components aren't compatible with them anymore.

Upvotes: 1

Related Questions