I have an app that once compiled runs perfectly fine. However, if I start it in VB6 environment, it crashes the IDE constantly and pretty randomly, but only when I take action with the application (e.g. move mouse over it, click on something, move a window, etc...)
The application does a lot of things that one does not associate with VB6: SIP, virtual sound card interfaces, audio encoding/decoding, etc...so it could be that, but the crashes seems so random.
The crash always occurs in the vba6.dll module (at least that's what the crash dialog says). Given that MS no longer supports VB6, what can I do to debug it?
I've tried it on XP and Win7 with the same results.