Re: Building a standalone warns about duplicate stacks

2020-05-07 Thread J. Landman Gay via use-livecode
Thanks, that explains it. I've incorporated Trevor's DataView and it has about 10 stacks in use as behaviors and libraries. To add to the fun, I'd forgotten that building for mobile no longer disables desktop platforms so I didn't think to disable them manually, and the standalone builder put

Re: Building a standalone warns about duplicate stacks

2020-05-07 Thread Devin Asay via use-livecode
Jaque, I’ve seen this when building standalones with stacks that are using library stacks, and the same library stackflles are included in the standalone build. Apparently the included stacks are opened during the build process, thus colliding with the library stacks already in memory. If this