Support Board
Date/Time: Sun, 24 Nov 2024 01:20:36 +0000
Post From: Kiwi Resync Study - Memory leak?
[2019-03-18 07:04:27] |
ILIM KIRGIZ - Posts: 187 |
Hi Kiwi, I'm using this study because I have an issue with historical charts(attached screenshot shows it) when I put my computer into sleep mode and wake it up. I tried to compile this code with version 1882 32bit but I've got below error. What would be your suggestion to overcome this? Thanks. The remote build did not succeed. Result: Resync_kiwi15.cpp: In function 'void scsf_TrueLive_2014(SCStudyInterfaceRef)': Resync_kiwi15.cpp:82:22: error: 'struct s_sc' has no member named 'PersistVars' int& seqno = sc.PersistVars->i1; ^ Resync_kiwi15.cpp:83:22: error: 'struct s_sc' has no member named 'PersistVars' int& tnsno = sc.PersistVars->i2; ^ Resync_kiwi15.cpp:84:5: error: 'SCTimeAndSalesArray' was not declared in this scope SCTimeAndSalesArray TSArray; ^ Resync_kiwi15.cpp:85:24: error: 'TSArray' was not declared in this scope sc.GetTimeAndSales(TSArray); ^ Resync_kiwi15.cpp: In function 'void scsf_TrueLive_2014pvm(SCStudyInterfaceRef)': Resync_kiwi15.cpp:248:22: error: 'struct s_sc' has no member named 'PersistVars' int& seqno = sc.PersistVars->i1; ^ Resync_kiwi15.cpp:249:22: error: 'struct s_sc' has no member named 'PersistVars' int& tnsno = sc.PersistVars->i2; ^ Resync_kiwi15.cpp:250:5: error: 'SCTimeAndSalesArray' was not declared in this scope SCTimeAndSalesArray TSArray; ^ Resync_kiwi15.cpp:251:24: error: 'TSArray' was not declared in this scope sc.GetTimeAndSales(TSArray); ^ -- End of Build -- 06:57:23 |
screenhot.JPG / V - Attached On 2019-03-18 07:02:55 UTC - Size: 197.31 KB - 489 views |