Error: -1073741813 [ C0000005 - access violation exception ], when running a custom C++ application

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...
 

Similar threads

S
Replies
0
Views
121
StagiestFever6
S
D
Replies
0
Views
881
Dona Sarkar and Brandon LeBlanc
D
S
Replies
0
Views
625
Steven Sinofsky
S
Back
Top Bottom