applescript
I have written an Applescript package including a library. If I load the library at run time (via the "load script" command) it works. If I try to load the same library at compile time, the Script editor fails with a "cannot save the script" message. Whilst I think this is a problem of size, I can find no explanation of a limit to the size of a script. If the script + library exceeds about 900kb, this error always seems to occur. It is somewhat limiting when trying to write a decent sized package. Is there any way around this problem?