Support Board
Date/Time: Mon, 10 Mar 2025 02:45:23 +0000
Post From: thread safe
[2022-03-08 15:22:47] |
User824913 - Posts: 15 |
Hi to everyone, Is a global method defined like the code below safe? Is there a danger of another studio running the same code at the same time with a different thread? In this case is it possible to synchronize a method? Thks a lot // The top of every source code file must include this line #include "sierrachart.h" // For reference, refer to this page: // Advanced Custom Study Interface and Language (ACSIL) // This line is required. Change the text within the quote // marks to what you want to name your group of custom studies. SCDLLName("Provette") void test(int i){ //do the job } SCSFExport scsf_Provette(SCStudyInterfaceRef sc) Date Time Of Last Edit: 2022-03-08 15:28:26
|