printf(__FUNCSIG__+" failed to create write handle: "+IntegerToString(GetLastError()));
The call requires A) format string, B) one or more parameters. You passed no parameters.
printf("%s failed to create write handle: %d", __FUNCSIG__, _LastError);
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
Why does trying to create this simple file write handle bring up error 5039?
This code runs within a function in the ExpertSignal Class, part of the wizard classes.