06-24-2015 03:20 AM - edited 06-24-2015 03:24 AM
Hi,
I am making build spec for LV driver, I did the following experiment,
Experiment,
2. Path for source destination:
C:\Program Files(x86)\National Instruments\LabVIEW 2014\instr.lib
C:\Program Files(x86)\National Instruments\LabVIEW 2014\instr.lib and install my driver into it.
it creates a specifed path and put drivers there, it dont care that LV32 bit is not present on system.
Result
My drivers are not present in function palate Instrument I/O section but if I copy this to
C:\Program Files\National Instruments\LabVIEW 2014\instr.lib, It works fine.
Experement 2: if I change the proper path for 64 bit during installtion(so called at step 3 if Exoeriement 1) following is the result
My questions are,
Thank you.
-Amit
Solved! Go to Solution.
06-24-2015 07:53 AM
Amitwadje,
What driver are you trying to download and are you sure that this driver is compatible with 64-bit LabVIEW?
This behavior is very similar to trying to install a toolkit that is not compatible with 64-bit LabVIEW.
06-24-2015 08:03 AM
06-24-2015 09:33 AM
You understand there are two program files folders and programs install into one or the other based on being 32 or 64 bit, right? Trying to force a 64-bit application into the 32-bit folder isn't surprising if it causes issues.
What's the purpose of this "experiment" you're conducting exactly?
06-27-2015 11:22 AM
Hi
thank you all for answers
@Dennis : Agee with with you to use a regular solution for distrubuting drivers.
@natasftw: just tired and enconter this when I was installing this on LV - 64bit system
--Amit