キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

Program doesn't detect library

解決済み
解決策を見る

So I have a program that I'm trying the first time I used it when I accidentally clicked ignore when he was searching for the library any way to get the program that searchs for the Sub VIs and Library location to pop up again?

Here is a screenshot

0 件の賞賛
メッセージ1/14
3,880件の閲覧回数

Hi Max,

 

close all without saving.

Exit LabVIEW.

 

Start LabVIEW again.

Load your project and the mainVI…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
メッセージ2/14
3,878件の閲覧回数

Sadly it didn't work I don't get it

this program worked perfectly fine on two others computers one was using labciew 2016 the other 2018 (and this one 2018 as well)

0 件の賞賛
メッセージ3/14
3,876件の閲覧回数

Hi Max,

 

checkout an older version of the VI(s) from your SCC system.

 

You don't use any SCC (source code control) so far? Lesson learned: use SCC!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
メッセージ4/14
3,873件の閲覧回数

I dont really need to this is a VI provided from a company to use on of their Instruments. It didnt get any modification

0 件の賞賛
メッセージ5/14
3,870件の閲覧回数
解決策
トピック作成者77maxmustermannが受理

Hi Max,

 

when there is no modification to the VI(s) then LabVIEW will try to load that DLL (after the next restart) again!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
メッセージ6/14
3,867件の閲覧回数

Yeah tried  that the problem seems to be something else. It appears my theory was wrong the reason is that the program actually already found the dll. The problem seems to be the dll: The other computers work labview are 32 bits version, this one is 64 bits. could that be the problem?

0 件の賞賛
メッセージ7/14
3,858件の閲覧回数

Hi Max,

 

The other computers work labview are 32 bits version, this one is 64 bits. could that be the problem?

I guess you talk about LabVIEW-32bit vs. LabVIEW-64bit versions: then the answer is YES!

You need to use the same bitness for LabVIEW and your DLL…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
メッセージ8/14
3,855件の閲覧回数

Nice we're getting closer and closer like in a saturday morning detective cartoon !

Any idea how to fix it though? how is it possible the change the DLLs "bitness"?

0 件の賞賛
メッセージ9/14
3,852件の閲覧回数

Hi Max,

 

there are two options:

1. Get the source code of that DLL (and the same compiler) and compile the DLL for the needed bitness. (I'm no expert in compiling C code.)

2. Install LabVIEW-32bit and use the current DLL.

 

Which option is easier for you?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
メッセージ10/14
3,846件の閲覧回数