a = ptrPtr( address + 10 )
b = typedVar( "MYTYPE", address )
if a == b.field1:
print "OK"
a and b have the same offset and they are suggested to be equal
Comments: close all old bugs
b = typedVar( "MYTYPE", address )
if a == b.field1:
print "OK"
a and b have the same offset and they are suggested to be equal
Comments: close all old bugs