Remember
Register
Home
/
Support
/
Support Forum
/
Dynamic C search path
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(390)
Python
(1,023)
RF Solutions and XBee
(8,464)
Digi TransPort
(792)
Digi Connect Cellular
(450)
DAL
(5)
Embedded Devices
(4,174)
Google Coral
(2)
Rabbit
(3,202)
Rabbit Software
(519)
Console Servers
(354)
Modbus and Industrial Automation
(246)
Realport
(604)
Serial Servers
(837)
Satellite Modules
(25)
USB
(1,275)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(93)
Other/Legacy
(380)
Dynamic C search path
0
votes
Hi All,
I have Dynamic C 8.2 installed and am trying to figure out how to give the compiler a search path. That is, I want it to look in a few different directories for *.h, *.lib, and *.c files when I do a compile. How do I do this?
Thanks,
Roger
asked
May 25, 2007
in
Rabbit
by
rogerdickerson
New to the Community
(
1
point)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Found the answer. Add all of the files you want to #use to the file LIB.DIR, in the Dynamic C installation directory. One file per line, include the full path information.
-Roger
answered
May 29, 2007
by
rogerdickerson
New to the Community
(
1
point)
Please
log in
or
register
to add a comment.
...