You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metatrader says it cannot open mql4Zmq.ex4 file. First I fixed the import on the OTMql4Zmq.mq4 expert advisor so it includes OTMql4Zmq.mqh. But then when I compile both .mqh and .mp4 I get errors. "uAnsi2Unicode - function not defined on OTMql4Zmq.mqh"
I used dependency walker to check the mql4zmq.dll and it says: "Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module."
I tried everything from putting all the required .dll's in the same folder or different versions and nothing works
I am working on Linux, running Metatrader 64 bit, build 1010 with wine. I am using the pre-compiled libs from git.
The text was updated successfully, but these errors were encountered:
Metatrader says it cannot open mql4Zmq.ex4 file. First I fixed the import on the OTMql4Zmq.mq4 expert advisor so it includes OTMql4Zmq.mqh. But then when I compile both .mqh and .mp4 I get errors. "uAnsi2Unicode - function not defined on OTMql4Zmq.mqh"
I used dependency walker to check the mql4zmq.dll and it says: "Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module."
I tried everything from putting all the required .dll's in the same folder or different versions and nothing works
I am working on Linux, running Metatrader 64 bit, build 1010 with wine. I am using the pre-compiled libs from git.
The text was updated successfully, but these errors were encountered: