LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Call to LoadPanelAnsi

Solved!
Go to solution

Hello community!

 

When the building of my project comes to the linker part, this error pops up (see Error.png)

 

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 !

0 Kudos
Message 1 of 2
(1,946 Views)
Solution
Accepted by topic author MikeNovember

I procceed searching and found out that in the Target settings "Register ActiveX server after build" must be unchecked. So the linker finishes successfully

 

DontRegisterServer.PNG

0 Kudos
Message 2 of 2
(1,923 Views)