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

TCPIP Examples Case Sensitive

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



Joined: 07 Sep 2003
Posts: 110

View user's profile Send private message

TCPIP Examples Case Sensitive
PostPosted: Mon Jul 16, 2012 7:28 pm     Reply with quote

TCPIP examples appear to be case sensitive. For example, ex13.c is clearly case sensitive. I cannot find a #case or #device ANSI line anywhere in the TCPIP folder.

How is the CCS default of non-case sensitive being changed and where? For that matter, are int's signed or unsigned in the TCPIP code?

Thanks
_________________
Al Testani
bkamen



Joined: 07 Jan 2004
Posts: 1612
Location: Central Illinois, USA

View user's profile Send private message

PostPosted: Mon Jul 16, 2012 10:41 pm     Reply with quote

It has to be turned on SOMEWHERE... otherwise, CCS is case insensitive.

look in the CCS help for PREPROCESSOR items.

In this case (no pun),

#CASE

Cheers,

-Ben
_________________
Dazed and confused? I don't think so. Just "plain lost" will do. :D
ajt



Joined: 07 Sep 2003
Posts: 110

View user's profile Send private message

PostPosted: Tue Jul 17, 2012 10:48 am     Reply with quote

bkamen wrote:
It has to be turned on SOMEWHERE... otherwise, CCS is case insensitive.

look in the CCS help for PREPROCESSOR items.

In this case (no pun),

#CASE

Cheers,

-Ben


I had done all sorts of searching but guess what??? I had the search set to case sensitive (for some reason I don't know)! I finally found it in stacktsk.h and it is lower case (#case).

So in this case, searching for #CASE with the search set to case sensitive and it is lower case in the code as #case is a case of not following the case conventions for keywords. (sorry... couldn't resist <g>)
_________________
Al Testani
bkamen



Joined: 07 Jan 2004
Posts: 1612
Location: Central Illinois, USA

View user's profile Send private message

PostPosted: Tue Jul 17, 2012 3:15 pm     Reply with quote

No worries.

Glad you found it.

-Ben
_________________
Dazed and confused? I don't think so. Just "plain lost" will do. :D
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