mIRC Homepage
Posted By: bwr30060 VB .NET DLL stuff - 24/05/08 11:20 AM
Awhile ago, I wrote a nice DLL that would get the weather for any US ZIP code and say it in a channel. I have since lost the DLL, but I have the working parts of the code. I put it into a function and compiled. The problem is that I can't even get it to /comopen. No errors, no messages, nothing. I wrote a quick VB application with a textbox and button that uses the DLL and that works just fine. I've tried checking the box for "Register for COM Interop" as well as using regasm. Any suggestions? I can provide the VB code if anyone needs to look at it.
Posted By: argv0 Re: VB .NET DLL stuff - 24/05/08 06:33 PM
you need to /comreg before you can use just any COM call, so that windows knows your library exists.
Posted By: bwr30060 Re: VB .NET DLL stuff - 28/05/08 12:06 PM
The DLL was already registered with COM when it was created, and /comreg tells me that the DLL could not be registered.
© mIRC Discussion Forums