If you want to completely remove EurekaLog from the project - go to IDE's "Project" / "EurekaLog Options" menu:
EurekaLog project options in IDE menu
Don't see EurekaLog menu items?
Then click on the "Reset" button:
Reset button in the EurekaLog's options dialog
EurekaLog will ask you if you want to completely remove EurekaLog from the project (in other words: with deleting EurekaLog's options) or just disable it:
Confirmation dialog
Click on the "Remove EurekaLog" button.
This will delete EurekaLog's settings from the project, so EurekaLog will no longer be compiled in.
However, if you have added or wrote any EurekaLog's code in your application manually - you must remove it too (unless you've done it correctly). While removing EurekaLog-specific code - do not forget to remove EurekaLog's units from uses clauses. Our unit names starts with 'E', for example: EBase, EDebugInfo, ExceptionLog7, etc.
Important: a typical mistake is forgetting to remove the TEurekaLogEvents component from the form as well as forgetting to remove EComponent unit from the same form.
If you are unable to find which of your units still references EurekaLog's units - do the following:
See also:
|