easiest way of linking ntdll.lib in kernel mode?

Mar 14, 2020 at 1:22pm
I have some undocumented functions being used which need ntdll.lib to be linked. I searched google for a solution but they were all either unclear or very inconvenient. Because I didn't link ntdll.lib, I got the LNK2019 unresolved externals error. What is the easiest way of linking ntdll.lib in kernel mode?
Mar 16, 2020 at 11:49am
What is the problem? Why don't you link that lib?
Mar 18, 2020 at 8:55am
I have some undocumented functions being used which need ntdll.lib to be linked. I searched google for a solution but they were all either unclear or very inconvenient. Because I didn't link ntdll.lib, I got the LNK2019 unresolved externals error. What is the easiest way of linking ntdll.lib in kernel mode?


i also have problem like this need help if anyone https://www.mcdvoice.reviews/
Last edited on Mar 23, 2020 at 8:40am
Mar 18, 2020 at 12:52pm
You need of course add the lib to the linker settings. For how this is done see:

https://stackoverflow.com/questions/7845886/linking-dll-in-visual-studio
Topic archived. No new replies allowed.