Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't Register dpnet.dll #2

Open
OpenRift412 opened this issue Jun 1, 2022 · 2 comments
Open

Can't Register dpnet.dll #2

OpenRift412 opened this issue Jun 1, 2022 · 2 comments

Comments

@OpenRift412
Copy link

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:
image

Am I doing this wrong?

@solemnwarning
Copy link
Owner

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.

@OpenRift412
Copy link
Author

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.

How would I go about doing that exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants