VCSPAWN.EXE



  • Hallo,

    kann mir jemand sagen was das für ein Programm ist?

    VCSPAWN.EXE

    Das Teil gehört zu der Visual Studio Suite und es hängt sich immer ein meine Programme ein, sobald ich versuche mit einigen Zeiger ausserhalb meines Programmes zu operierenen. Leider habe ich in der MSDN und auch nicht in dem Programm selber was gefunden 🙂

    Also wäre ich sehr dankbar wenn mir jemand sagen könnte was das für ein s****
    ist.

    Danke schon mal.........

    Ken



  • Das Programm startet einfach deine EXE-Datei und wartet bis es beendet ist. Sollte eigentlich immer starten, egal ob du was mit Zeigern machst oder nicht.



  • Ja aber irgend eine Funktion wird es ja haben oder nicht.
    Einfach starten können viele meiner Programme auch.;)
    Irgendwie werde ich nicht das Gefühl los das es sich
    bei dem Programm um eine Art watcher oder so was handelt
    das die Integrität der VSC++ Daten gewährt. Also das man auf die IDE
    Daten selber nicht zugreifen kann....

    Gruß

    Ken



  • Vielleicht hilft dies etwas weiter:

    The "...\MSDev98\Bin" directory contains Vcspawn.exe

    On Windows NT, Windows 2000, and Windows XP, Visual C++ repeatedly invokes a background process called vcspawn.exe for each command-line tool executed by the development environment. Tools such as Cl.exe, Link.exe, and Bscmake.exe run in the Vcspawn.exe environment, which is a 32-bit console application. Usually Vcspawn.exe is invoked as a hidden window and you never see it.

    Building applications from the integrated development environment (IDE) may fail, with the following message subsequently displayed in the output window: Error spawning 'vcspawn.exe'. The build could not be performed. The message does not identify why the build could not be performed. There are several known causes for this message:
    The environment used by the IDE does not have the correct directories to search for such tools as Vcspawn.exe. The ComSpec environment variable may be incorrectly defined. The system's NULL device may be disabled or missing (Microsoft Windows NT only).
    Although all of these are valid reasons for a build to fail, Visual C++ does not provide enough information to identify the specific cause of the failure or how to resolve it.

    The following are four suggested resolutions:
    siehe: http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q236092&


Anmelden zum Antworten