06-22-2011 09:34 AM
I have built a DLL (LabWindows CVI 2010) on a system running WinXP, I call this DLL using a test app written in LabVIEW 2010, all works fine. When running the same DLL and test app on Windows 7 the system reports a missing UIR in the DLL - Yes, I have embedded the UIR, and yes calling LoadPanleEX 🙂
Any suggestions appreciated
06-27-2011 03:44 AM
Hi Ray,
I would suggest compiling and building the DLL on the Windows 7 PC, see if that works, if it does try and run it on the XP machine. You will probably find the build of the DLL has different files for each OS.
07-02-2011 03:28 AM
Hi Andy
Thanks for this, but I had already tried as you had suggest - without success.
I had an idea it could be some files out of date in the Windows 7 PC. To check this, I built a simple LabVIEW application on the XP machine and then created a distribution package. I then ran the distribution on the Windows 7 PC and all worked fine!!!
Very strange
Cheers
Ray