Skip to main content
rechmbrs
Inspiring
April 25, 2012
Answered

SDK for CS6 PSX

  • April 25, 2012
  • 1 reply
  • 2997 views

Will there be a new SDK for CS6 PSX? 

I have a number of plugins that I made using VS2005 VC++ for x32 and would like to now move them to x64.  Should I still use VS2005 VC++ or use VS2008 or VS2010 VC++Express for CS6?

Thanks,

RON C

This topic has been closed for replies.
Correct answer Tom Ruark

Yes. Pages are up to date as of today.

http://www.adobe.com/devnet/photoshop.html

I have not tried 2010 Express but it should work. I don't think 2005 had much support for making 64 bit code but I could be wrong. We used 2008 for CS5 so that should work as well (not sure about Express).

1 reply

Tom Ruark
Tom RuarkCorrect answer
Inspiring
May 8, 2012

Yes. Pages are up to date as of today.

http://www.adobe.com/devnet/photoshop.html

I have not tried 2010 Express but it should work. I don't think 2005 had much support for making 64 bit code but I could be wrong. We used 2008 for CS5 so that should work as well (not sure about Express).

rechmbrs
rechmbrsAuthor
Inspiring
May 8, 2012

VC++ Express will not work if MFC code is used.  MFC does not ship with the Express versions.

RON C