I have a class module that initializes a timer in the _initialize, and when another method is called enables the timer. I have logging in the _Tick callback, and the method that enables it. When compiling the class into the app, everything works fine, but if I compile the class to a lib and then tell my app to use that...the timer never fire. Why might that be?