ENG0720 - Common Variable (OpenInsight 32-Bit)
At 20 MAY 2008 10:48:16AM Paul wrote:
Folks,
I'm moving some AREV code into OI and everything is setup exactly the same, but I keep getting ENG0720 which from my search should give me
"%1%, line %2%. Attempt to use common variable when common has not been defined."
but in OI all I get is a Fatal Error with ENG0720 does not tell me in what routine or line… and forces me to close window and any other window I try to open will get the same message even do it's not common related…
Is there any deferences going from OI to AREV when it comes to Common Variables? Do they get processed deferent?
Thanks
Paul
At 20 MAY 2008 10:54AM John Bouley wrote:
Paul,
In AREV you could have a COMMON var1, var2, … but in OI you have to use a name. So the same would be COMMON /MY COMMON/ var1, var2, …
HTH,
John
At 20 MAY 2008 11:06AM Paul wrote:
John,
All of my commons with multiple variables are setup as Common /ComonName/ var1,var2, etc…
I do have some cases that have just 1 variable like:
COMMON MY_SIGN1
So even if I'm just assigning 1 common variable I need to specify-it like this:
COMMON /MYSIGN1/ MY_SIGN1
Thanks
Paul
At 20 MAY 2008 11:16AM John Bouley wrote:
Unless I am contradicted… Yes.
At 20 MAY 2008 11:32AM Paul wrote:
Should this error crash the engine when this type of error comes up; it causes a FATAL ENGINE error which closes the engine and everything becomes nonfunctional until I completely close everything down and restart OI…
This does not seem like the type of error that should do this?
Paul
At 20 MAY 2008 01:17PM John Bouley wrote:
I would imagine that it has something to do with memory. If memory gets corrupted then everyting is suspect after that. Just a guess though.
HTH,
John