11-19-2004 11:59 AM
11-19-2004 12:20 PM
05-29-2020 11:32 PM
Why does the kernel32. DLL you used work but the one I downloaded from the Internet doesn't?
05-30-2020 03:36 AM - edited 05-30-2020 03:38 AM
Did you download the DLL from some of those “Fix your system” sites??????
Don’t ever do that!!!! kernel32.dlll and several other DLLs like user32.dll, shel32.dll and many others are part of a standard Windows install. Replacing them with random other DLLs downloaded from the internet is in the best case destabilizing your system buf many of these sites do provide bogus DLLs that have been altered to contain malicious code!
All these DLLs interact with each other and need to match in version as tested by Microsoft and can catastrophically fail if they try to interact with a DLL version they were not designed for!
05-30-2020 03:40 AM
So why does it work without your DLL?
05-30-2020 03:43 AM - edited 05-30-2020 03:51 AM
Which DLL? I never wrote any DLL like kernel32.dll. What is your real problem?
The Call Library Node configuration as shown in your other thread is wrong. It does not match the parameter list as shown in the Microsoft documentation. The Call Library Node configuration in the VI attached in this thread is correct!
Incorrect Call Library. Node configuration will usually crash your program, that’s normal!
05-30-2020 11:01 PM
See attachment