07-04-2006 10:00 AM
ah, but remember: you can't call a dll-function that requires user input on the terminal (printf etc..) from LV. you then have to do all user-IO with LV and let the dll only do the data processing.
07-26-2006 05:59 AM
iam having the doubt of how to creat a DLL file for a cprogram
urs
selva
07-26-2006 06:07 AM
thanks for ur imediate reply
my application is to call a C program from LabVIEW.
C prog. requires some input. those inputs iam going to give thru LabVIEW front panel. the c program should accept the input from the LabVIEW and process it and it shuld return the output put Which i want to disply in the indicator which in the front panel.
(say take simple addition program of two inputs A&B, let the output be D.i will give A&B from front panel and get the D also in front panel. but the processing of these data is going to be done by 'C' program which iam going to call thru call library function
urs
selva