Subject | Re: [Firebird-Architect] External Engines (and Plugins) |
---|---|
Author | Adriano dos Santos Fernandes |
Post date | 2008-06-24T11:11:53Z |
Dmitry Yemanov escreveu:
changed to ExternalFunction)
2) Create a class derived from FunctionFactory
3) Create the FunctionFactory instance
4) Register it (in initialization) through fbCppEngRegFunction
Adriano
> You're arguing that mixing C++ and Delphi is generally a bad idea and1) Create a class derived from Function (will check, but may/should be
> having different engines for them would make things easier for users,
> right? Could you please enumerate (again?) what would Delphi users have
> to code themselves in order to have their functions working inside a C++
> engine? Is it required even for simple functions that don't access the
> database?
changed to ExternalFunction)
2) Create a class derived from FunctionFactory
3) Create the FunctionFactory instance
4) Register it (in initialization) through fbCppEngRegFunction
Adriano