[Vm-dev] Does FFI support WideStrings?

Levente Uzonyi leves at elte.hu
Sun Mar 6 21:35:04 UTC 2011


On Sun, 6 Mar 2011, Mariano Martinez Peck wrote:

(pine still can't quote your mail)

FFI doesn't map WideStrings to C strings, because there's no unified way 
to do it. What you have to do is to encode the WideString to a 
ByteString (using a TextConverter), but you should consult the OpenDBX 
manual about this.


Levente


More information about the Vm-dev mailing list