CopyMinder Knowledge Base
Browse By Category: | Look Up Error Number: | Search: |
Glossary | Contact Us |
Can I protect a dll?
Views: 1815
Rating: 5
Rating: 5
Rate It:
Yes, you can protect a dll. You cannot use the Shell method but you can link in our .obj file and use the API method.
The protection check functions (CM_CheckProtection etc) cannot be invoked in DLLMain as they use LoadLibrary() and will create a dependency loop
The protection check functions (CM_CheckProtection etc) cannot be invoked in DLLMain as they use LoadLibrary() and will create a dependency loop
More Help
If this article did not help you to solve your problem, please use the menu at the top of the page to browse or search more articles, or to contact our support team.
Others in this Category