Managed DLL in Enigma
Posted: Wed Oct 23, 2013 6:19 pm
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?
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?