I'm using digital pattern i/o on 6534. Everything was working fine in 6.9.3, except I was getting some strange shifted data when doing DIG_Block_out using count that wasn't 2^n. I decided to upgrade to 7.1 and now I can't link properly: [Linker Fatal Error] fatal: Unable to open file 'NIDAQ32B.LIB' This file was present in version 6.9.3 but not in 7.1
Ok, I think I figured this one out... I forgot to mention that I'm using Borland CBuilder, hence I needed to create an import lib from the nidaq32.dll and called it nidaq32b.lib. After that, my program links and runs without problems.