No Idea? No Hint?

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,
i try to send a string from mql to dll and work with them...
Code in MQL:
Code in DLL (taken from http://www.codeproject.com/Articles/66625/A-Fully-Featured-Windows-HTTP-Wrapper-in-C)
Now, I use Wireshark to monitor my HTTP Traffic and the DLL send only http://myurl.de/script.php?foo= without the variable.
What's wrong in the code. I tried several ways to transfer the string to DLL...