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: function pointers are not ready for prime time
bartholomew

Replies: 7
Views: 22302

PostForum: General CCS C Discussion   Posted: Fri Sep 19, 2003 1:33 am   Subject: third example of function pointer bugginess...
Here's my last example for the day of why CCS's function pointer implementation is not ready for prime time.

The following code compiles fine:
#include <18f452.h>

typedef void (*FuncN ...
  Topic: function pointers are not ready for prime time
bartholomew

Replies: 7
Views: 22302

PostForum: General CCS C Discussion   Posted: Fri Sep 19, 2003 1:25 am   Subject: another example...
Here's another example of function pointer bugginess.

The following compiles fine:
#include <18f452.h>

typedef int (*FuncFoo) ();

int foo() {
// do no ...
  Topic: function pointers are not ready for prime time
bartholomew

Replies: 7
Views: 22302

PostForum: General CCS C Discussion   Posted: Fri Sep 19, 2003 1:15 am   Subject: function pointers are not ready for prime time
So I just wasted most of a day trying to get function pointers to work in CCS. My experience is that the implementation is incredibly buggy.

(I'm using 3.173 -- haven't updated to 3.178 because the ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group