Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® FBX® / FBX SDK / _O_RDONLY / _O_WRONLY conflicts with fcntl.h
  RSS 2.0 ATOM  

_O_RDONLY / _O_WRONLY conflicts with fcntl.h
Rate this thread
 
50974
 
Permlink of this thread  
avatar
  • Total Posts: 585
  • Joined: 18 February 2008 07:25 PM

the enum in KFbxCache conflicts with windows

typedef enum
{
_O_RDONLY,
_O_WRONLY
} EOpenFlag;

in fcntl.h

#define _O_RDONLY 0x0000 /* open for reading only */
#define _O_WRONLY 0x0001 /* open for writing only */

Can you use different name?



Replies: 1
/userdata/avatar/vx3501hqr_small.jpg

Logged as a bug. Thanks for pointing this out.

Author: Jiayang Xu

Replied: 06 January 2011 06:45 PM