dingmaotu / mql-zmq

ZMQ binding for the MQL language (both 32bit MT4 and 64bit MT5)
Apache License 2.0
553 stars 301 forks source link

issue with mt5 dll? #23

Closed raidsan closed 5 years ago

raidsan commented 6 years ago

Run on mt4 success, but with same code, it got error after call Socket::send Access violation at 0x00007FFFACF42640 read to 0x0000000000000613 in 'D:\MT5\AMP3\MQL5\Libraries\libzmq.dll'

mt5: 64bit, 5.0.0.1881

(I had use tool Dependencies to make sure the library used is AMD64 dll)

dingmaotu commented 6 years ago

I think the dll can be loaded correctly but some code caused this error (maybe 64/32bit pointer problem?)

Or you can paste your code here, we will see if we can find some problem.

dingmaotu commented 5 years ago

I will close this issue as there is no response for a long time.