Hi
There is a problem in using "loadSettings" function when I used it twice.
Firstly I call "svr_InitObjects(&Wrapper)" function and initialize two objects ("gxdata" type) and attach a structure to them by using "var_attachStructure" function, after that "loadSettings" function is called and it properly works.
Then I have to call "svr_InitObjects(&iec)" function. But this time, when "loadSettings" function is called, a fault happens and entire app is broken.
I just know this fault happens in "ser_loadObjects" function (which is located in "loadSettings" function).
Hi, Are you using malloc?…
Hi,
Are you using malloc? And you have only two data objects? What content you have set for the data objects?
BR,
Mikko
Dear Kurumi Thank you for…
Dear Kurumi
Thank you for your help.
I solved the problem.