runtime error

 
 I got a runtime error: 2015.01.14 22:11:40.134    cannot load 'C:\Users\Monika\AppData\Roaming\MetaQuotes\Terminal\......\MQL4\Libraries\stdlib.ex4'


what can i do?


schiller

 

Try the source code stdlib.mqh

#include "stdlib.mqh"

or

#include <stdlib.mqh>

or post the code with which you include stdlib.ex4.

Reason: