Subject | RE: [Firebird-Architect] Re: Error Reporting in New API |
---|---|
Author | Claudio Valderrama C. |
Post date | 2005-02-18T10:36:01Z |
Jim Starkey wrote:
core engine files ready to compile by a C++ compiler.
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.
>I mean to say if we will forget preprocessing EPP files to get some of the
>> - 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.
core engine files ready to compile by a C++ compiler.
>> - is this layer only for usage of higher level layers in the server?Why not make it then strictly internal and you don't have to tackle the
>> 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.
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.