Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

SDK for CS6 PSX

Engaged ,
Apr 25, 2012 Apr 25, 2012

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

TOPICS
SDK
3.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

May 07, 2012 May 07, 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).

Translate
Adobe
May 07, 2012 May 07, 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).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
May 07, 2012 May 07, 2012

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

RON C

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 17, 2012 Sep 17, 2012

For some reason I compile the examples (And have a 8bf File) yet I can't see the Filter under thr 'Filter' menu.

Have this SDK samples been tested under Windows 7 64 Bit?

Thanks.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Sep 17, 2012 Sep 17, 2012

Yes, make sure you are building the x64 debug or release target and make sure you are placing the 8bf into the 64 bit build of Photoshop.

Does 32 bit work for you?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 17, 2012 Sep 17, 2012
LATEST

Hi Tom,

You're completely right.

I'm coming from AE where the target is automatically selected.

I switched to 64 and it works.

Thank You.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines