This will re-register the concerned DLL file using the Windows OS tool regsvr32.exe. The Regsvr32 tool is a command-line utility that can be used for registering, and un-registering OLE controls as ...
Hey, <P>I'm trying to piece together how to do this. I've built a DLL that allows me to pass it a long value (actually a handle) and do work on that value.<P>Now I'm trying to do this with a string ...