
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
In the tester, it crashes here:
Error:
On real data everything works.
It seemed to help
No, it didn't.
Dope... Testing works after compilation. When debugging in testing mode it does not work. And then it doesn't work just when testing.
After running in debug mode ex-file remains from this mode. Apparently, only the release version will work.
Thanks anyway for the great library.
I finally managed to POST data through wininet, so let me also contribute something here:
for access violation,
1. Changing "nill" to NULL does not help
2. Changing "nill" to 0 does not help
what I did is actually changed the following:
and everything will be fine after that. Enjoy :)