Re: compiler Flags for Code Porting
Re: compiler Flags for Code Porting
- Subject: Re: compiler Flags for Code Porting
- From: Todd Heberlein <email@hidden>
- Date: Fri, 03 Jun 2011 18:34:31 -0700
On Jun 3, 2011, at 6:02 PM, koko wrote: ISO C++ forbids comparison between pointer and integer
on this code:
if (m_handle != INVALID_HANDLE_VALUE)
Is there a flag to set so this will be accepted?
Have you tried using C++'s static_cast?
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