We use 'CoCreateInstance' to create the object, and '->Release()' to release it.
The DLL is still in memory, and we want it to free itself.
Thanks,
Printable View
We use 'CoCreateInstance' to create the object, and '->Release()' to release it.
The DLL is still in memory, and we want it to free itself.
Thanks,
Call CoFreeUnusedLibraries()
Check the count returned by release in debug I bet it isn't 0