06-08-2018 04:04 AM
Hi.
I know this looks like a classic issue where your VI works in the development environment but does'nt work when your export it as a .exe file. I have read that in this kind of case, the problem is the location of support files. But i have tried copying them in the same directory or in a data directory, it still didn't work. Moreover, if i put previous versions of this .exe in the same directory, they work. I don't understand how only the newest version only cannot find these VIs and this library. Can someone help me ?
Thanks in advance.
Solved! Go to Solution.
06-08-2018 04:21 AM
What your application does?
Are you using RGT Tool kit in your application?
06-08-2018 04:24 AM
It finds motors and make them move.
I don't think it does. The library said to be missing is libximc.dll.
06-08-2018 04:27 AM
Is Motor drivers are Third party LabVIEW Drivers?
06-08-2018 04:34 AM
Yeah, I think they are.
06-08-2018 04:44 AM
Add those drivers while building application.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019PV6SAM
06-08-2018 06:00 AM
Still have the same error.
Thanks for the help though.
06-08-2018 08:24 AM
How does that .dll get installed on your development system in the first place, is there an installer you have to run before you can use it? Can you add that same .dll installer to the installer you build in LabVIEW, and configure it to run after installation of your built .exe?
06-12-2018 08:18 AM
I ended up finding the solution. I hab both the 32 bits and the 64 bits dll installed, but the VI used the 32 bits first, whereas my labivew is 64 bits. I just deleted the 32 bits dll and it started working.
But thanks for the help 🙂