Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 00:51:10 +0000



Post From: Access data using GDIFunction DrawToChart()

[2024-01-19 13:27:04]
User431178 - Posts: 541
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.