replacement for Dll_context in IEasyLanguageObj

Questions about MultiCharts and user contributed studies.
faschim
Posts: 37
Joined: 14 Jul 2009
Has thanked: 5 times

replacement for Dll_context in IEasyLanguageObj

Postby faschim » 12 Aug 2010

I believe Dll_context is considered a legacy function (along with Dll_Add and Dll_Free). Correct me if I am wrong. Is there a new way of getting the "context". Perhaps in IEasyLanguageObj?

The context of this question is that I have a DLL which contains an entry function that for any particular call directs data and misc to the appropriate object in an array of calculation objects (each of which hold data). This is done by the way of a unique ID for each object in the object array. Similar to the way ELCollections does (although not completely sure the way they handle things behind the scenes).

ID tracking and Memory cleanup seems to be working correctly when adding and deleting studies containing calls to the DLL but weird things are happening on a chart reload.

Return to “MultiCharts”