Yeah it's strange, it all worked ok today. Maybe it was because yesterday the com object was registered for the first and/or accidently kept open by some process.
This can't be it. RegSvr32 does nothing but LoadLibrary( ) the DLL and call its DllRegisterServer( ) function and unload it. In fact, you can write your own version of this app in less than 100 lines of code. So there's no reason why RegSvr32 should decide to keep the DLL open for good.
Ehsan
_______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
