-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I am not sure what is exactly happening there but:
I have a ng-generated DLL which utilizes brl.TimerDefault (and AddHook EmitEventHook, _myTimerHook). When importing this DLL file into a new project I get the "run" printed which _myTimerHook outputs.
But if the new project utilizes a "wx.wxtimer" to periodically update its gui (independent from the DLL's repeat-every-x-mechanism) then only a single "run" is printed - and _myTimerHook is only called once.
Does this mean that the functionality of the DLL is interfered by it's calling program? I thought it is "separated" ?
Means I could never be sure if a 3rd party using the DLL will "bork" the brl.timerDefault by using eg a wxTimer instance.
Metadata
Metadata
Assignees
Labels
No labels