StrPas/StrPLCopy compiler Warnings

  • Hi,

    I'm trying to use wPDF 4 with Delphi XE8 and get compiler warnings regarding the use of "StrPas()" (2x) and "StrPLCopy()" (~30x) in WPPDFR1.pas

    e.g.
    [drcc32 Warnung] WPPDFR1.pas(1063): W1000 Symbol 'StrPas' ist veraltet: 'Moved to the AnsiStrings unit'
    [drcc32 Warnung] WPPDFR1.pas(2202): W1000 Symbol 'StrPLCopy' ist veraltet: 'Moved to the AnsiStrings unit'

    Is this something I need to worry about or just ignore it for now?

  • Ok, that's fine by me. The warnings are annoying though...

    I'll disable them by placing {$WARN SYMBOL_DEPRECATED OFF} inside "wpdf_inc.inc"

    You should consider doing something similar to deliver your code in a warnings-free state ;o)

    Thx for your answer,

    Eugen.