Skip to main content
June 19, 2013
Question

Adobe Photoshop CC SDK and PlugPlug API

  • June 19, 2013
  • 1 reply
  • 2411 views

I've downloaded the latest Adobe Photoshop CC SDK hoping I'll learn something about the PlugPlug API plug-in technique (c++ along with its Flash interface) but what a surprise! - the same old documentation included in the latest CC SDK package

So I wonder whether someone could share a document (if there is one) which describes this technique or a simple 'do nothing' source code which uses the PlugPlug.dll.

I would appreciate any info you can provide.

Thanks,

This topic has been closed for replies.

1 reply

rechmbrs
Inspiring
June 19, 2013

Look at ReadMe.html or adobe_photoshop_sdk_cc_win\pluginsdk\documentation\html\index.html from the unZipped file.

 

Thanks,

RONC 

June 19, 2013

RONC,

The PlugPlug library exposes some functions to C++ plug-ins, such as:

- PlugPlugLoadExtension()

- PlugPlugUnloadExtension()

- PlugPlugDispatchEvent()

- PlugPlugAddEventListener()

- PlugPlugRemoveEventListener()

- …

Did you find any info (reading ReadMe.html) on how it should be implemented in your code? Does it work the same way as in Adobe Illustrator?

Thanks,

rechmbrs
Inspiring
June 19, 2013

I really haven't had time to get deeply into the SDK.  Might have time on the weekend.   I've never coded for Illustrator. 

RONC