i have created a static variable called memlen in a library decoder.pjt in a header file called typedefs.h.
since it is included many times in the project; it creates more than one instances of memlen.
the same file is included in application.pjt also...
sow to overcome this problem to have only one instance of variable