| / | Forum |
|
karan
2006.05.21 19:38
I am able to pass int and double by ref to a Dll that I wrote in C. Can anyone point
me to an example of passing strings from MetaTrader to the C Dll. The C Dll will
also return a char* of sizes less than 255,
|
|
How to Make the Detection and Recovery of Errors in an Expert Advisor Code Easier In Export Advisors development, the questions of code errors detection and recovery are very important. The peculiarity is that a not detected in time error may ruin a precious idea of a trading system already on the stage of its first testings. That is why any sensible EA developer takes into account such problems from the very beginning. This article dwells on some approaches, helping in this difficult matter. |
5198 |
stringo
2006.05.24 15:20
Did You see our samples: ExpertSample.dll, ExportFunctions.mq4 in the experts/samples
directory?
|
|
karan
2006.05.24 15:38
stringo wrote: Thanks... I'll look into it.Did You see our samples: ExpertSample.dll, ExportFunctions.mq4 in the experts/samples directory? |
5198 |
stringo
2006.05.24 15:55
|