Libraries: EasyAndFastGUI library for creating graphical interfaces - page 31

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
На текущий момент вы можете попробовать воспользоваться методом Moving():
This may be changed in future updates to make it more convenient to use.
Thank you
Hi, I'm interested in purchasing 'EasyAndFastGUI' for MT4, how should I proceed?
Thank you
I replied in a private message.
I will take a closer look at this issue and release an update.
writes 'SORT_MODE_ASCENDING' - undeclared identifier
And in which file is this found?
The first version of the library has not been updated for a long time.
Defines.mqh conflict with Algolib ap.mqh
Has anyone else noticed the following? If I compile EAF-001 freestanding everything is AOK.
I use Algolib and including App.mph gives me the following compilation errors:
This is because TO_STRING is a macro definition as follows:
I seem to have a couple of unpalatable options, both of which might get broken by future updates; i.e., like changing TO_STRING to TO__STRING in ap.mqh. I'd like to avoid this.
Any ideas, Anatoli?
Defines.mqh conflict with Algolib ap.mqh
Has anyone else noticed the following? If I compile EAF-001 freestanding everything is AOK.
I use Algolib and including App.mph gives me the following compilation errors:
This is because TO_STRING is a macro definition as follows:
I seem toi have a couple of unpalatable options, both of which might get broken by future updates.
Any ideas, Anatoli?
This is a conflict of names:
//---
You can replace in Define.mqh and in other library files TO_STRING with TO_STR.