11-07-2016 02:25 PM
Greetings,
I have a LabWindows/CVI 2008 program coded back in 2007. It runs on an XP PC.
I was asked to make it compatible on a W7 64-bit PC. One of the files included in the project is a WinMM.Lib (32-bit) that I believe (correct me if I am wrong) must be replaced by the 64-bit one.
Is there a directory path where this library resides? If not, is it downloadable?
Thanks
JR
11-08-2016 02:22 AM
Hello JR,
CVI 9.0 can't create 64-bit programs, this feature was introduced in CVI 2009(9.1.0). But you should be able to run 32-bit programs on 64-bit PC. In order to port your code to W7 64-bit PC you shouldn't do anything special.
If you want to build 64-bit application, you need newer CVI version which installs both 32-bit and 64-bit libraries, but 32-bit should work.
Constantin