6 Replies Latest reply: Dec 14, 2009 3:51 AM by lrosenth RSS

    Usage of Acrobat Color layer

    joeln3 Community Member

      Hello,

       

      I'm developping a plug-in and I have to use the AC layer. Unfortunately the AC functions are not defined when I build the application.

       

      For example, I want to use the ACGetWorkingSpaceProfile() method. In Visual Studio I see that the method ACGetWorkingSpaceProfileSEL() is available but not without the extension SEL.

       

      I found a trick to use the function. Actually I have to add "PI_ACROCOLOR_VERSION=0x0002" in the Preprocessor Definitnions of my C++ project.

       

      I'm sure there is another way to use correctly the method and I'm wondering which one.

       

      Thanks in advance for all informations about the usage of the AC layer.

      Joe