Hello,
NJDude, thanks for the responses. Yes I call the class initialize and it calls the beeper initialize.
I found the problem, well I found a solution.
In Sub Activity_Create(FirstTime As Boolean)
I now have:
If FirstTime Then
CF.Initialize
(CF.Initialize is the class that has the beeper.)
And it does not crash.
Not sure why. It has been a year since I have been in this language/IDE.
I have this line in my code:
Dim CF As CommonFunctions 'I had to make this a class because version 2.0.2 has a bug that does not allow code modules.
I remember verfiying it was a bug with Erel a year ago in these forums. Is it still a bug?
Mark