0
Plugins built with CS3 SDK compatible with earlier versions?
New Here
,
/t5/photoshop-ecosystem-discussions/plugins-built-with-cs3-sdk-compatible-with-earlier-versions/td-p/1458987
May 02, 2008
May 02, 2008
Copy link to clipboard
Copied
Sorry if this is obvious, but I haven't found a definitive answer in the documentation or in the forums. If I build a plugin with the CS3 SDK (either on Windows or OS X using Xcode), will it work in earlier versions of PS? How far back? Is the CS2 SDK more compatible with earlier versions?
Thanks,
Aaron
Thanks,
Aaron
TOPICS
SDK
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explore related tutorials & articles
_Aaron_Sher_
AUTHOR
New Here
,
/t5/photoshop-ecosystem-discussions/plugins-built-with-cs3-sdk-compatible-with-earlier-versions/m-p/1458988#M449257
May 05, 2008
May 05, 2008
Copy link to clipboard
Copied
Not so very obvious, then? Nobody has tried this?
Aaron
Aaron
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/photoshop-ecosystem-discussions/plugins-built-with-cs3-sdk-compatible-with-earlier-versions/m-p/1458989#M449258
May 05, 2008
May 05, 2008
Copy link to clipboard
Copied
Plug-ins compiled with the CS3 SDK should work fine under earlier Photoshop versions for the most part. The features and suites you use will determine how far back your compatibility goes. You can usually figure out from the documentation and header files when various features were introduced. (e.g. for filter plug-ins, the filter record fields are grouped in chronological order.) Just be sure not to use any new features of CS3. (As for what they are exactly, I guess that's for you to figure out. 🙂 The easiest way to ensure compatibility is to use the earliest version of Photoshop you want to support as your development environment; that way, any unsupported callbacks you try and use will return error codes and you will know not to use them.
-- Matthew
-- Matthew
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
_Aaron_Sher_
AUTHOR
New Here
,
/t5/photoshop-ecosystem-discussions/plugins-built-with-cs3-sdk-compatible-with-earlier-versions/m-p/1458990#M449259
May 09, 2008
May 09, 2008
Copy link to clipboard
Copied
Thanks for the answer, much appreciated.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Participant
,
LATEST
/t5/photoshop-ecosystem-discussions/plugins-built-with-cs3-sdk-compatible-with-earlier-versions/m-p/1458991#M449260
May 09, 2008
May 09, 2008
Copy link to clipboard
Copied
Matthew's answer applies to Windows plugins. On OS X, the short answer is if you build a Mach-O universal (PPC+Intel) plugin for CS3, CS2 and earlier versions won't load it.
Unlike the single flavour of Win32 plugin, there are at least 5 plugin executable formats supported on the Mac, spanning 3 processor architectures and 15 years of operating systems from System 6 through OS X. I'm not sure if Adobe publishes a clear compatibility matrix, but you can ask here for more specifics.
Unlike the single flavour of Win32 plugin, there are at least 5 plugin executable formats supported on the Mac, spanning 3 processor architectures and 15 years of operating systems from System 6 through OS X. I'm not sure if Adobe publishes a clear compatibility matrix, but you can ask here for more specifics.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

