Symposium2023 icon indicating copy to clipboard operation
Symposium2023 copied to clipboard

[dcc32 Fatal Error] DelphiChatGPT.dpr(35): F2613 Unit 'EMemLeaks' not found.

Open izac3d opened this issue 10 months ago • 1 comments

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

izac3d avatar Apr 13 '24 00:04 izac3d

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.

geoffsmith82 avatar Apr 13 '24 00:04 geoffsmith82