problems with dll import

 

hello,


here i have a basic script:


 

#import "libmysql.dll"

   
#import


int OnInit()
  {
   return(0);
  }

void OnDeinit(const int reason)
  {
   return;

  }



it compiles correctly but when i run it the dialog window has no OK button. I tried different versions of the dll but it did not help.

simmilar script in mql4 works without any issues.

Can you tell me where the problem is?

k.

 
Reason: