
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Ndaaaa...
Forum on trading, automated trading systems and testing trading strategies.
Libraries: EAX_Mysql - MySQL library
EM 2 04:58:14.300 tExp_a_1.0 (EURUSD.m,M15) 2015.01.01 00:00:00 Access violation at 0x00007FFD08F4C3DF read to 0x000000000000C8890D70 in 'C:\Users\matAppData\Roaming\MetaQuotes\Tester\...\Agent-127.0.0.1-3000\MQL5\Libraries\libmysql.dll'
I found error .
DS 2 14:14:56.980 DbTest01 (CHG,M5) 2015.01.01 00:00:00 Access violation at 0x00007FFE02A4560E read to 0x0000000088FE0C50 in 'C:\Users\arno\AppData\Roaming\MetaQuotes\Tester\D0E8209F77C8CF37AD8BF550E51FF075\Agent-127.0.0.1-3000\MQL5\Libraries\libmysql.dll'Ndaaaa...
It can be fixed:
1. use dll version v. 5.7.17.0
2. The error occurs because the OS version is 64-bit. Replace int variables with long ones in key places (I changed them everywhere in EAX_Mysql.mqh), as well as in calls in my programme
It can be fixed:
1. use dll version v. 5.7.17.0
2. the error occurs because the OS version is 64 bit. Replace int variables with long ones in key places (I changed them everywhere in EAX_Mysql.mqh), as well as in calls in my programme
Do you think that a person has not fixed the code for 2.5 years and is waiting for an answer?
Hey man,
I am trying to run a backtest here and I get an error "Cannot call 'mysql_init', 'libmysql.dll' is not loaded".
Apparently he is not being able to load the DLL file but I checked and it is there. Any idea?
PS: I have the Allow DLL checked in the Terminal Options --> Expert Advisor
The compilation does not pass. It will report an error
'db' - unexpected token, probably type is missing? forTest2.mq5 10 1
The compilation does not pass. An error will be reported.
'db' - unexpected token, probably type is missing? forTest2.mq5 10 1
watch out!!!
Thank you for your code, it's very good