Problem to compile EX5
-
Hello fxDreema. All right?
I just deleted a few blocks, but it still gives this error message:
Compilation errors
'Piramide_Clandles' - struct member undefined
'Piramide_Clandles' - some operator expected
'Piramide_Clandles' - struct member undefined
'Piramide_Clandles' - some operator expected
'Piramide_Clandles' - struct member undefined
'Piramide_Clandles' - some operator expected
'Piramide_Clandles' - struct member undefined
'Piramide_Clandles' - some operator expectedshared/5hQkTlsle
-
Resolved! All I had to do was delete the block 37 that was no longer being used. The problem was in him. I visualized in the mql5 code.
-
Well, some of the problems are still because of the new system and this one looked like such. I guess I will wait for someone else to encounter this problem and report it... what a shame to me
-
I have experienced multiple "struct member undefined" errors when compiling ex4.
It happened at the end of a project where I decided to tidy up the naming of Variables & Constants. Although no variables had the exact same names as constants they were similar.
Looking in the code at the User Block reference for each error it turns out that Contants had been replaced with Variables in each block. When I switched them back to the correct Constant all compiled OK.