Hey!
This is my problem: I am using a CIN to call a DLL through a C-interface. When I use the C-interface I set a extern variable (used as a identifier) that is located in the C-interface C-file. This C-file is included to the CIN's C-file. When I execute the CIN the first time I want to set the extern variable, and then when I go there the next time the variable should be sat, but it is not. Is it possible to solve this problem some how?
/Jakob