It appears also that when you define FLAT_C_PLUGIN_HEADERS 1 that
then one of the REALLockPictureDescription methods is not available
anymore. Is this really intentional, or an oversight?
#if !FLAT_C_PLUGIN_HEADERS
void REALLockPictureDescription(REALpicture pic,
REALpictureDescription *description)
is not available, but what if we give it a flat name like
REALLockPictureDescriptionWithUnknownType?
void REALLockPictureDescription(REALpicture pic,
REALpictureDescription *description)
comes with the entry point "lockPictureDescription"
and
Boolean REALLockPictureDescription(REALpicture pic,
REALpictureDescription *description, long picType)
comes with another entry point "REALLockPictureDescription",
indicating that these two functions have different behavior.
Alfred
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>