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.
problems with DLL's (Empty4 build 574)
- basch312
- Trader
- Posts: 72
- Joined: Mon Aug 19, 2013 10:53 pm
- Location: Barcelona
-
dietcoke
- Trader
- Posts: 162
- Joined: Tue Nov 15, 2011 9:59 pm
Re: problems with DLL's (Empty4 build 574)
Those dlls are windows system files. The functions in these dlls are usually imported into an ea from a .mqh file in \experts\includebasch312 » 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.
Your expert will have lines pointing at the include files
eg.
Code: Select all
#include <winuser.mqh> the mql\include folder of your build 574 installation
