String int Problem

 

i have this EA with String problem.

Sombody knows how to solve it? 

 

//#include <stdlib.mqh>

#import "stdlib.ex4"

   string ErrorDescription(int a0); // DA69CBAFF4D38B87377667EEC549DE5A

#import

Files:
 
Dacio Lima Santos Junior: i have this EA with String problem.

Sombody knows how to solve it? 

//#include <stdlib.mqh>

#import "stdlib.ex4"

   string ErrorDescription(int a0); // DA69CBAFF4D38B87377667EEC549DE5A

#import

It is not a "string" problem! The image you attached, just shows an import dependency.

What is the reported error in the log?

Do you have those files in the correct folders?

EDIT: After taking a closer look, you only need the the following:

#include <stdlib.mqh> // You only need this line
/* You don't need the rest ...
#import "stdlib.ex4"
   string ErrorDescription(int a0); // DA69CBAFF4D38B87377667EEC549DE5A
#import
*/
 
Fernando Carreiro:

It is not a "string" problem! The image you attached, just shows an import dependency.

What is the reported error in the log?

Do you have those files in the correct folders?

EDIT: After taking a closer look, you only need the the following:

#include <stdlib.mqh> // You only need this line
/* You don't need the rest ...
#import "stdlib.ex4"
   string ErrorDescription(int a0); // DA69CBAFF4D38B87377667EEC549DE5A
#import
*/
Thank you I'll do it... and tell if the problem was solved... :)
 
Dacio Lima Santos Junior:
Thank you I'll do it... and tell if the problem was solved... :)
Fernando Carreiro:

It is not a "string" problem! The image you attached, just shows an import dependency.

What is the reported error in the log?

Do you have those files in the correct folders?

EDIT: After taking a closer look, you only need the the following:

#include <stdlib.mqh> // You only need this line
/* You don't need the rest ...
#import "stdlib.ex4"
   string ErrorDescription(int a0); // DA69CBAFF4D38B87377667EEC549DE5A
#import
*/

it don't work at all... there's another problem I could understand... i'll put a txt file attached with the code...

if anybody can help I aprecciate it

<Attachment Deleted>

 
Dacio Lima Santos Junior: it don't work at all... there's another problem I could understand... i'll put a txt file attached with the code... if anybody can help I aprecciate it 

That is decompiled code! Decompiled code is "stolen" code. That is against the forum rules and you could be banned.

We cannot help you, because "decompiled" code is old code that many times does not even work properly on newer builds of MT4, so throw it away!

Remove it from your post if you do not want to get banned!

 

I have deleted the attachment.

Please note what Fernando has said.

Thank you Fernando.

 
Fernando Carreiro:

That is decompiled code! Decompiled code is "stolen" code. That is against the forum rules and you could be banned.

We cannot help you, because "decompiled" code is old code that many times does not even work properly on newer builds of MT4, so throw it away!

Remove it from your post if you do not want to get banned!

Sorry for that... i don't know it I just download from internet... 

I take care next time... thanks 

Reason: