Forum Discussion
10 years ago
"IngeJones;13997723" wrote:
Any internal cross-references that should also be changed?
Nope, just unsetting the high-bit of both the COBJ/OBJD instances fixed it so it loaded up and worked fine. When the high-bit was set, the COBJ loaded, but not the OBJD. I'm guessing somewhere the OBJD is being treated as a signed value and the high-bit ignored or thrown out.
ETA: But when using group 0x80000000 it worked fine, thanks again @pbox