J
Joseph RW
Hi Microsoft team, I am new to C++ and have never experienced this issue before, I am following the Sektor 7 courses, and whilst trying to accomplish one of the coding tasks, I have come across this issue - Error: -1073741813, If it helps - the application is built on a windows 11 home edition host machine using visual studio 2022, but the program is executed on a separate computer within a Windows 10 Vagrant VM running on a Linux Host.This is the C++ code:#include <windows.h> #include <winternl.h> #include <iostream> typedef NTSTATUS(NTAPI* p
Continue reading...
Continue reading...