We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In the header files I am trying to make bindings for, some constants are defined like this:
#define kOfxStatFailed ((int)1) #define kOfxStatErrFatal ((int)2) // ...
Can this pattern be supported? Maybe I can attempt to add this if I get some guidance :)