From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

GetTickCount64 error using NI-488.2 functions

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?

0 Kudos
Message 1 of 4
(3,038 Views)

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,

T. Le
Vision Product Support Engineer
National Instruments
0 Kudos
Message 2 of 4
(2,984 Views)

Hi T.,

I am using Windows XP 32 bit.

Thanks,

0 Kudos
Message 3 of 4
(2,969 Views)

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? 

T. Le
Vision Product Support Engineer
National Instruments
0 Kudos
Message 4 of 4
(2,955 Views)