LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

library node error on _stdcall(winapi)

hello i have developped a labview program to read pic18f4550 data and display it following several steps i have called the .dll file provided by microchip containing the functions to close read write and open usb data paths the problem i am experiencing is in the library function node where everytime i swith to C insteadd of _stdcall i get no data but if i use _stdcall i get an error in labview i have double checked the variables and cant fix it:s or get it to work (i have tried a c# example taken from the internet and it worked) (i am using proteus virtual usb in my simulation)

thank you

Download All
0 Kudos
Message 1 of 2
(1,992 Views)

You can find the difference between _stdcall and C call for dll here

http://digital.ni.com/public.nsf/allkb/7253D2F0D91F68058625752F005AB672

 

Kind regards,

0 Kudos
Message 2 of 2
(1,970 Views)