09-25-2008 06:49 AM
Hi,
I have little problem with exe file... On my computer everything is working good, I am using LabWindows/CVI 8.5. On another computer there is 8.0 and 8.1 in National Instruments folder (Program files). When I am trying to run my project on this computer I have message:
"The procedure entry point UDP Multicast Subscribe could not be located in the dynamic link library cvirte.dll"
I am creating exe file by selecting relase.
What is going on? Please for help.
Thanks.
09-25-2008
09:23 AM
- last edited on
07-17-2025
10:02 AM
by
Content Cleaner
Hi prepond,
The LabWindows/CVI Run-Time Engine Backwards Compatibility KB explains the behavior you are seeing. Basically in your case, you need to make sure you have the RTE version 8.5 or later installed on any target system that you want to run your EXE on. The problem is that you are trying to run an 8.5 EXE against and earlier version of the RTE and its looking for functions that exist in 8.5 but not in 8.0 or 8.1. I would suggest building a distribution in CVI 8.5 and running that installer on the end-user systems. See the Distributing Applications with the LabWindows/CVI 8.x Distribution Kit tutorial.
Best Regards,