01-12-2012 07:36 AM
I use CVI and VDM8.6, I had installed the VDM8.6 patch package, and there is no error while program compile, but when run the program, there is error occured, the error message is as attached image showed;
also I had another question: should I place ParticleFilter() before ParticleCount() or after ParticleCount?
Thanks in advance,
Solved! Go to Solution.
01-12-2012 08:25 AM
The line above the marked line in your screenshot just defines a pointer - but no memory for the data structure. That's why you get an access violation.
01-12-2012 08:56 AM
Dear Guenter,
Problem solved, Thank you very much!
I made mistake on the input pointe parameter, when the pointer is used as output parameter then it no need to assign memory.
Sam Liu