Subject Re: [Firebird-Architect] UDR Engine
Author Adriano dos Santos Fernandes
Alex Peshkov escreveu:
> On Tuesday 24 June 2008 17:02, Adriano dos Santos Fernandes wrote:
>
>> <language CPP>
>> plugin_module UDR_engine
>> </language>
>>
>> <language DELPHI>
>> plugin_module UDR_engine
>> </language>
>>
>
> Adriano, when I see a need to specify in config file what compiler was used to
> create binaries, I stop to understand anything. What if someone wants to
> write plugin using bcc32 - borland C compiler? Should it be Delphi or C++?
> What to do if assembler is used? Or fortran-77?
> This is compiled binary, no need to add any more language information.
I do have only two alternatives:
1) Call "NATIVE" or "BINARY", the language implemented by this plugin
2) Change LANGUAGE DDL clause to PLUGIN - it doesn't invalidated the
proposed UDR plugin


Adriano