Subject RE: [Firebird-Architect] Re: Error Reporting in New API
Author Claudio Valderrama C.
Jim Starkey wrote:
>
>> - does it affect BLR and or GDML as used in the engine's files?
>>
> The BLR calls stay. GDML is a client layer on BLR and doesn't exist
> in the engine.

I mean to say if we will forget preprocessing EPP files to get some of the
core engine files ready to compile by a C++ compiler.


>> - is this layer only for usage of higher level layers in the server?
>> Can my application talk directly to it?
>>
> Anyone who wants to talk pseudo-objects is welcome. Your application
> is more than welcome. But just like BLR, I don't expect you to like
> it.

Why not make it then strictly internal and you don't have to tackle the
pseudo-object problem? The engine and the wrapper (the server) will be
compiled with the same compiler unless you're mad, so there won't be any
mismatch. If it's not recommended for external use, I don't understand why
the hassle of the special error reporting feature that enchanted Dmitry
Sibiryakov.

C.