Subject Re: [Firebird-Architect] External engines - metadata
Author Roman Rokytskyy
> 1) engine loads plugin
> 2) plugin loads and setup API wrapper to call engine entry points
> 3) User configure Delphi component to use wrapper DLL

The component telss LoadLibrary("fb_esp_wrapper") and OS will resolve
the entry points to the already configured wrapper, right? If that's
going to work, then I'm ok with such proposal.

Roman