compiler bug?
compiler bug?
- Subject: compiler bug?
- From: Frank Fenn <email@hidden>
- Date: Fri, 21 Mar 2003 23:55:22 -0700
Hi all,
this is a weird problem.
I've a method: - (IBAction)doDomething:(id)sender where I get the
current time with now = time(0); now is of type time_t;
In another method for the same class -(void)doSomethingElse the use of
current = time(0); generates the following error
message: called object is not a function
I had to write a normal C-function: time_t getTime() { return time(0);
} and call this in "doSomethingElse". Is this a compiler
bug or do I miss something here?
--
regards
Frank Fenn - Bright Light Software
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.