Support Board
Date/Time: Tue, 25 Feb 2025 07:47:32 +0000
Post From: How to get modeless dialog box working? Code Provided.
[2019-02-17 00:40:54] |
norvik_ - Posts: 106 |
Hi, Each sc study dll exports usually, only one function - SCSFExport func(SCStudyInterfaceRef sc), this mean __declspec(dllexport) __cdecl void func(s_sc& sc). Of course, you can place several studies(functions) in one dll and and so you will see in sc "Add Study" Dialog your SCDLLNAME and the tree of indicators. Date Time Of Last Edit: 2019-02-17 09:57:11
|