ama
ama
ama
Added topic DLL function calls with multiple 'char&[]' parameters crash
//dll side DLLEXPORT unsigned int funcok(char *_s) { return 0; } DLLEXPORT unsigned int testfunc( char *_s0, char *_s1, char *_s2, char *_s3, char *_s4) {          return 0 ; } //mql5 side #import "mylib.dll"
ama
Added topic I cant apply templates that is contained in 'templates' folder from script
 I'm writing a script that apply templates on current chart.  Here, I can't load templates from 'templates folder' in MT4 data folder by ChartApplyTemplate function . But I can load templates from MT4 data folder directly. void OnStart ()
ama
Registered at MQL5.community