Forum

MQL4 Importing DLL error

Hi, I coded a DLL in Visual C++ and placed it into experts\libraries directory. Now I want to code an EA in MT4, but the following code gives me an Error: [CODE] #import “TestDLL.dll” int Sum(int a, int b); #import [/CODE] The error: ' import ' - double quotes needed I already googled, but didn't