11-23-2021 04:07 AM
Hello community!
When the building of my project comes to the linker part, this error pops up (see Error.png)
fter that CVI crashes and i need to kill the task.
This is similar to the topic
https://forums.ni.com/t5/LabWindows-CVI/Error-code-94/m-p/4109511#M88603
The error says the "file not found", and yes, its true because the path is invalid. I could not explain how this path was build up...
"C:\Program Files (x86)\National Instruments" exists
and
"...\view\_de" does
but it does not exists combined.
expect this error message when executing LoadPanel with a wrong path...but this happens while linking
I tried this on LabWindows 2019 (Bild 43155) and 2020 (Build 49152) on a Windows 7 Pro SP1 system
I created an ActiveX server and ActiveX controller to access some DLL functions. Does this caues the issue ?
Thanks for your help !
Solved! Go to Solution.
11-23-2021 06:47 AM
I procceed searching and found out that in the Target settings "Register ActiveX server after build" must be unchecked. So the linker finishes successfully