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

Illustrator CC ExternalObject load failing but works in CS5

Explorer ,
Oct 15, 2013 Oct 15, 2013

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

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.

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

Is your Framework support 64bit architecture?

Illustrator CC dosen't support 32bit framework.

Ten

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