[fpc-devel] strings: a proposeal

Florian Klaempfl florian at freepascal.org
Sun Feb 4 10:57:11 CET 2007


peter green schrieb:
> if my understanding is correct this should allow all the widestrings
> stuff to be moved to the library and people to implement thier own
> string types as required (for example maybe a widestring counterpart
> for some system that is similar to com)

What's wrong with

type
   tmywidestring = type array of widechar;

?



More information about the fpc-devel mailing list