Removing loaded DLLs after app crash
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm developing an app that usues msvfw32.dll and avicap32.dll in Win98. If either when running under debig mode I press SHIFT+F5 (end debug) or something I wrote causes the app to crash the two DLLs stay loaded. In then need to reset my PC for everthing to work again. Does anyone know how I can remove loaded DLLs in win98 please? It's a pitty the CTRL+ALT+DEL window doesn't list them! Thanks