Subject:
|
Re: handy board troubles...
|
Newsgroups:
|
lugnet.robotics.handyboard
|
Date:
|
Sat, 15 Apr 2000 22:29:53 GMT
|
Original-From:
|
Gary Livick <glivick@pacbell.net=stopspammers=>
|
Reply-To:
|
glivick@pacbell&StopSpam&.net
|
Viewed:
|
1162 times
|
| |
| |
This isn't technically a Handy Board problem as my code is being run on
a Rug Warrior look-alike. However, I suspect that the same problem I'm
experiencing would happen on my Handy Board if eviscerated one of my
other robots and tried it.
Continuing..... I am running a program in IC ver 3.2. It is fairly
large, taking up 11,100 bytes of program space, according to the
interaction screen, which includes libraries and everything. I also
have two, two dimensional arrays of 15 x 40 each. What happens is
this: When declaring global variables, if I try to initialize them (to
a constant value) as I declare them, they will not initialize. I can
set them later, and they stick, but not at reset. With smaller
programs, IC works as advertised. For example, this will work with
small programs, but not large ones:
int some_handy_global_variable = 10;
The above will initialize to 0 in my program.
Anyone have this problem?
By the way, Fred, I think I got knocked off the mail list. Can you put
me back on please? I'll behave this time.
Gary Livick
Tiny HC11 products for your robot
http://www.teleport.com/~raybutts/
|
|
Message has 1 Reply: | | Re: handy board troubles...
|
| gary -- it's an interesting bug. as you say you've got two 2-dim arrays, i can surmise that you're using Newton Lab's version of IC. In which case, they'd be the ones to address this problem. re: mailing list, it's now administered through LUGNET. (...) (25 years ago, 16-Apr-00, to lugnet.robotics.handyboard)
|
Message is in Reply To:
12 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|