Re: Cocoa newb - Bus Error from TCP Server
Re: Cocoa newb - Bus Error from TCP Server
- Subject: Re: Cocoa newb - Bus Error from TCP Server
- From: "Christopher Bland" <email@hidden>
- Date: Mon, 12 Jun 2006 22:31:24 GMT
Ok, I found my problem...and of course it was with my client code on my Windows box. I should have realized that when the web browsers and my Mac client piece worked fine. I added the following call to my C code after the curl_easy_perform:
curl_easy_getinfo (curl, CURLINFO_HTTP_CODE, &retcode);
And now everything works just fine. Hopefully someone else won't have the same troubles.
Chris
________________________________________________________________________
Try Juno Platinum for Free! Then, only $9.95/month!
Unlimited Internet Access with 1GB of Email Storage.
Visit http://www.juno.com/value to sign up today!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden