DCU32INT
DCU32INT copied to clipboard
Support for Delphi 11 Alexandria
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.