Guy Lonne
unread,Aug 5, 2025, 5:43:39 AMAug 5Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xbl...@googlegroups.com
Hi Xbliters,
I'm back at my keyboard and ready to resume analyzing Gary's WinX.x bug
report. If a bug fix is still pending, I'd like to analyze the code in a
controlled environment.
Based on my initial assessment, I believe the root cause may be the
interaction between two libraries: WinX.x and Xsx.x.
These libraries operate in isolation by design, with minimal
communication or shared state management, which could be the cause of
the synchronization issue in question.
I suspect the problem stems primarily from WinX's DoEvent() call, which
may lack of the step of associating the timer "launched" by a call to
xsx's XstStartTimer() with a specific window procedure.
I'll focus on how these libraries communicate and manage the two: 1.
xsx's XstStartTimer() and 2. WinX's DoEvent().
I'm open to any suggestions. Let's solve this problem once and for all.
--
Bye! Guy