You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm understanding the readme correctly, installing dpnet.dll is to be done by using regsvr32.exe to register it a COM DLL. I just compiled it and tried to register it but it just gives me the following error:
Am I doing this wrong?
The text was updated successfully, but these errors were encountered:
I just checked the source and I never actually implemented the DllRegisterServer() function - you'll have to create the class registrations in the registry manually at this point.
I just checked the source and I never actually implemented the DllRegisterServer() function - you'll have to create the class registrations in the registry manually at this point.
If I'm understanding the readme correctly, installing dpnet.dll is to be done by using regsvr32.exe to register it a COM DLL. I just compiled it and tried to register it but it just gives me the following error:
Am I doing this wrong?
The text was updated successfully, but these errors were encountered: