01-15-2008 06:07 PM
01-15-2008
06:31 PM
- last edited on
03-01-2026
03:12 PM
by
Content Cleaner
Hi Gary,
You can't just copy your CVI built application over to another computer and expect it to run. This is because you need to install the CVI Run-Time Engine on that target computer. In this case, the CVI EXE can't load up its dependent CVI RTE DLLs because they don't exist on that target computer. cvirte.dll is one of the core CVI RTE components.
The best practice would be to build a installer that included your EXE as well as the CVI RTE.
Best Regards,