11-24-2016 07:40 PM
Hello,
When executing the Send function in the NI-488.2 library, I get the following error:
“The procedure entry point GetTickCount64 could not be located in the dynamic link library KERNEL32.dll”
My development PC is running windows 7, Labwindows 2012, and NI-488.2 15.5. I am building a distribution targeting WinXP. I’ve read that WinXP does not support GetTickCount64, but according to NI, NI-488.2 15.5 supports WinXP. Has anyone seen this before?
11-30-2016 10:04 AM
Hi Stephen,
Are you using Windows XP 32 bit or 64 bit? The NI-488.2 is only supported on 32 bit XP.
Best Regards,
11-30-2016 11:09 AM
Hi T.,
I am using Windows XP 32 bit.
Thanks,
12-01-2016 04:11 PM
Hi Stephen,
Are you able to use any other functions without a problem or is it just this particular Send function? If you try using a native write function, like ibwrt, do you get any compiling errors?