小编Iro*_*d83的帖子

VB 6 crash on exit

I have a legacy vb6 app that crashes on exit - both as an executable and in the IDE. How can I avoid the crash?

  • I am currently unloading the forms (except the frmmain) in form_unload, releasing all the ADODB RecordSets, setting all the boundcollections = nothing.
  • I have attempted to SetErrorMode SEM_NOGPFAULTERRORBOX in the form_terminate event and that has not stopped the error from occurring.
  • I have also checked for subclasses being instantiated in my code and found …

vb6 crash exit

4
推荐指数
1
解决办法
3862
查看次数

标签 统计

crash ×1

exit ×1

vb6 ×1