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.
External library - oana chenaru - May 28 10:37:42 2008
Hello.
I have a library for the modbus protocol and my program doesn't seem to see it. I placed
it in the lib folder. I even added it in the default file. Also, the same library and
Dynamic C version works very well on another computer. Are there any settings I need to
make so that the Dynamic C can be able to see it?
Thank you very much
Oana

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )
Re: External library - dtriskel - May 28 11:13:21 2008
1. Copy the lib to your PC.
2. Add it (with complete path if it is not under Dynamic C path) in
LIB.DIR.
3. Include it in your program using "#use mynamelib" (mynamelib = your
lib's name including extension).
--- In r...@yahoogroups.com, oana chenaru
wrote:
>
> Hello.
> I have a library for the modbus protocol and my program doesn't seem
to see it. I placed it in the lib folder. I even added it in the
default file. Also, the same library and Dynamic C version works very
well on another computer. Are there any settings I need to make so
that the Dynamic C can be able to see it?
> Thank you very much
> Oana
>
------------------------------------

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