Discussion:
DFUnrar and Delphi 2009/2010
(too old to reply)
bill
2010-02-06 00:29:41 UTC
Permalink
Has any one install DFUnrar in Delphi 2009/2010 and if so how did you
fix the strpas error?

TIA
bgm

--- news://freenews.netfront.net/ - complaints: ***@netfront.net ---
Rob Kennedy
2010-02-06 16:55:22 UTC
Permalink
Post by bill
Has any one install DFUnrar in Delphi 2009/2010 and if so how did you
fix the strpas error?
No idea what that is. But since StrPas hasn't been a useful function
since 1995, I'd say you should just remove that call and assign the
character pointer directly to the string.
--
Rob
bill
2010-02-10 03:17:32 UTC
Permalink
Thanks. I was doing that but but had some ansistring breaking code
too.
All is fixed now.
Thanks again for the reply.
Post by Rob Kennedy
Post by bill
Has any one install DFUnrar in Delphi 2009/2010 and if so how did you
fix the strpas error?
No idea what that is. But since StrPas hasn't been a useful function
since 1995, I'd say you should just remove that call and assign the
character pointer directly to the string.
--- news://freenews.netfront.net/ - complaints: ***@netfront.net ---
Loading...