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

Plugin on G4

New Here ,
Sep 10, 2007 Sep 10, 2007

Copy link to clipboard

Copied

Hi folks!

I've compiled an automation plugin with the cs3 sdk on mac as universal binary. It works on my Intel iMac as good as it works on my G5 iMac with Photoshop CS3 and CS2.
But when i try to use it on a G4 the plugin isn't even loaded by Photoshop CS2.
Is there any possibility to get it work on this platform or do i have to build it with Codewarrior for that platform.

thanks for advice!
TOPICS
SDK

Views

355

Translate

Translate

Report

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
Adobe
Participant ,
Sep 17, 2007 Sep 17, 2007

Copy link to clipboard

Copied

You can use either CodeWarrior or MPW. Xcode can't build the PEF executable needed for pre-CS2 Photoshop plugins.

Votes

Translate

Translate

Report

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
New Here ,
Sep 17, 2007 Sep 17, 2007

Copy link to clipboard

Copied

As i've written i tried only Photoshop CS2. The same plugin was loaded by PS CS2 on a G5 and was NOT loaded by PS CS2 on a G4.
Are different types of executables needed for G4 and G5. Is there a xcode parameter to enable G4 support?

Votes

Translate

Translate

Report

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 21, 2007 Sep 21, 2007

Copy link to clipboard

Copied

LATEST
No, the same executable will be fine, as long as no code generation option is set unportably. Study all your Xcode build options in detail.

Votes

Translate

Translate

Report

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