Page 1 of 1

Creating a standalone with an external stack

Posted: Mon Nov 09, 2015 4:04 am
by bergsy
Hi,

I am putting this post in a newbie even though I have been using Livecode for a while now. Probably doing something really dumb.

I am dividing my app into 3 apps. I have a set of common routines in a stack all its own. I reference the stack from the mainstack (Stack Files). Under the IDE the external functions all run as expected.

So I try to build a standalone application - and it fails without letting me know why. All it does is copy the .livecode file of the external stack into the standalone folder - no executable is built. If I bring the library in as a substack then everything is fine.

No idea what I am doing wrong

Greg

Re: Creating a standalone with an external stack

Posted: Mon Nov 09, 2015 11:06 am
by MaxV
Go to File -> StandAlone Application setting...
The click on Stacks and then add all stacks needed for you program.