Hi there,
there are a couple of “incompatible types” error messages when trying to compile AC6.22 with D2006 with strict type checking on. This can be easily overcome by adding a handful of explicit type casts to Pointer(), it doesn't change the way the code works at all, but I am required to have strict type checking on all the time so I had to manually edit the code. It took less than five minutes to edit all the places, maybe you could add those explicit typecasts to future releases. It's just a handful of characters to type and doesn't affect anything else (except for my sanity *ggg*)
Hello
You mean incompatible types in the acShellCtrls.pas file when Typed @ operator is enabled?
Yes, IIRC that was the file. If needed, I could compare my working copy to the original archive <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />
I'll try to change it in the 6.33 version