- Lorentzos Roussos: Is there a way method A would work ?Add a #define CCanvas . either in the include or just after the #include.
#include <Canvas\Canvas.mqh> #define CCanvas . //A : #ifdef CCanvas string message_from_a="CANVAS IS INCLUDED"; #else string message_from_a="CANVAS SHOULD BE INCLUDED"; #endif
- Lorentzos Roussos: (to include a library if its not included already if it is required)Just include it if you use something from it.
William Roeder:
- Add a #define CCanvas . either in the include or just after the #include.
- Just include it if you use something from it.
Thanks

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
Is there a way method A would work ?
(to include a library if its not included already if it is required)
Thanks