PrintFormat("Error Code: %d", kernel32::GetLastError());
Regards.
Jose Francisco Casado Fernandez:
Regards.
Thank You ^^
Fast Answer.
Shin Joo Young:
You are welcome. Regards.
Thank You ^^
Fast Answer.
Read the thread. It's the same for MQL5.
The import file name will be the namespace name of the functions. It is declared with "using", so you don't have to use the namespace, but for overlapping names, you can use it to distinguish between two functions with the same name.
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
#import
This Function Name Matched With GetLastError() in the mql4 functions.
I want to know the "_lopen" 's error code in kernel32.dll
How to do that?