Login Page - Create Account

Support Board


Date/Time: Sun, 09 Mar 2025 01:44:32 +0000



Post From: My defined SCDLL still not allowed to be used

[2022-02-22 05:21:46]
User189399 - Posts: 46
I just asked SC Account Support to create a defined user list to redistribute and allow my users to use our DLL. The SCDLLName is "RT_TrendChart_V3_0" and "AutoDrawRS_Study_V2_0". I found the list is created but it is not allowed even I use my own account ttungch88. I put the code below and it still return not allowed message when I run in my account.

SCDLLName("AutoDrawRS_Study_V2_0")

if(sc.IsUserAllowedForSCDLLName == false){

if(sc.UpdateStartIndex == 0)
sc.AddMessageToLog("You are not allowed to use this study",1);

return;
}