Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 07:36:17 +0000



Post From: V1273 - Add custom study - not detecting existing Custom DLLs

[2015-07-26 06:11:30]
ejtrader - Posts: 688
SC Team - Confirmed that the macro - __FUNCTION__ in the main SC study can't be used directly any longer.

This can be used in functions which are called by SC studies but not in the main study itself(SCSFExport). I had this used in many places and was somewhat of an effort to get rid of this in many places. However back on track and can use the latest version of SC.


SCSFExport scsf_test()
{
callfunction1(1, __FUNCTION__); // this would cause issues - Mainly unable to parse the macro and pass to the function
callfunction2(1); // This would work
}

thanks
Date Time Of Last Edit: 2015-07-26 06:16:37