Login Page - Create Account

Support Board


Date/Time: Tue, 30 Apr 2024 09:17:15 +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?