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?
I am trying to reduce the EXE sixe by using the LVCL from http://synopse.info
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.