Build 625 invalid EX4-file and MetaEditor has a Virus - page 2

 
roller:
in compiller NO ERRORS
Can you show the beginning of your code please ?
 

extern string EAName = "EA";//
angevoyageur:
Can you show the beginning of your code please ?


extern string EAName = "EA";//

(no copyrights - i delete it)

 

one guy told me that we have to use that in new versions:

void OnTick()

{

int OnInit()

{

//---

//---

return(INIT_SUCCEEDED);

}

//+------------------------------------------------------------------+

//| Expert deinitialization function |

//+------------------------------------------------------------------+

void OnDeinit(const int reason)

{

//---

}

This is why Initialisations errors comming. I will try change my EA - if it will work i will let you know

 
While you at it, please use SRC when posting the codes. Makes it easier to view.
 
roller:

one guy told me that we have to use that in new versions:

void OnTick()

{

int OnInit()

...

You can but it's not mandatory, "old" style is still valid.
 
angevoyageur:
You can but it's not mandatory, "old" style is still valid.


yes i change all but i think its problem due to using DLL fils...maby )) nothing working in my EA (((

i tried my old versions compiled in 610 build - all good and working in 625 ))) mother...f....update

 
roller:


yes i change all but i think its problem due to using DLL fils...maby )) nothing working in my EA (((

i tried my old versions compiled in 610 build - all good and working in 625 ))) mother...f....update


Show us the code then. Someone will check it for you when he has time to spare.


When update comes, you follow the update, not the update must follow you.

 
in 509 v compiling : 'strict' - defined value expected xxxxx .mq4 (1, 1)

 

follow what ? i even can not compile thta was conpilling before .... stoopid developers

 
roller:

follow what ? i even can not compile thta was conpilling before .... stoopid developers

Please watch your language.

#property strict is only available from build 6xx. And you are trying to use it with old metaeditor from build 509 or previous.

Reason: