|
-
Sep 26th, 2017, 07:08 AM
#16
Re: VB6 - Program Communication
 Originally Posted by couttsj
The difficulties I ran into were constant crashing of the IDE while trying to troubleshoot code. Granted, I was not using anything like your subclassing DLL, which I presume protects the IDE. I briefly considered doing that myself, but time did not permit. I will take a closer look at your code.
J.A. Coutts
actually that's a good reason / issue I overlooked. Thanks to Elroy/Lavolpe (and previous experts) we have a good handle on the stability of the IDE using different subclassing methodologies. This particular instability is caused by your static callback (in the .bas module) continuously being called even when the IDE is paused. Elroy has some strategies he uses for mitigating this. My version of comctl32 subclassing would crash similarly to what you encountered. Your current method / standard subclassing is also not completely stable, but definitely crashes less so (at least it seems stable enough for you to get to root cause of a problem).
Thanks for elaborating!
Last edited by DEXWERX; Sep 26th, 2017 at 07:17 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|