For example, in the language X:
let x = CreateOject( "MyProgID" ) x.LateBoundCall() x.Release()
What happens with the MyProgID DLL? Is the COM DLL unloaded automatically?
EDIT
This assumes that the above code is in an executable that does not provide any COM code.
source share