Page 1 of 1
What happen to i_var.ch
Posted: Sat Aug 29, 2009 4:03 am
by dhaine_adp
Hello everyone,
What happened to the contents of i_var.ch? The distribution that comes with HMG 294, i_var.ch is empty. I'm just wondering and at the same time I assumed that it has been changed... am I correct in my assumption?
Regards,
Danny
Re: What happen to i_var.ch
Posted: Sat Aug 29, 2009 12:53 pm
by Roberto Lopez
dhaine_adp wrote:Hello everyone,
What happened to the contents of i_var.ch? The distribution that comes with HMG 294, i_var.ch is empty. I'm just wondering and at the same time I assumed that it has been changed... am I correct in my assumption?
Regards,
Danny
It is empty from a long time ago.
It was here to declare variables undeclared (implicit) in code, preventing this way 'ambiguous reference' warnings at library compilation.
I'll should remove it, but always forget to do
Regards,
Roberto.
Re: What happen to i_var.ch
Posted: Sat Aug 29, 2009 1:19 pm
by Rathinagiri
Yes, that is what I too have thought. The last date of modification of the file is 28th of March, 2009.

Re: What happen to i_var.ch
Posted: Sun Aug 30, 2009 3:54 am
by dhaine_adp
Hello Roberto,
Thanks for the reply.
Regards,
Danny