import a function from a dll file how to use it ?

 

the function is like this int send(char* s)

how to import this. i use import this function, it report not define char.

how to import this?

thankyou

 

There are no "pointers" in MQL4 so, char* or char pointer is not valid.

Reason: