02-06-2009 03:22 PM
double elfDecimate(double signalValue, unsigned int sampleCnt, unsigned short deltaCnt);
I am running LabView 8.6 on a Dell Core2 Inspiron 9400 laptop with Windows XP Professional. I am attaching my source, header and makefile.
02-06-2009
05:08 PM
- last edited on
06-06-2026
03:22 PM
by
Content Cleaner
LabVIEW does not support C++ DLLs. If you write your code with a C++ compiler then you need to make sure that you adorn your functions using extern "C". See Building a DLL with Visual C++. It's for Visual C++, but the same concepts apply.
02-09-2009
11:10 AM
- last edited on
06-06-2026
03:23 PM
by
Content Cleaner
smercurio is correct. That Developer Zone Tutorial should help you out.
If you wish to program entirely in C++, we do offer Measurement Studio, of course.