1
Разработка / Development / what is the exception handle mechanism of plugins manager?
« on: October 29, 2016, 07:41:21 »
when open aimp, *occasionally* aimp popup a dialoag showes my plugin raised exception and will be automatically unloaded. but when i debug it using windbg, i cann't find any exception in my plugin, just 80000003 exception from aimp.runtime.dll. in fact my plugin loaded succefully,but now the iaimpcore* i saved in my plugin is invalid,this causes subsequent prolems.
why is that? does the plugins manager encounter some special conditon and release the IAIMPCore* passed to plugin?
Appreciative of your help.
why is that? does the plugins manager encounter some special conditon and release the IAIMPCore* passed to plugin?
Appreciative of your help.