Subject:
|
Re: Arrays not working
|
Newsgroups:
|
lugnet.robotics.rcx.nqc
|
Date:
|
Sun, 6 Aug 2000 18:48:16 GMT
|
Viewed:
|
1989 times
|
| |
| |
In article <1eewtvb.1yzua9d5b4bgqN%kpreid@ibm.net>, kpreid@ibm.net
(Kevin Reid) wrote:
> I'm trying to define an array with MacNQC 2.2a3, but this:
>
> int foo[10];
>
> produces this error:
>
> Error: parse error
> untitled line 1 int foo[10];
> ~
MacNQC 2.2a3 predates array support.
MacNQC 2.2a3 uses NQC compiler 2.2a2, and arrays were added at NQC
2.2b1. You can find out what version of compiler is being used in the
"About..." box.
In theory the fix is simple...just release MacNQC with the latest
compiler build. I think NQC 2.2 is ready for final release (2.2 r1),
and I wanted the next MacNQC release to use that compiler. However, I'm
also in the process of transferring MacNQC development to another
person, so I can't say for certain what the future release schedule is
going to be.
Dave Baum
--
reply to: dbaum at enteract dot com
|
|
Message is in Reply To:
| | Arrays not working
|
| I'm trying to define an array with MacNQC 2.2a3, but this: int foo[10]; produces this error: Error: parse error untitled line 1 int foo[10]; ~ (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.nqc)
|
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|