W
William LaMartin
I am following the instructions at the link below to create a COM object.
But something is wrong since I cannot register the resulting DLL via
regsvr32 or add a reference to it from VB 6. I receive an error message
that the DLLRegistryServer entry point was not found when using regsvr32,
for example.
To simplify things, my test only had a public function that added two
integers and returned the sum. Creating a Vb.Net dll to do this works
fine. But the COM version does not.
Can someone add to what is at the link to put me on the correct path.
Thanks
http://msdn.microsoft.com/library/d...roughCreatingCOMObjectsWithVisualBasicNET.asp
But something is wrong since I cannot register the resulting DLL via
regsvr32 or add a reference to it from VB 6. I receive an error message
that the DLLRegistryServer entry point was not found when using regsvr32,
for example.
To simplify things, my test only had a public function that added two
integers and returned the sum. Creating a Vb.Net dll to do this works
fine. But the COM version does not.
Can someone add to what is at the link to put me on the correct path.
Thanks
http://msdn.microsoft.com/library/d...roughCreatingCOMObjectsWithVisualBasicNET.asp