Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 05:32:45 +0000



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

[2015-07-26 03:38:43]
ejtrader - Posts: 688
SC team,

I have checked further on this. There were 2 issues actually ( it certainly was not a problem as of v1269 , qt/g++ combo.. I haven't tested 1270/71/72 - and jumped to 1273 and the issue got introduced. Even further to isolate the issue (whether there are any other changes at the system level) - I have reverted back to v1269 and the same code works fine. By using the following work arounds - I am able to proceed further with the latest version of SC v1276.

issue 1 - using a template function in one of the header files was causing the issue. Instead of template function I have moved it to regular function.
issue 2 - One of the statements using macro __FUNCTION__ is causing the issue when used in SC study(SCSFExport). If I use it in a function and call from SC study there are no issues. However unable to reproduce the issue with an isolated cpp file. As this is not critical I could proceed by commenting this macro for now.
ltext.Format("%s -->", __FUNCTION__);

I would experiment further on this as my time permits.

I am good for now though it is very strange( certainly a relief to isolate the issue ).

Thanks
Date Time Of Last Edit: 2015-07-26 03:54:03