Re: error: syntax error before '(' token
Re: error: syntax error before '(' token
- Subject: Re: error: syntax error before '(' token
- From: "Ken G. Brown" <email@hidden>
- Date: Tue, 18 Mar 2008 09:25:54 -0600
Thank you Sir! :)
Ken
At 4:11 PM +0100 3/18/08, Jean-Daniel Dupas wrote:
>int sendTocard(char *send, (pRecElement)element);
>
>should be
>
>int sendTocard(char *send, pRecElement element);
>
>
>Le 18 mars 08 à 16:00, Ken G. Brown a écrit :
>
>>Can anyone shed light on why this little test project 'testing123.zip' at: <<http://homepage.mac.com/WebObjects/FileSharing.woa/wa/default?user=kbrown&templatefn=FileSharing12.html&xmlfn=TKDocument.12.xml&sitefn=RootSite.xml&aff=consumer&cty=US&lang=en>http://homepage.mac.com/WebObjects/FileSharing.woa/wa/default?user=kbrown&templatefn=FileSharing12.html&xmlfn=TKDocument.12.xml&sitefn=RootSite.xml&aff=consumer&cty=US&lang=en>
>>keeps getting the following compile error:
>>
>>Line Location testing123.c:7: error: syntax error before '(' token
>>
>>There's something I must need to understand that at the moment has me baffled.
>>
>>Thx for any tips.
>>Ken G. Brown
<>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden