NewsArchive
03-17-2007, 10:13 AM
I get this compiler error message:
error GEN1006: Reference to variable %EC6ACTIVE% has not been previously
defined.
This error started when I added these lines to the script to check for a
running instance of my program:
! General
Set Variable %EC6ACTIVE% to "" (also tried #const $EC6ACTIVE$ = "")
Loop
Set Variable %EC6ACTIVE% to ScriptItem->Detect Active
Application(ec60.exe)
If %EC6_ACTIVE% Equals "1" Then
Display Message Box "ENERCALC Structural Engineering Library Version 6
...." -- "Application Currently Running" [non-silent]
Else
Break Loop
End
End
Michael Brooks
error GEN1006: Reference to variable %EC6ACTIVE% has not been previously
defined.
This error started when I added these lines to the script to check for a
running instance of my program:
! General
Set Variable %EC6ACTIVE% to "" (also tried #const $EC6ACTIVE$ = "")
Loop
Set Variable %EC6ACTIVE% to ScriptItem->Detect Active
Application(ec60.exe)
If %EC6_ACTIVE% Equals "1" Then
Display Message Box "ENERCALC Structural Engineering Library Version 6
...." -- "Application Currently Running" [non-silent]
Else
Break Loop
End
End
Michael Brooks