Dundo - 2014-12-03

Hi all!

I'm having trouble with the memory leak in the OpenOPCService.

Memory leak when reading from PLC I have fixed by using "group" argument and keeping the group names locally in my program.

However, I still have a memory leak when writing to the PLC and since "iwrite" method doesn't have "group" argument or something similar I've tried to make some changes to it only to realize that whatever changes I make to "iwrite" it doesn't effect program execution at all.

So I suppose that OpenOPCService.exe has its own copy of OpenOPC.py packed in.

Because of that, I would like to rebuild the OpenOPCService.exe with my modified copy of OpenOPC.py.

If I manage to solve the problem I will share the solution, of course.

Dundo