Hi,
I downloaded the trial version of Illustrator CS5 and the CS5 SDK to be able to adapt my plugins.
These plugins are for CS4.
Each time I try to compile one of the samples provided in the CS5 SDK, I have the same error
error: extra qualification 'AIPlatformFileDlgOpts::' on member 'AIPlatformFileDlgOpts'
Do you Know what to modify to avoid this error.
I use XCode 3.2.2 and MacOS.
Please help me.
JLG.
I just had the very same problem. I changed the compiler from GCC 4.2 to GCC 4.0 in the project settings. That did the trick.