Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 13:15:57 +0000



Post From: sc Event / Flag to capture DLL release

[2019-04-08 21:16:45]
User972768 - Posts: 166
Yep. I follow template from ACSIL Programming Concepts: Allocating Memory for Classes

Just noticed one more case. Everything is working fine: charts get their updates, study draws perfectly fine. Then I decide to save and close chartbook. Same popup comes up.

There is definitely something wrong in my study in the area of memory management. I hope you can shed some light if I'm missing something in my Visual Studio C++ configuration that could manifest itself like this.

PS I use std::list and the only place where I really release memory is via "delete my_list" after sc.LastCallToFunction call as shown in the template

Thanks a lot and best regards