Random compiler bug ?

  • Thread starter Thread starter jon morgan
  • Start date Start date
J

jon morgan

Hi,

Recently I've started to get random compile errors. What happens is that the
compiler "pretends" a Sub or Function in my code doesn't exist.

If I delete and re-insert the Sub/Function declaration - the compiler
completes successfully for a while - then it happens again.

Has anyone else experienced this annoying problem ? I'm running VB under 1.1

Thanks for any help

Jon
 
I had this problem once.
It ended up being because I doing things I shouldn't have been doing in the
code. Review your code very closely for parts that you made work that really
should be located elsewhere or done in another way.

Brad Shook
 
Thanks Brad,

Could you be more specific about how you solved the problem. Exactly what
were you doing that caused the random error ?

Jon
 
Back
Top