CVI is a compiler, that is it can create executables that can run without the IDE interface. To obtain the executable you must do the following:
1. In the project window, select Build >> Configuration menu and select 'Release' option
2. Execute Build >> Create release executable function to create the .EXE file
To run the executable in the target machine, you must install the CVI Run-Time Engine on that machine. It is not possible simply to copy the cvirte.dll on the hard disk, since it must be registered in the system. To install it you can either:
1. Find the CVIRTE directory in the CVI installation disk and use SETUP.EXE to install it on the target machine, or
2. Use the Build >> Create Distribution Kit function in the project menu and sele
ct the correct 'Install Run-Time Engine' option.
Hope this helps
Roberto