https://www.metatrader5.com/ en/terminal/help/start_ advanced/start

- www.metatrader5.com
https://www.metatrader5.com/ en/terminal/help/start_ advanced/start
Why is that ?
DLL import is working using portable mode or not.
Hi . I created a DLL file and placed it in my Expert folder and called the function inside it in my Expert. It works fine on my system but it doesn't work on other systems or on my server and it gives a loading error. I am sure of the path of the DLL file and Expert but I don't know why it doesn't work. Can you help me solve this problem?
File on other systems:
cannot load 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\38D9B44642AC6E1AE271759497B11EB5\MQL5\Experts\ClientsURL2.dll' [126]
cannot call 'void ClientsURL2::GetProjectData(int,char&[],int)', module 'ClientsURL2.dll' is not loaded
unresolved import function call in 'NON STOP Automated__V1.7__4.mq5' (1,1)
Code inside Expert:
Can you tell me more about URL dependencies or error 126? Do you have a solution for them?
Actually I don't know if it has dependencies or not. I bought the URL from a site and tested it many times on different systems and it worked fine. Now I don't want the customer to know which URL I'm using so I created a DLL file. This file works on my system and it works fine but on other systems it gives this error.
Can you tell me more about URL dependencies or error 126? Do you have a solution for them?
Look here : https://stackoverflow.com/questions/14361992/how-do-i-fix-dll-load-library-error-code-126
You can check the dependencies, they verify or ask your customer to verify his system.

- 2013.01.16
- Spamdark Spamdark 1,391 2 2 gold badges 20 20 silver badges 38 38 bronze badges
- stackoverflow.com
mammad0990:
cannot load 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\38D9B44642AC6E1AE271759497B11EB5\MQL5\Experts\ClientsURL2.dll' [126]
This is a mess, guaranteed nerves in the future, therefore Step-1.
Step-2: make DLL working.
Thanks.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi . I created a DLL file and placed it in my Expert folder and called the function inside it in my Expert. It works fine on my system but it doesn't work on other systems or on my server and it gives a loading error. I am sure of the path of the DLL file and Expert but I don't know why it doesn't work. Can you help me solve this problem?
File on other systems:
cannot load 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\38D9B44642AC6E1AE271759497B11EB5\MQL5\Experts\ClientsURL2.dll' [126]
cannot call 'void ClientsURL2::GetProjectData(int,char&[],int)', module 'ClientsURL2.dll' is not loaded
unresolved import function call in 'NON STOP Automated__V1.7__4.mq5' (1,1)
Code inside Expert: