Using multiple dll's causes crash

 
I'm got a C# DLL that calculates my trades for MT4. It is compiled as x86 and uses RGiesecke.DllExport for unmanaged code. So far so good, but I'm not able to call any other class libraries from it. As soon as I instantiate a class in an external dll file (which I manually copy into the Libraries folder) I get "Unhandled exception 0xE0434352", even if it's just an empty class library also compiled as x86. What is that about? Re Dennis
 
Never mind, I figured it out. The main DLL has to go in MQL/Libraries as usual, but any other ones has to be placed in the actual terminal.exe folder. A bit weird, in my opinion, but at least it works. Re Dennis
Reason: