posted on Tuesday, August 24, 2004 9:25 PM
by
warstar
Internal Compiler Error: stage 'BEGIN'
Strange error:
Internal Compiler Error: stage 'BEGIN'
and a lot more this because some enum i use the problem was that i typed Database.NameOfTheEnum.Option1 where Class was defined as Database.DB Class = new Database.DB()
But i didn't know that i just couldn't access a enum like that.
The way to access one is Database.DB.NameOfTheEnum.Option1 if you get my point hope you do.
Happy netting,
warnar