
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi Coders,
I'm working on a DLL function written in C++. The function will read the content of a file on the Internet. Then the content will return to the .EX4 (Build 600+).
Please, take a look at my C++ code:
First look, this code seems work in the Visual Studio 2013. There is no any error or warning message at the compiling.
But this solution does not work in the Expert Advisor. The EA can not load the DLL file. It sends the following error messages:
I know, the problem is with the cURL method. But I don't know, how I fix it. Anyway is it possible to use the cURL to our DLL function to .EX4 programs? Or could you offer another solution to read Internet file content?
Thank you in advance.
Relative