[fpc-pascal] converting TjanSQL
Marco van de Voort
marcov at stack.nl
Tue Mar 21 09:10:31 CET 2006
> > 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.
More information about the fpc-pascal
mailing list