Symposium2023
Symposium2023 copied to clipboard
[dcc32 Fatal Error] DelphiChatGPT.dpr(35): F2613 Unit 'EMemLeaks' not found.
Hi
I am trying to compile DelphiChatGPT.dpr I use Delphi 12 but I got error [dcc32 Fatal Error] DelphiChatGPT.dpr(35): F2613 Unit 'EMemLeaks' not found.
In line: uLLM.Replicate in '..\Libs\LLM\uLLM.Replicate.pas';
I added the file path to lib path but still get the same error. Any solution ?
Thanks
That is for the Eurekalog Debug diagnostic tool. You can either:
- delete the reference in the uses clauses between {$IFDEF EUREKALOG} and {$ENDIF}
- delete the EUREKALOG DEFINE in project options.