This is a group for folks designing and programming embedded systems using the Rabbit Semiconductor C-programmable microcontroller. Rabbit Semi is a spin-off from Z-World who makes a variety of embedded modules and tools. This group is not affiliated with either Rabbit or Z-World, but is a user forum for sharing ideas, asking questions,
flaunting knowledge, and other typical user group stuff. The Rabbit is a powerful uC, supported by a full-featured C-compiler.
Bug in Rabbitweb? - trixlights - Sep 9 22:16:18 2008
If I:
#define RABBITWEB_VERBOSE
Then I get:
line 196 : ERROR RABBITWEB.LIB : varname is out of scope/ not
declared.
line 354 : ERROR RABBITWEB.LIB : Invalid function
call.
DC10.40
Any Idea?
bruce
------------------------------------

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )
Re: Bug in Rabbitweb? - Tom Collins - Sep 10 11:38:28 2008
--- In r...@yahoogroups.com, "trixlights"
wrote:
>
> If I:
> #define RABBITWEB_VERBOSE
> Then I get:
> line 196 : ERROR RABBITWEB.LIB : varname is out of scope/ not
> declared.
> line 354 : ERROR RABBITWEB.LIB : Invalid function
> call.
>
> DC10.40
On line 196, replace "varname" with "_var_name".
-Tom
------------------------------------

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )