Not compiling on Linux
circular17 opened this issue · 7 comments
circular17 commented
On line 278 of lelDCConvertEncoding.pas, I suppose the include filename need the prefix lel:
{$I dcconvertencoding.inc}
On line 30 of lelDCWindows, it complains it cannot find the Windows unit.
r3code commented
@circular17 can you try to fix it?
I suggest removing lel* units from the Package Project, then it will regenerate ExceptionLogger.pas
After that try to run Examples.
circular17 commented
Removing leldcwindows.pas from the package solved the problem.
circular17 commented
Oops maybe not close the issue now.
r3code commented
Removing leldcwindows.pas from the package solved the problem.
Did you remove it from the lpk file?
circular17 commented
Yep
r3code commented
Yep
So now it's working? Can we close the issue?
circular17 commented
Yes it works fine now.