LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why do i get "error #3: "E:\lv45\mgsource\memory.c at line 515" when i call a dll with a cluster

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.
0 Kudos
Message 1 of 2
(2,559 Views)
> 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
0 Kudos
Message 2 of 2
(2,559 Views)