Marc Weustink wrote:
StrPos is expecting 2 PChar params and not a Pointer.
Please use PChar(lFrom) and PChar(lSearch) to let the compiler make the proper string to PChar conversion.
You never ever can cast a string to a pchar using Pointer()

I see your point, and amended my code. Nonetheless, Delphi never through a AV. I see Jonas created a fix for it though.

Regards,
  - Graeme -


_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to