access violation error in acrobat
I am experiencing the occasional crash in my plugin while opening pdf files.
The line that it crashes on isn't inside my plugin but inside acrobat native code
so it is very hard for me to see the reason.
Using external debugging tools I was able to pin it down to an access violation call
that is happening inside a method called "DllCanUnloadNow".
Inside it is crashing while processing a windows message WM_TIMER being sent to window
"AcrobatTimerWnd"
I was hopping to get info on AcrobatTimerWnd or what this timer is used for.
