hello everyone ,
I m passing arguments to a fortran program but it seems that Fortran cannot get them(read them) (the fortran program used to work fine with argument s coming form the console)...
I using the Dll method , my function being defined in the node as :
void SPECTRE(double *isi, CStr name1, CStr name2, double *FE, double *nbll);
and in my Fortran program:
double precision function Spectre(isi,name1,name2,FE,nbll)
!DEC$ ATTRIBUTES DLLEXPORT::Spectre
character*40 name1,name2
Since I do not know so much about neither FOrtran nor Labview ,help would be welcome ...
thanks
klaks