Copy link to clipboard
Copied
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
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).
Copy link to clipboard
Copied
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).
Copy link to clipboard
Copied
VC++ Express will not work if MFC code is used. MFC does not ship with the Express versions.
RON C
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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.