Errors on Build 610

 

Hi guys,

Maybe such errors on build 610 have already been reported somewhere else, but as my patience is becoming really scarce (due in large part to the problems arising from build 610...), I have no other choice but to report them here (again).

When loading a certain EA on a chart I get the following "dependencies" error messages (which are not just dependencies but really errors, as the EA does not function properly):

. used32.dll
int PostMessageA(int, int, int, int)
int RegisterWindowMessageA(string)

. stdlib.dll
string ErrorDescription(int)

bool CompareDoubles(double, double)

Additionally, I get the following error message:

2014.03.18 12:18:29.586 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\11E1D2B7557F4CE8951C04555C91AB32\MQL4\Libraries\user32.dll' is not 32-bit version

None of such problems appear on build 600, btw...

I'd truly appreciate if someone could pls shed some light on how to resolve these extremely annoying issues involving build 610.

Many thanks,

HC

 

Been discussed in many posts...

Use PostMessageW, etc., NOT PostMessageA, etc..