Am 2012-07-04 00:48, schrieb Rainer Stratmann:
How to put longstrings globally on?
I tried with {$h+} in project compiler settings (other) with no effect.
Safest method is not to use the generic type "string" in your code.
Instead use directly the string type that you need (i.e. "ansistring" or 
"unicodestring").
That way you don't have to fight with compiler switches at all.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to