Support Board
Date/Time: Tue, 16 Dec 2025 00:58:52 +0000
Post From: Access data using GDIFunction DrawToChart()
| [2024-01-19 13:27:04] |
| User431178 - Posts: 829 |
|
Maybe the info linked below is helpful? ACSIL Programming Concepts: Allocating Memory for Classes Once you've read it, see if you still have questions. sc.p_GDIFunction = DrawToChart; This only needs to be set once, you are setting a function pointer (to a function that is called once the study calcs are done), repeatedly setting it in you loop serves no purpose. |
