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:
#import “TestDLL.dll”
int Sum(int a, int b);
#import
The error: ‘import’ - double quotes needed
I already googled, but didn’t found an answer.
Do you have one? Thank you very much in advance!
Kind regards feuerfuchs