Ooooooh,
I see. I've been toying with my DLL and the code I used to generate it and I can't seem to determine what the secondary DLL could possibly be. I used C to develop the DLL. This is my header:
#include "extcode.h"
_declspec (dllexport) long avg_num(float a[], long size, float *avg);
_declspec (dllexport) long avg_num(float a[], long size, float *avg)
Is there a standard LabVIEW or Visual C DLL that's being called to this? Thanks, I appreciate it.
-Mike