Support Board
Date/Time: Sun, 02 Feb 2025 07:01:06 +0000
[Programming Help] - what is a recommended way to call system commands from ACSIL code ?
View Count: 585
[2019-08-29 11:54:03] |
User921987 - Posts: 238 |
I know the system() command but because the called executable doesn't exit it will freeze the UI until I close the opened window manually. This is a windows platform but the Linux compatibility would be nice to have (not mandatory). Date Time Of Last Edit: 2019-08-29 11:56:14
|
[2019-08-30 07:14:54] |
User921987 - Posts: 238 |
#pragma comment(lib, "SHELL32.LIB") ShellExecute(NULL, "open", FileNameToOpen, NULL, NULL, SW_SHOWNORMAL); Date Time Of Last Edit: 2019-08-30 07:16:02
|
To post a message in this thread, you need to log in with your Sierra Chart account: