You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
└─$ sudo g++ -o test123.exe Main.cpp Assembly.obj
In file included from Main.cpp:1:
Callbacks.h:1:10: fatal error: windows.h: No such file or directory
1 | #include <windows.h>
| ^~~~~~~~~~~
compilation terminated.
i686-w64-mingw32-g++ -o t1est123.exe Main.cpp Assembly.obj
In file included from Main.cpp:3:
PEB.h:2:10: fatal error: Windows.h: No such file or directory
2 | #include <Windows.h>
| ^~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered:
└─$ sudo g++ -o test123.exe Main.cpp Assembly.obj
In file included from Main.cpp:1:
Callbacks.h:1:10: fatal error: windows.h: No such file or directory
1 | #include <windows.h>
| ^~~~~~~~~~~
compilation terminated.
i686-w64-mingw32-g++ -o t1est123.exe Main.cpp Assembly.obj
In file included from Main.cpp:3:
PEB.h:2:10: fatal error: Windows.h: No such file or directory
2 | #include <Windows.h>
| ^~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered: