Support Board
Date/Time: Tue, 26 Nov 2024 13:51: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. |