Type
TComparisonMode = (cmThisOnly, cmThisAndThat, cmThisOrThat);
TMyClass = class
public
var
ComparisonMode : TComparisonMode;
end;
I discovered that, the sizeof(ComparisonMode) seem to be different
depending on whether the type TComparisonMode is defined in the same
unit file or in another unit file.
Is that possible?
I cannot create a simple test file to test it because the problem only
appears in my big project.
Does FPC always produce a 4 byte variable for an enumerated types?
Dennis
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal