When you start the standard Windows 7 installation disc in recovery mode, if you open the command line and run a special application, you will receive an error message "Subsystem is not supported." I tried to associate with / SUBSYSTEM: CONSOLE, WINDOWS and NATIVE, none of them work.
I had a little difficulty with the partition table (and maybe you found an error, or at least a “dumb” behavior from the partition manager included in the windows), and therefore wrote a utility to fix it. My program uses "Windows.h" for import CreateFile, but if necessary I can use only standard C ++ (or even standard C) without headers that don't have windows.
What do I need to do to run the application?
source
share