Search found 1 match

by lsimard
Wed Feb 26, 2014 7:29 pm
Forum: Problems
Topic: FreeLibrary crashes on protected DLL
Replies: 1
Views: 7041

FreeLibrary crashes on protected DLL

Hi,

My C# program calls a function from an unmanaged C++ DLL. If I use my program without protecting it, everything works fine. If I protect the DLL with Enigma (even with all the options turned off), the program executes correctly but when I exit, I get a message from Windows telling me that my ...