I have a large Vortex app that involves a number of files. The file containing the main routine references these through <uses> statements. Whenever I make a change to one of the files referenced by the "main" file and force a recompile (by deleting the .vtx file and reloading the app, I always get the following error:
000 <path/app>: Internal error: Recompile failed for script in the function execfile
It can a very very long time (sometimes an hour or more) until I no longer get this error? I know I must be doing something wrong, because nothing is syntactically wrong anywhere and, in fact, the code eventually WILL COMPILE!
What am I doing wrong? What does this error mean? I can't seem to find an explanation in the documentation. Thanks.
000 <path/app>: Internal error: Recompile failed for script in the function execfile
It can a very very long time (sometimes an hour or more) until I no longer get this error? I know I must be doing something wrong, because nothing is syntactically wrong anywhere and, in fact, the code eventually WILL COMPILE!
What am I doing wrong? What does this error mean? I can't seem to find an explanation in the documentation. Thanks.