sammamishmac Posted August 20, 2009 Report Share Posted August 20, 2009 Does anyone know if NI Vision 2009 VIs are native 64-bit code and not 32-bit? I am running Vista 64 and LabVIEW 2009 x64. Quote Link to comment
hooovahh Posted August 20, 2009 Report Share Posted August 20, 2009 I may be wrong about this, but I don't believe that there are 32-bit VIs and 64-bit VIs. The only thing that changes is the LabVIEW compile is optimized to use 64 bit. Someone correct me if I'm wrong I've never used 64-bit 2009 with 64-bit Vista. Quote Link to comment
MikaelH Posted August 20, 2009 Report Share Posted August 20, 2009 I'm using LV9.0 64-bit on a Vista machine but haven't tried VISION on it myself, but what I've heard it should work. I did get some other problems for other drivers as NI-Scope that isn't supported yet. //Mikael Quote Link to comment
sammamishmac Posted August 21, 2009 Author Report Share Posted August 21, 2009 I have no doubt that it will work. I need to know if the libraries have been implemented as 64-bit code. Regarding the first reply the vision libraries are activated via "Call Library Function Node" and are either DLLs or C++ code so they can't be recompiled from LabVIEW. Quote Link to comment
Rolf Kalbermatter Posted August 25, 2009 Report Share Posted August 25, 2009 I have no doubt that it will work. I need to know if the libraries have been implemented as 64-bit code. Regarding the first reply the vision libraries are activated via "Call Library Function Node" and are either DLLs or C++ code so they can't be recompiled from LabVIEW. If you can install them in LabVIEW 64bit and can open the VIs without getting a broken arrow then yes they have been obviously recompiled for Windows 64 bit. The LabVIEW Call Library Node can only access DLLs that are specifically compiled for the platform that LabVIEW is itself running on. It does not mean that that is a 100% warranty that there might not be still somewhere 32 bit limits in the IMAQ Visions software, but the DLL itself is certainly 64bit code. Rolf Kalbermatter 2 Quote Link to comment
sammamishmac Posted August 25, 2009 Author Report Share Posted August 25, 2009 If you can install them in LabVIEW 64bit and can open the VIs without getting a broken arrow then yes they have been obviously recompiled for Windows 64 bit. The LabVIEW Call Library Node can only access DLLs that are specifically compiled for the platform that LabVIEW is itself running on. It does not mean that that is a 100% warranty that there might not be still somewhere 32 bit limits in the IMAQ Visions software, but the DLL itself is certainly 64bit code. Rolf Kalbermatter Thank you Rolf! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.