Using ShowWindow causes Winamp crash at exit
My plugin uses its own window (RegisterClass, ShowWindow, etc.) to display some data. When I close WinAmp, there's a GPF somewhere in its code (not in mine). If I as much as remove the ShowWindow line, there's no error at all. Is there something that I should pay extra attention to take care of?
|