06-16-2011 07:51 AM
06-16-2011 10:03 AM
The limitation of calling 32-bit DLLs from LV64 isn't with LabVIEW, but rather with Windows. If you cannot migrate the DLLs to 32-bit, then you'd need to write a wrapper DLL that's 64-bit, that uses some sort of inter-process communication to call the 32-bit DLL. You can read more here: http://blog.mattmags.com/2007/06/30/accessing-32-bit-dlls-from-64-bit-code/ and here: http://blogs.msdn.com/b/oldnewthing/archive/2008/10/20/9006720.aspx