Код: Выделить всё
struct MarketData {
int timestamp;
char symbol[64];
double open;
double high;
double low;
double close;
};
Код: Выделить всё
MARKETDATA_API void testStruct(MarketData& md, double val)
{
std::stringstream ss;
ss
Подробнее здесь: [url]https://stackoverflow.com/questions/78475438/mt4-transfers-structure-to-c-dynamic-library-data-error[/url]
Мобильная версия