I am using Project Manager for the first time & I am having a little trouble getting a standalone script built.
My app needs the platimg addon. So I specified the platimg files as source files (there are tow of them), and built. But this gives an error on load, because one of the files contains require '~addons\...' to bring in the other. This require is passed through to the output file, where it fails if loaded onto a machine that doesn't have the addon. I had similar trouble with requires to my own files, which I cured by removing the require and listing the files as sources in the Project Manager. I assume this is how I'm expected to operate. But is there any way to tell PM not to produce require statements, but to include the code always? Henry Rich ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
