CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Compiler Include File Path

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Prashant Patel



Joined: 19 Jul 2004
Posts: 33

View user's profile Send private message

Compiler Include File Path
PostPosted: Tue Oct 19, 2004 3:06 pm     Reply with quote

Hi..

We are using PCM V3.202 with MPLAB6.60 . In our next
project we are going to use Graphics LCD. We have bought
Graphics LCD Driver library for KS07xx LCD Controller.
It is written that, The Compiler Include File path should
contains the following
\GLCD\INC;\GLCD\FONTS;CurrentProjDir;

I have copied GLCD folder in the PICC folder. But how can
I set the include file path for above for CCS in MPLAB?

I have tried to set above path at the following in MPLAB6.60.

Project-->Set Language Tool Locations-->
CCS Compiler for PIC12\14\16\18-->Default Search Path &
Directories-->Include Search Path

Can anybody guide for Compiler Include File Path..??
Thanks in advance...

Regards
Prashant
Mark



Joined: 07 Sep 2003
Posts: 2838
Location: Atlanta, GA

View user's profile Send private message Send e-mail

PostPosted: Tue Oct 19, 2004 4:33 pm     Reply with quote

Quote:

Directories


The compiler will search the following directories for Include files.

Directories listed on the command line

Directories specified in the .PJT file

The same directory as the source file



By default, the compiler files are put in C:\Program Files\PICC and the example programs and all Include files are in C:\Program Files\PICC\EXAMPLES.



The compiler itself is a DLL file. The DLL files are in a DLL directory by default in C:\Program Files\PICC\DLL. Old compiler versions may be kept by renaming this directory.




Was this library created for the CCS compiler? CCS doesn't have a linker in the normal sense. You have to include the source code in your main code. You can always hard code the path in the include statement.
interest
Guest







PostPosted: Thu Oct 21, 2004 6:12 am     Reply with quote

can i ask where you purchased the driver library. what it cost and how you like it. I ask because i am in the same boat and have been considering buying one myself.

thanks
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group