Hi Derek, yes, sure do.
Tobias > Am 03.06.2016 um 23:45 schrieb Derek <[email protected]>: > > Hi Tobias, > > Do you use MAKE to compile the C68 programs > > Regards, > > DerekOn 3 Jun 2016 11:48, Tobias Fröschle <[email protected]> > wrote: >> >> Michael, >> >> I am using C68 quite a lot on the QL and have not experienced anything like >> that. >> >> I would rather suppose the problem is somewhere else in your code. >> >> Can you specify the exact version of C68 you are using? >> Are you willing to show a minimum version of your code that exposes this >> apparent problem? >> >> Thanks, >> Tobias >> >> >>> Am 03.06.2016 um 12:14 schrieb Michael Bulford >>> <[email protected]>: >>> >>> Hi all, >>> >>> I am developing a program in Cee which uses several arrays, and which is >>> crashing. >>> Eg. .. int array[101]; and using elements from 0 up to 100. >>> I have discovered that by declaring the array with one extra element cures >>> the problem, >>> Eg. .. int array[102]; and again using only elements up to 100. >>> This seems to happen with both global arrays, or arrays created from >>> malloc, >>> although the crash is different in either case. >>> I was wondering if anyone has experienced this as well. >>> >>> >>> Kind regards, >>> Michael Bulford >>> _______________________________________________ >>> QL-Users Mailing List >> >> _______________________________________________ >> QL-Users Mailing List > _______________________________________________ > QL-Users Mailing List _______________________________________________ QL-Users Mailing List
