stdlib

1 replies

Enric

Customer, bbp_participant, community, sq-ultimate, 114 replies.

Visit profile

5 years ago #236523

Hi,

The EAs created by SQX add #include <stdlib.mqh> on the code and SQ3 didn’t. I have a couple of questions just to be sure I’m not missing any step:

1- Is the file stdlib.mqh standard from MT4? I mean, we don’t have to download it from anywhere, right?

2- Do we have to compile the stdlib.mqh file before compiling our strategy?

Finally, after compiling the strategy it apprear an ‘external reference’ tab on the EA form. Apparently just for information?

Thanks

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

5 years ago #236540

Stdlib is a natural part of MetaTrader installation. It is included into the program standard files stdlib.mqh, stderror.mqh and WinUser32.mqh using the directive #include. It is not always necessary to use these files in the program. For example, file stderror.mqh contains the definition of standard constants used in error processing. If error processing is not provided in the program (i.e., these constants are not used), then there is no need to include this file into the source text. At the same time, it is usually necessary to include these files in a normal program.

0

Viewing 1 replies (of 1 total)