stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

problems with DLL's (Empty4 build 574)
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3414
Page 1 of 1
Author:  basch312 [ Sun Jan 26, 2014 6:47 pm ]
Post subject:  problems with DLL's (Empty4 build 574)

hi all,

i've been testing the 574 build and i'm getting an error that i don't get in 509. I use an EA which uses thre DLL's (user32, shell32 and kernel32). I copied the exactly files from 509 to 574 and when i run the EA this is the error i get:

"Cannot load 'C:\Users\xxxx\AppData\Roaming\MetaQuotes\Terminal\B0ECF8932F3651E4A257AF9885DA21B7\MQL4\
Libraries\user32.dll'" and the same for the others dll

what am i doing wrong? i've copied the files in "C:\Users\xxxx\AppData\Roaming\MetaQuotes\Terminal\B0ECF8932F3651E4A257AF9885DA21B7\MQL4\
Libraries" folder and in C:\Users\xxxx\Desktop\MetaTrader4\MQL4\Libraries

can anyone share those dll's please (if they work on yor 574 build)?

thanks.
Author:  dietcoke [ Tue Jan 28, 2014 10:00 pm ]
Post subject:  Re: problems with DLL's (Empty4 build 574)

basch312 » Sun Jan 26, 2014 6:47 pm wrote:hi all,

i've been testing the 574 build and i'm getting an error that i don't get in 509. I use an EA which uses thre DLL's (user32, shell32 and kernel32). I copied the exactly files from 509 to 574 and when i run the EA this is the error i get:

"Cannot load 'C:\Users\xxxx\AppData\Roaming\MetaQuotes\Terminal\B0ECF8932F3651E4A257AF9885DA21B7\MQL4\
Libraries\user32.dll'" and the same for the others dll

what am i doing wrong? i've copied the files in "C:\Users\xxxx\AppData\Roaming\MetaQuotes\Terminal\B0ECF8932F3651E4A257AF9885DA21B7\MQL4\
Libraries" folder and in C:\Users\xxxx\Desktop\MetaTrader4\MQL4\Libraries

can anyone share those dll's please (if they work on yor 574 build)?

thanks.
Those dlls are windows system files. The functions in these dlls are usually imported into an ea from a .mqh file in \experts\include

Your expert will have lines pointing at the include files

eg.

Code: Select all

#include <winuser.mqh>   
you need to make sure these mqh files are in

the mql\include folder of your build 574 installation
All times are UTC Page 1 of 1