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: Problem with array of struct
bbruce

Replies: 5
Views: 11064

PostForum: General CCS C Discussion   Posted: Fri Feb 11, 2011 8:41 pm   Subject: Problem with array of struct
Hi all....problem solved.

It wasn't the struct, I was using 3 arrays of int1. I Just changed it from int1 to int and works.

Thanks for the help!
  Topic: Problem with array of struct
bbruce

Replies: 5
Views: 11064

PostForum: General CCS C Discussion   Posted: Fri Feb 11, 2011 3:35 pm   Subject: Problem with array of struct
Ttelmah,

The version is 4.049
  Topic: Problem with array of struct
bbruce

Replies: 5
Views: 11064

PostForum: General CCS C Discussion   Posted: Fri Feb 11, 2011 7:47 am   Subject: Problem with array of struct
Hi all,

I am using PIC 18F4525, with this array of struct:


typedef unsigned char BYTE;

typedef struct{
BYTE bDay;
BYTE bMon;
BYTE bYear;
BYTE bDow;
BYTE bH;
BY ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group