Hi I have this line in my code: >TAny* operator new(TState1 /*aState*/); This is inside a class declaration and I have TState1 defined. Why is codewarrior's gcc compiler giving me this error, any ideas? Bye. --Mayur.
>TAny* operator new(TState1 /*aState*/); What happens if you uncomment aState in the above line? Regards, Matt Pinsonneault Nokia IDE Solutions
Forum Rules