Compiling demo WPSpell in D2009

  • Hi,
    I downloaded the demo version of WPTools VCL 6 and WPSpell Demo V1. I am getting an error when compiling WPSpell_DemoDLL.pas. Is WPSpell Demo compatible with D2009? Below is the part of the code that it was getting the error "Ambiguous overloaded call to StrPas"

    function TWPSpellController.GetCurrentLanguageName: string;
    begin
    AccessWPSpellDemo(8, nil, @FBuffer[0], MAXBUFFER, 0);
    Result := StrPas(@FBuffer[0]);
    end;


    Thanks!
    Jocelyn