LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV search for old dll names while launching application

Hi,
I have changed some dll that I use in a LabVIEW Programm. To follow the changes to make in my Vi's step by step, I changed the name of the dlls one after the other, so that I get broken arrays. Then I adapted my Vi's to those new dlls and linked the new dll names to the vi's. Then, I changed the dll names again in order to reuse the initial dll names. And loaded them again while loading my vi's. All goes well so far.
After a while, I used the Aplication Builder to make an exe and an install version. All goes well. After the Application installation (which also worked well),
when I launch the Application, the programm always asks me for those other dll names (and not the initial ones which I reused at last).

Thanks a lot for any Help.
By the way, I use LV6.0.2 with Windows 2000.
0 Kudos
Message 1 of 3
(2,464 Views)
It is entirely possible that you missed one DLL call. Check again. You can try doing a text search in your hierarchy for the names of the DLLs.

Another thing to check is your ini file (created for all executables - usually called labview.ini or "application name".ini and is located on the root directory, or your target directorty. If you have removed all references to the DLLs, try deleting it from this file, if its there.
0 Kudos
Message 2 of 3
(2,464 Views)
Thanks, but this solution didn't help.

I am sure that all DLL calls correspond (and I have also checked).
I've also searched for those .ini files:
- the "application name".ini is empty
and - the labview.ini does not contain the dll names.

It's really a big problem for building my application...
0 Kudos
Message 3 of 3
(2,464 Views)