dingmaotu / mql4-redis

MQL4 redis binding based on hiredis
GNU General Public License v3.0
66 stars 38 forks source link

Cannot load Mt4Redis.dll #9

Closed rockyliu520 closed 5 years ago

rockyliu520 commented 5 years ago

Any ideas on what happen to this?

Cannot call 'Mt4Redis.dll::mt4RedisConnect', 'Mt4Redis.dll' is not loaded 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\14AD9ECF74C435BB594645D98FA64433\MQL4\Libraries\Mt4Redis.dll' [193]

All the redis libraries are in right location.

Mt4redis

3232

dingmaotu commented 5 years ago

Ensure that you have: 1. correct architecture: x86 vs x64; 2. correct version of vc++ runtime

rockyliu520 commented 5 years ago

Thanks it works for me.