r3code/lazarus-exception-logger

Not compiling on Linux

circular17 opened this issue · 7 comments

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.

@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.

Removing leldcwindows.pas from the package solved the problem.

Oops maybe not close the issue now.

Removing leldcwindows.pas from the package solved the problem.

Did you remove it from the lpk file?

Yep

Yep

So now it's working? Can we close the issue?

Yes it works fine now.