01-17-2011 07:59 AM
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
01-18-2011 07:21 AM - edited 01-18-2011 07:22 AM
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