Hi,
I've been using the new feature "CVI User Interface Localizer" provided with CVI 6.0, and the function "LocalizePanel(...)" seems to be a dynamic memory consumer.
After a "LoadPanel(...)", I call "LocalizePanel(...)" to load the language Resource File. Unfortunatey, "CVIMemoryDynamicInfo" informs that blocks have been allocated and not freed.
It's not due to MY dynamic memory allocations with "malloc()", because there is no problem when I select the default language (not calling the "LocalizePanel(...)" function).
Is there a solution for leading CVI to free memory ?
Thanks a lot for help,