Issue Details
- I have a LabWindows™/CVI™ program that was originally created in LabWindows™/CVI™ 2012 and eventually moved to version 2017. When building a Dynamic Link Library (DLL) or an executable (EXE) in LabWindows™/CVI™ 2017 everything worked just fine, but then I upgraded to version 2019 and get the following build error:
- I am trying to compile a DLL that I created using LabWindows™/CVI™ 2017, but when I compile it, I receive a similar error to:
Build Status (multicars.prj - Debug)
Link multicars_dbg.exe
Failed to copy d:\Users\Langbein\MultiCars\cvibuild.multicars\Debug\multicars_dbg.exe to d:\Users\Langbein\MultiCars\multicars_dbg.exe. File not found
Build failed.
- I am rebuilding my LabWindows™/CVI™ 2015 program in LabWindows™/CVI™ 2019. When I try to compile the program, I receive the following error message:
Build Status (lrspms.prj - Debug)
Link MetLRAFM.exe
Failed to copy e:\PTB Work\Hostsoftware\cvibuild.lrspms\Debug\MetLRAFM.exe to e:\PTB Work\Hostsoftware\MetLRAFM.exe.
File not found
Build failed.
How can I fix this?