It can't be compiled.
'w_corner' - can't convert enum ClassWin.mqh 114 20
bcsunwww :
It can't be compiled.
'w_corner' - can't convert enum ClassWin.mqh 114 20
use explicit typecasting:
replace
Property.Corner= w_corner;
with
Property.Corner=(ENUM_BASE_CORNER) w_corner;
Source codes of the articles corrected. Thank you.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
New article MQL for "Dummies": How to Design and Construct Object Classes is published:
Author: Sergey