Re: ISO versions of open(), read(), lseek()
Re: ISO versions of open(), read(), lseek()
- Subject: Re: ISO versions of open(), read(), lseek()
- From: Todd Heberlein <email@hidden>
- Date: Tue, 04 Jan 2011 15:00:43 -0800
The easiest option is to get VC++ not to deprecate the unadorned functions. Put this in your precompiled header:
#define _CRT_NONSTDC_NO_DEPRECATE
Thanks.
With that as a starting point I ran across this web page. It might be useful for others who need to take their Mac/Unix code to Windows.
Deprecated CRT Functions Deprecated POSIX functions
Todd
|
_______________________________________________
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