> > If you are referring to the posstr functions, try replacing them with > > the PosEx() function in strutils. > > - And I have to add Delphi mode directive on mwStringHashList unit, because > without it FPC failed to compile the unit (because some kind of pointer > things > related).
Turn on delphi mode for the package and/or add {$mode delphi} everywhere. (big chance that you have to change the @'s back). Without it, it is possible that you now have shortstrings in a lot of places. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal