Re: How to convert project from PPC to Universal Binary?
Re: How to convert project from PPC to Universal Binary?
- Subject: Re: How to convert project from PPC to Universal Binary?
- From: Jens Alfke <email@hidden>
- Date: Sun, 1 Nov 2009 20:44:32 -0800
On Oct 30, 2009, at 5:21 PM, Alan Snyder wrote:
I tried compiling it as per the original documentation but with the
default gcc setting
and two lines with calls to
strcpy_s, and sprintf_s
produce errors like
.... error: 'strcpy_s' undeclared (first use this function).
Try asking Google or Wikipedia first.
http://en.wikipedia.org/wiki/Strcpy#strcpy_s
https://buildsecurityin.us-cert.gov/daisy/bsi/articles/knowledge/coding/314-BSI.html
I don't think strcpy_s was ever supported on OS X. strlcpy would be
the closest equivalent.
—Jens _______________________________________________
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