OK, I'm gonna explain it more detailed... The function is the next one:
Visual C++.Net 2002 (the language it has been developed in): void decode_char_test (int *ptr_readbuf, int size_buffer, unsigned int *ptr_writebuf, int *n_elements, unsigned int Y, unsigned int N); Labview 7.0 (where I'd like to use it): void decode_char_test(long *ptr_readbuf, long size_buffer, unsigned long *ptr_writebuf, long *n_elements, unsigned long Y, unsigned long N); I don't know how to attach a screenshot of the configuration so I explain some things that appair there: Calling Convention: "stdcall (WINAPI)". Run in UI Thread. You can see the other parameters in the function call, six lines up. Thank you for all, again... Obatistor
