Subject Re: [Firebird-Architect] Architectural Cleanliness: CVT_move
Author Helen Borrie
At 11:40 AM 20/12/2003 -0500, you wrote:
>There is an exported symbol in the gds32 library, CVT_move, that does
>not belong there and is causing me great pain. The function is a
>database internal function used to move or convert data represented by a
>descriptor into a type represented by a second descriptor. It is a very
>useful function in the engine, and should never have been exported.

Pardon my ignorance, but would fixing this make it impossible to pass
external function parameters by descriptor ?

Helen