Quantcast
Channel: Adobe Community : Popular Discussions - Illustrator Scripting
Viewing all articles
Browse latest Browse all 12845

Illustrator CC ExternalObject load failing but works in CS5

$
0
0

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.


Viewing all articles
Browse latest Browse all 12845

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>