Hello,
I'm trying to find a way of adding managed dll ( made in c# ) in Enigma.
I'm getting "Internal Protection Error,please contact to author!" but I'm not sure why.
The two functions : Enigma_Plugin_Description() | Enigma_Plugin_About() were added and the return literal is the one enigma requires ( UTF32 ). Both functions were [EXPORTED].
Another error I was getting was something like : The program can't find the entry point of the dll. Therefor ..the equivalent of the entry point in c++ is the constructor in c# , once added the error has dissappeared but now I'm getting the Internal Error.
Any advices?
Managed DLL in Enigma
Re: Managed DLL in Enigma
Hi Leonard,
Protection of Managed DLLs are impossible at all. If your application is .NET exe (which can be protected) and it uses managed dll, then you have to add this dll into Virtual Box - Files free. Protection managed dlls same as .NET exe impossible.
If you are developing a plugin for Enigma, use the Enigma Plugin SDK and choose the language available there (Delphi, C++). It is impossible to create a plugin with C#.
Protection of Managed DLLs are impossible at all. If your application is .NET exe (which can be protected) and it uses managed dll, then you have to add this dll into Virtual Box - Files free. Protection managed dlls same as .NET exe impossible.
If you are developing a plugin for Enigma, use the Enigma Plugin SDK and choose the language available there (Delphi, C++). It is impossible to create a plugin with C#.
