Madexcept and ansistrings

delphi package - automated exception handling
Post Reply
mmarquee
Posts: 16
Joined: Wed Aug 19, 2009 1:42 pm

Madexcept and ansistrings

Post by mmarquee »

Hi

I have downloaded the newest version of Madexecpt, and when I compile it in Delphi 2009, I get warnings about conversions between Ansistring and string, for example in MadRes.pas AddDir method,

Code: Select all

(CompareStr(ppr1^^.name, s1) < 0) do
This gives me a warning. Am I missing something ?
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Madexcept and ansistrings

Post by madshi »

Hello,

and sorry for the late reply!

Hmmmmm... I don't think I get such complaints here. Is it possible that you have madRes.pas copied to some other folder? Generally, when running the madCollection installer, Delphi should not even try to recompile my units. I've provided precompiled DCUs for all units. So there should be no complaints, anyway. But even if you do try to recompile, madRes should not produce any warnings. So I can only guess that there's an old madRes.pas sitting on your harddisk somewhere.
Post Reply