In our previous episode, J?rgen Hestermann said:
> > 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").

I wouldn't do that. That makes later migration unnecessary involved. Just
define an alias and use that everywhere.

But a -Sh in the compiler settings should go a long way. 

There is also a "tick" for {$H+} in the compiler options->"parsing". (but I
have v1.1 here, not fixes)
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to