02-04-2009 10:07 AM
Hi,
I have written a program in labview which does some particle analysis on an image. I have written a some C and compliled it as a dll to save a 2D array as a text file. (I used this this tutorial: http://decibel.ni.com/content/docs/DOC-1690).
This works fine until I transfer the program to another computer (it seems to want some other dll file associated with visual studio, which this other PC doesn't have).
I there an easier why to do this without using a dll file? I have attached the .vi file and the c code i was using.
Thanks,
Jack
02-04-2009 10:09 AM