Modify XMP from a Photoshop C++ plugin
I would like to modify XMP data from a Photoshop C++ automation plugin.
The samples provide in the Adobe XMP-Toolkit-SDK are designed to use the compiled XMPCore.lib or XMPCoreStatic.lib files that are generated from the XMPCore source. Unfortunately, Photoshop ignores my plugin when I compile it with either of these lib files as an additional dependency.
Should I dynamically load and use the functions in AdobeXMP.dll (in the Photoshop root directory) instead? If so, is there an example available that shows how to do this?
Any help would be greatly appreciated.
