Programm laden



  • und wo liegt jetzt genau das problem 😕

    #include <windows.h>
    #include <shellapi.h>
    
    int WINAPI WinMain (HINSTANCE hThisInstance,
                        HINSTANCE hPrevInstance,
                        LPSTR lpszArgument,
                        int nFunsterStil)
    
    {
        ShellExecute(..);
    
        return 0;
    }
    

Anmelden zum Antworten