
Coversion from VW2.0 to VW3.0 string problem
I ported a program from VW2.0 to VW3.0. The program passes some strings
to an external dll in Windows NT 4.0. Everything is fine in VW2.0, but
in
VW3.0 the dll seems to receive extraneous characters from VW3.0.
I notice the following:
IOAccessor convertStringForPlatform: 'abcde
fghij'
answers a ByteArray in VW3.0.
answers a ISO8859L1String in VW2.0.
Why doesn't the code port automatically?
Thanks
Aik-Siong Koh