LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!
...
## Stack to copy:
put specialfolderpath("resources") & "/Giving_Main.livecode" into tSourceStack
answer (there is a file tSourceStack)
## Should read -> TRUE
...
The error "file is not a stack" usually means it was saved in a format that LC can't read. This can happen if the stack was saved in a version of LC that is newer than the LC version trying to open it.
Did you save the source stack using the same version you used to build the standalone?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
That revealed the culprit. My source stack file was named "Giving Main.livecode" and not "Giving_Main.livecode". I hate it when I do that to myself and I am glad you did not run out of ideas.
jacque wrote: Fri Feb 08, 2019 6:23 pm
The error "file is not a stack" usually means it was saved in a format that LC can't read. This can happen if the stack was saved in a version of LC that is newer than the LC version trying to open it.
Just to clarify that, in the 6.x series and previous, if you try to open a stack that was saved in a newer format, you will see the message "file is not a stack".
In 7.x and later, the message will read "There was a problem opening that stack: stack was produced by a newer version"