Binärisch Alphabet in Zahlen
-
Hallo Werner,
wieso die Beta 2?
-
Soo habs geladen und nochmal Gecodkopiert ^^
jetz kommt der fehler in C++ Visualesisch xD
------ Build started: Project: Project2, Configuration: Debug Win32 ------ Compiling... Bina.cpp .\Bina.cpp(13) : warning C4355: 'this' : used in base member initializer list Linking... Embedding manifest... Project : error PRJ0003 : Error spawning 'cmd.exe'. Build log was saved at "file://c:\Dokumente und Einstellungen\User\Eigene Dateien\Visual Studio 2005\Projects\Project2\Project2\Debug\BuildLog.htm" Project2 - 1 error(s), 1 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========EDIT und das stand in der Build Log:
Build Log Build started: Project: Project2, Configuration: Debug|Win32 Command Lines Creating temporary file "c:\Dokumente und Einstellungen\User\Eigene Dateien\Visual Studio 2005\Projects\Project2\Project2\Debug\RSP0000053203332.rsp" with contents [ /O2 /FD /EHsc /MT /Fo"Debug\\" /Fd"Debug\vc80.pdb" /c /TP ".\Bina.cpp" ] Creating command line "cl.exe @"c:\Dokumente und Einstellungen\User\Eigene Dateien\Visual Studio 2005\Projects\Project2\Project2\Debug\RSP0000053203332.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Dokumente und Einstellungen\User\Eigene Dateien\Visual Studio 2005\Projects\Project2\Project2\Debug\RSP0000063203332.rsp" with contents [ /OUT:"C:\Dokumente und Einstellungen\User\Eigene Dateien\Visual Studio 2005\Projects\Project2\Debug\Project2.exe" /MANIFEST /MANIFESTFILE:"Debug\Project2.exe.intermediate.manifest" kernel32.lib ".\debug\Bina.obj" ] Creating command line "link.exe @"c:\Dokumente und Einstellungen\User\Eigene Dateien\Visual Studio 2005\Projects\Project2\Project2\Debug\RSP0000063203332.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Dokumente und Einstellungen\User\Eigene Dateien\Visual Studio 2005\Projects\Project2\Project2\Debug\RSP0000073203332.rsp" with contents [ /outputresource:"..\debug\Project2.exe;#1" /manifest ".\debug\Project2.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Dokumente und Einstellungen\User\Eigene Dateien\Visual Studio 2005\Projects\Project2\Project2\Debug\RSP0000073203332.rsp" /nologo" Creating temporary file "c:\Dokumente und Einstellungen\User\Eigene Dateien\Visual Studio 2005\Projects\Project2\Project2\Debug\BAT0000083203332.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\debug\mt.dep" ] Creating command line """c:\Dokumente und Einstellungen\User\Eigene Dateien\Visual Studio 2005\Projects\Project2\Project2\Debug\BAT0000083203332.bat""" Output Window Compiling... Bina.cpp .\Bina.cpp(13) : warning C4355: 'this' : used in base member initializer list Linking... Embedding manifest... Project : error PRJ0003 : Error spawning 'cmd.exe'. Results Build log was saved at "file://c:\Dokumente und Einstellungen\User\Eigene Dateien\Visual Studio 2005\Projects\Project2\Project2\Debug\BuildLog.htm" Project2 - 1 error(s), 1 warning(s)
-
@Konrad: Zufall .. das war die, die ich im August 2005 runtergeladen habe. Ich habe sie bisher nicht aktualisiert.
-
benny111120032 schrieb:
jetz kommt der fehler in C++ Visualesisch xD
Project : error PRJ0003 : Error spawning 'cmd.exe'.
Das hat aber mit dem Linker-Error vom Dev-C++ nun rein gar nichts zu tun. Zu dem Fehler PRJ00003 steht bei MS in der Hilfe
Error spawning 'command line'.
A command, command line, which was formed from input in the Property Pages dialog box, returned an error code but no information will appear in the Output window.
Possible reasons for this error:
* Low system resources. Close some applications to resolve this.
* Insufficient security privileges. Verify that you have sufficient security privileges.
* The executable paths specified in VC++ Directories do not include the path for the tool that you are attempting to run.
* For makefile projects, you are missing a command to run on either Build Command Line or Rebuild Command Line.passt da irgendwas für Dich?
-
nein ich versteh den fehler nich O.o
Es sagt doch das es nichts zum ausgeben hat...