Problem Running Under Windows
David Burgun
dave at looktowindward.com
Wed Oct 17 11:51:44 EDT 2007
Hi,
I have an Application that works ok when running under the RunRev IDE
and as a Standalone on Mac OS X. However, when I run the start on
Windows under the IDE, I get the following error:
Type: Chunk: Can't find stack
Object: CardStartup
Line: else
Hint: ISMColdStart
After stepping thru with the debugger, I found that the error is
generated when this line is executed:
get value("ISMColdStart(" & myDebugEnableFlag & "," & quote &
myRunTimeStacksFolderPathName & quote & ")", myColdStartStackLongName)
The values of the variables are:
myDebugEnableFlag = "false"
myRunTimeStacksFolderPathName = "C:/Documents and Settings/BWolff/
Desktop/RunRevBase/Projects/GenX/RunTime/Stacks/"
myColdStartStackLongName = "stack C:/Documents and Settings/BWolff/
Desktop/RunRevBase/GlobalStacks/StackISM.rev"
The folders and the file exist ok at the location stated above.
One thing I tried is to cut and paste the contents of
myRunTimeStacksFolderPathName into the message box as a command go
stack C:/Documents and Settings/BWolff/Desktop/RunRevBase/
GlobalStacks/StackISM.rev"
And this loads the stack as expected.
Does anyone have any idea what could be wrong here?
All the Best
Dave
More information about the use-livecode
mailing list