 dgholstein
		
			dgholstein
		
		
		
		
		
		
		
		
	
			07-12-2006 05:00 PM
 JLS
		
			JLS
		
		
		
		
		
		
		
		
	
			07-13-2006 07:07 PM
You can empirically verify that dlls being called by VIs are loaded when the calling VI is loaded into memory using a program such as ProcessExplorer - you can google for this program, which shows loaded resources by program (in this case you'd be looking under LabVIEW.exe to see which dlls were loaded by LabVIEW, and when they are loaded.
I hope this helps!
Thank you,
Best Regards,
JLS
07-13-2006 08:51 PM
As for LabVIEW not using dlls that you specify, I have a few questions:1. The DLL file names are different, the individual function names are the same.1. do the dlls have the same name, just different versions?2. are the dlls in the same folder?3. are you explicitly changing the Call Library Function Node path to point directly to the dll you want?4. does this behavior persist if you move the old dll to some other location, specifically point to a new dll?
 JLS
		
			JLS
		
		
		
		
		
		
		
		
	
			07-14-2006 05:57 PM
07-15-2006 09:34 AM
 .  I've found that once I've removed the old DLL from computer (COMPLETELY), if I build an executable and an MSI, the newly installed executable on the new computer seeks the old DLL name!
.  I've found that once I've removed the old DLL from computer (COMPLETELY), if I build an executable and an MSI, the newly installed executable on the new computer seeks the old DLL name!
 shoneill
		
			shoneill
		
		
		
		
		
		
		
		
	
			07-17-2006 03:58 AM
 JLS
		
			JLS
		
		
		
		
		
		
		
		
	
			07-17-2006 11:55 AM
 JLS
		
			JLS
		
		
		
		
		
		
		
		
	
			07-17-2006 11:56 AM
07-17-2006 01:51 PM
 JLS
		
			JLS
		
		
		
		
		
		
		
		
	
			07-18-2006 10:30 AM