stax Posted April 9, 2009 Posted April 9, 2009 Assuming I want to extend DVBViewer with .NET, how do I make DVBViewer to load my .NET DLL on startup? .NET DLLs don't have a DllMain entry since .NET DLLs aren't native DLLs. I can implement a COM server in my .NET DLL but how do I tell DVBViewer to create a instance of my COM object on startup? I could create a native DLL to call my .NET DLL but it's a waste of resources and I wish Hackbart would take pity and provide a straight forward way like a reg key were CLSIDs to be instantiated on startup can be registered. It's not only a .NET problem, actually there are many languages you don't have a native DLL but can implement a COM server. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.