Support Board
Date/Time: Tue, 11 Feb 2025 08:11:59 +0000
Post From: ACS exchanged files after updating to new version
[2020-08-27 16:26:10] |
User783475 - Posts: 12 |
Hi, I did an Advanced custom study, but today I updated SC to the new version and now, when I try to build my DLL, a lot of errors occur. Mainly the cause is some variable type changed e.g. sc.ChartbookName has changed from SCString ChartbookName to SCString (SCDLL* ChartbookName)() So now, when in my code appears if (sc.ChartbookName == OrderDetails.SourceChartbookFileName)
it occurs the error no match for 'operator==' (operand types are 'SCString (*)()' and 'SCString')
Can anyone help me?
|