Knowledgebase: IDE
7.x: "EurekaLogCore contains implicit unit(s) Web.Win.IsapiHTTP" or "It contains unit Web.Win.IsapiHTTP, which is also contained in package EurekaLogCore"
Posted by Aleksandr Alekseev on 17 March 2019 21:27
|
|
Problem: I get the following messages when trying to compile or install my own package, 3rd party package, or 3rd party framework:
Reason:
E.g. Web.Win.IsapiHTTP becomes part of EurekaLogCore package, your own package / 3rd party package / 3rd party framework.
Solution: You need to move Web.Win.IsapiHTTP unit into a new package, which will be shared by all other packages that need Web.Win.IsapiHTTP unit: Step 1: prepare shared package:
Step 2: redirect other packages to use new shared package:
Step 3+: repeat "Step 2" actions for your own packages, 3rd party packages, 3rd party frameworks. | |
|