Compiler
Online-tutorials.net Forenübersicht/C++ / C#/Compiler
Antworten Neues Thema Bottom Seite 1
Autor
|
|
Nachricht nächster / vorheriger Thread
|
Jimschi Einsteiger
Registriert seit: 01.2008 Beiträge:1
| Compiler Sprache: C++
Hi hab heut mal angefangen mit programieren unter c++ , ahb vorher mit delphi gecoded ,nun hab ich ein problem: hab das standardmäßige hallo world programm geschrieben und nun gibts aber nach dem compilen keine exe und der compilelog sagt folgendes:
Creating temporary file "c:\Selbstprogramierte programme\C++ Programme\ü\ü\Debug\RSP00001E32122484.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\ü.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\ü.cpp"
]
Creating command line "cl.exe @"c:\Selbstprogramierte programme\C++ Programme\ü\ü\Debug\RSP00001E32122484.rsp" /nologo /errorReport:prompt"
Output Window
Compiling...
ü.cpp
c:\selbstprogramierte programme\c++ programme\ü\ü\ü.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Debug\ü.pch': No such file or directory
Results
Build log was saved at "file://c:\Selbstprogramierte programme\C++ Programme\ü\ü\Debug\BuildLog.htm"
ü - 1 error(s), 0 warning(s)
Was muss ich also tun?
Vielen dank im voraus.
Gruß Devilstriker
|
22.01.2008 21:53 | Profil >> Zitat >> IP gespeichert |
Keywords:compiler |
---|
Simon Online-tutorials.net Administrator
Registriert seit: 01.1970 Wohnort:Dornbirn Beiträge:1181
| Fehler beim Compilieren Hallo Jimschi,
welchen Compiler, und welches IDE verwendest du? Kannst du den Code inc. Projektdateien vielleicht irgendwo hochladen damit ich schauen kann was falsch läuft?
Gruß,
Simon ------------------- http://www.online-tutorials.net/wiki/funktionsname
Für was Personal Firewalls GnuGP emails verschlüsseln C++ Tutorial Sicherheits Tutorials
|
23.01.2008 15:43 | Homepage >> >>Profil >> Zitat >> IP gespeichert |
Keywords:C++, compilieren |
|
nächster / vorheriger Thread
|
Antworten Neues Thema Top Seite 1