Skip to main content
Participant
February 20, 2019
Answered

DLLs for CC version of Photoshop.

  • February 20, 2019
  • 3 replies
  • 2333 views

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

This topic has been closed for replies.
Correct answer Test Screen Name

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

3 replies

Participant
July 3, 2024

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.

Test Screen NameCorrect answer
Legend
February 20, 2019

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

Participant
February 20, 2019

Thanks..

Legend
February 20, 2019

Interop DLLs are not shipped with products. They are made by programmers using development tools to provide glue interfaces.

Participant
February 20, 2019

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?