Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 04:19:04 +0000



Post From: Dynamic Memory Allocation

[2014-03-07 10:09:22]
Perseus - Posts: 30
I am using the example given here: http://www.sierrachart.com/index.php?page=doc/doc_ACSILProgrammingConcepts.html#DynamicMemoryAllocations

When I modify the example to access array elements such as adding "p_DoubleArray[0] = 0;" I start getting the following message in the log: "Warning: The Custom DLL study *** has just caused a CPU exception."

If I am not accessing the array elements correctly then please provide an example of how to do this.

Thanks.