02-29-2012 12:56 PM
I have to compile some program with nivision.h and nivision.lib in nilabwindows 64bit window7. Could you let me know where I can get nivision.lib file for 64bit.
Sincerely,
Taiyoon
Solved! Go to Solution.
02-29-2012 04:44 PM
Hi Taiyoon,
It does not exist. CVI functionality is only supported in 32-bit programs currently.
Eric
03-02-2012 05:37 PM - edited 03-02-2012 05:39 PM
Dear Eric
Then, can I compile 32 exe file with 32bit library in 64bit machine?
And can I use this exe program in 64bit machine?
03-05-2012 10:17 AM
Hi SripadRam,
If your exe is created in the 32-bit emulation layer (which is how 32-bit programs run on 64-bit machines) then you'll be able to run it on 32-bit and 64-bit machines with the 32-bit run-time engine installed.
03-05-2012 10:37 AM
@SripadRam wrote:
Dear Eric
Then, can I compile 32 exe file with 32bit library in 64bit machine?
And can I use this exe program in 64bit machine?
Yes, on Windows 64-bit, 32-bit programs run under a WoW64 layer that 32-bit applications to be run without any modifications. The only requirement is that all the required libraries/DLLs used by the program have to have 32-bit variants installed along with 64-bit ones. NI follows this and always installs 32-bit DLLs to allow this to work.
The one exception you need to be aware of is that some of the older IMAQ framegrabbers (if you are using one) are not officially supported on 64-bit Windows. This is due to those boards not supporting 64-bit DMA and certain API functions exported by the IMAQ API that would potentially require this. Note that for these framegrabbers, it does not matter whether you are writing a 32-bit or 64-bit app, just whether you are running on a 64-bit OS.
Eric
03-13-2013 05:27 AM
Hi I am using windows 8 Bit? Is their a s/w computable for my system? ( I am searching to download labview run-time engine)
03-14-2013 10:07 AM - edited 03-14-2013 10:09 AM
Do you mean Windows 8? I am not familiar with an 8 bit Windows OS. If you are looking for the LabVIEW Run-Time Engine you can search for it on ni.com. You would want the version that matches the LabVIEW development version the application was created with. For more information about what is supported on Windows 8 see www.ni.com/windows8
03-15-2013 03:10 AM
hello,
yes i mean windows 8, i forgot to type 64 bit. thank you for the link. but to be inprecise i am looking for LabVIEW Run-Time Engine full version. do you happen to know the location of that file.
thank you
03-18-2013 09:54 AM
This would be the one to go with, found here. Keep in mind what this KnowledgeBase article discusses.