LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

List of functions in kernel32.dll on PXI RT

Hi all,

 

After long search I have finally found a list of kernel32.dll functions supported on PXI RT. But when I check my DLL with a "DLL Checker 2010.exe" it reports GetCurrentProcess and GetCurrentProcessId as stubbed. Will the DLL work or not?

 

Thanks and br, Miha

0 Kudos
Message 1 of 2
(3,070 Views)

Dear Miha Vitrovic,

 

A stub function means that the function exists, but it has no code. A function is stubbed when code that is executable in one OS is not executable in another.

If the DLL is unable to run without the functions that are stubbed then it will not work on LabVIEW Real-Time.

 

Mircea

0 Kudos
Message 2 of 2
(3,037 Views)