Copy link to clipboard
Copied
Hi Guys, can you please let me know which dll i need to use for PhotoShop cc version in c#, currently I'm using Interop.Photoshop.dll for CS4.
Moderator: Moved from Adobe Creative Cloud to Photoshop
No, developers MAKE them. You make them. This is standard practice for .net programmers. Adobe don't supply them, their inteface is as described in the Photoshop developer docs.
How to: Generate Interop Assemblies from Type Libraries | Microsoft Docs
Copy link to clipboard
Copied
Interop DLLs are not shipped with products. They are made by programmers using development tools to provide glue interfaces.
Copy link to clipboard
Copied
Thanks, can you please let me know, whether interop DLLs are available for Adobe CC version? or can we use same interop DLLs for CC version also?
Copy link to clipboard
Copied
No, developers MAKE them. You make them. This is standard practice for .net programmers. Adobe don't supply them, their inteface is as described in the Photoshop developer docs.
How to: Generate Interop Assemblies from Type Libraries | Microsoft Docs
Copy link to clipboard
Copied
Thanks..
Copy link to clipboard
Copied
Great question.
I too am looking to leverage one that is already created. Just looking for a place to download the latest one like I did for 2019. The top answer leads one to believe that developers create everything from scratch.