February 19th, 2008, 1:34 pm
You might have to call the Windows COM functions yourself to check how they get on, something like CoCreateInstance.These basically look in the registry for your "component1" to see what DLL it resides in, versioning etc, and then loads that DLL (crash course in COM right there)If that succeeds then use your component, if not don't.