Jump to content

Better support for languages not having native DLLs but can implement


Recommended Posts

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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...