Closed l123173 closed 2 weeks ago
Did you check "[CA Lab VIs aren't executable, what can I do? (Windows®)](https://helmholtz-berlin.de/zentrum/organisation/it/calab/faq_en.html#c458636 FAQ)"?
Hi,
It was solved already. I check the problem in the last two days.
And the reason was location of calab dll.
I used old version of calab when i write the program, the dll location was: labview user.lib/
now we changed the pc and calab dll was in xxxx/Roman/calab.
When i used the old program, the error came out.
click the give option and give it new dll location in caGet and caPut vi, the make exe could solve the problem.
Thanks for your reply.
Regards,
liang
At 2024-11-18 15:42:05, "Carsten Winkler" @.***> wrote:
Did you check "[CA Lab VIs aren't executable, what can I do? (Windows®)](https://helmholtz-berlin.de/zentrum/organisation/it/calab/faq_en.html#c458636 FAQ)"?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Hi , I have a program using calab. Both vi and exe run well in my pc. Recentallly, I copy the program to other pc, and the vi run well in this pc. But the following error came out, when i make the program to exe.
In VI CaLab.lvlib:CaLabGet_Main.vi did not exist external function calab.dll:getValue:C. In VI CaLab.lvlib:CaLabPut_Main.vi did not exist external function calab.dll:getValue:C.
Could you give me some suggestion.