Orlando Llanes wrote:
Well, I got GPC to run, but I still have the (null) record field error
:( As it turns out, I forgot to upload one of the files. I'm uploading the one I forgot, if you need the rest, let me know and I'll e-mail them. This file I'm sending is the one that caused the error, but the Integer(32) declaration (as opposed to just plain Integer) seems to be the root of the problem. Thanks in advance!
I just reduced your files to the minimum showing the bug and put them in "test suite format" (sorry for the "abuse" of your identifiers ;-).
Strangely, it does not depend on using Integer(32) or plain Integer -- it even shows the bug with a string type. But the record is necessary. Well, this bug seems to be a bit volatile, but since it takes two units to trigger it, it reminds me a bit of another bug I found some time ago that's listed as "pointer types do not properly survive transport through two interfaces" in the To-Do list. So hopefully it's not a new bug after all. But I listed your message there so it will be checked when the bug will be fixed.
Frank