Mauro Destro / Publications
Forum
External Dll pass double by reference
Hi, i have made a DLL library for an EA. My exported function is this: #import "HappyEADLL.dll" int GetNewPosition(int,string,string,string& sym,string& op, double& price,double& tp,double& sl ,double& ts,double& cl); but if I call the function I cannot have in each double the value setted by the