DCU32INT icon indicating copy to clipboard operation
DCU32INT copied to clipboard

Support for Delphi 11 Alexandria

Open danielmarschall opened this issue 1 year ago • 0 comments

In DCU32.PAS :

search if (BVer<=$21{10_3_Rio})and(BVer>=$1B{XE6})and(PlMagic=$4D)or replace if (BVer<=$23{11_Alexandria})and(BVer>=$1B{XE6})and(PlMagic=$4D)or

I do not know if Alexandria introduced more features into the DCUs (how to find that out?), but at least the decompiling works now for the files I had to decompile.

danielmarschall avatar May 27 '23 16:05 danielmarschall