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 CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: Char Identifier in a Function
pleditor

Replies: 4
Views: 6608

PostForum: General CCS C Discussion   Posted: Thu Feb 28, 2013 4:08 pm   Subject: Char Identifier in a Function
i did add the line "#device PASS_STRINGS=IN_RAM" and everything works as expected. Thanks again :-)
  Topic: Char Identifier in a Function
pleditor

Replies: 4
Views: 6608

PostForum: General CCS C Discussion   Posted: Wed Feb 27, 2013 10:24 am   Subject: Char Identifier in a Function
This is down to the difference in constant strings.
A search in the forum will find a lot about this, and full explanations

Key is that the PIC, does not have a classic memory architecture, with a ...
  Topic: Char Identifier in a Function
pleditor

Replies: 4
Views: 6608

PostForum: General CCS C Discussion   Posted: Wed Feb 27, 2013 1:26 am   Subject: Char Identifier in a Function
Cant get this code to work :-/ "attempt to create a pointer to a constant" error

void led(char[4] color)
{
if (color[0] == 'g' ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group