Hi,
I am editing a program from PB8 in PB9 (moving up, moving on). It compiles without a problem in PB8; in PB9, I get error #481 on the following "type" definition:
This program has a number of includes which I have been careful to make available, but I can't seem to find a reason for it to return this error.
Reading the Help file on #481, it's very short and to the point, but (almost) doesn't seem to apply.
I've had this problem with other programs that I have moved to PB9, but in each case, I found I did not need the elements in question and eliminated them, eliminating the problem. Can't do that this time...
I'd appreciate any suggestions or observations.
Sincerely,
Ken
I am editing a program from PB8 in PB9 (moving up, moving on). It compiles without a problem in PB8; in PB9, I get error #481 on the following "type" definition:
Code:
TYPE Point x AS LONG y AS LONG MarkIt AS STRING*1 END TYPE
Reading the Help file on #481, it's very short and to the point, but (almost) doesn't seem to apply.
I've had this problem with other programs that I have moved to PB9, but in each case, I found I did not need the elements in question and eliminated them, eliminating the problem. Can't do that this time...
I'd appreciate any suggestions or observations.
Sincerely,
Ken
Comment