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

Illustrator CC ExternalObject load failing but works in CS5

Explorer ,
Oct 15, 2013 Oct 15, 2013

Copy link to clipboard

Copied

I have a script that loads an external library as follows:

if(typeof PCDesEO == 'undefined' ) {

    var libFilename = "/Library/Frameworks/PCDesEO.framework";

    PCDesEO = new ExternalObject("lib:" + libFilename);

};

It works fine in CS5, but when I upgraded to CC, the "new ExternalObject" line fails with an I/O Error (error 52).

Any thoughts?

Thanks,

Anurag.

TOPICS
Scripting

Views

790

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
Explorer ,
May 01, 2015 May 01, 2015

Copy link to clipboard

Copied

I am now getting the same error with a newer version of Xcode, but sticking with CS5. (BTW, the CC problem is still not solved) Are there any Adobe Customer Supports watching these forums? Looks like there are a couple of other people getting similar errors.

Any help will be appreciated.

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
Community Expert ,
May 11, 2015 May 11, 2015

Copy link to clipboard

Copied

LATEST

Is your Framework support 64bit architecture?

Illustrator CC dosen't support 32bit framework.

Ten

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