
Runtime error: PgmCnt: ...
I don't have detailed info on this, so I don't expect any support, and, besides, the error went away after I deleted some calls to FTC intrinsics, so I don't need support. I'm just posting it in case it provides a clue for solving some other, better-described error.
I was getting a runtime "PgmCnt: xxxx Type 11" error (sorry, can't remember the xxxx).
I found that the error occured with
But not with
So I figured it was some kind of 2 byte vs. 1 byte memory thing. But after I cleaned up the code in order to post it, the error went away!
I can't remember exactly what code I removed, but it was all calls to intrinsics like nextDisplayBigStringAt() and PlaySound();
The code includes the JoystickDriver.c code, both during the strange behavior and after it started behaving.
Sorry I don't have more detail.