> Why do i get "error #3: "E:\lv45\mgsource\memory.c at line 515" when i
> call a dll from labview? one of the inputs is a cluster whisch i set
> to adapt to type input.
>
This happens when one of the elements of the cluster has been
overwritten. Look closely at any strings or other variable elements in
the cluster. It is important that the buffer be allocated to the size
expected by the DLL before it is called.
Greg McKaskle