Support Board
Date/Time: Fri, 31 Oct 2025 11:33:24 +0000
Post From: Access data using GDIFunction DrawToChart()
| [2024-01-19 13:27:04] | 
| User431178 - Posts: 804 | 
| 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. | 
