"Santiago Calderón" wrote:
> Does anybody know if it is possible to use the ODE (ordinary differential
> ecuations) VI (or in general another VI) from LabView in LabWindows/CVI?
>
> Thanks!
Transfer from LabVIEW to CVI is not possible (unless you make it an exe and
call it that way)
Transfer from CVI to LabVIEW is possible if you make it a DLL and use the
Call Library Function.
Kevin Kent