Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   C++ Probleme beim compilen (https://www.delphipraxis.net/107122-probleme-beim-compilen.html)

Generaljim 22. Jan 2008 21:39


Probleme beim compilen
 
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

rawsoul 22. Jan 2008 22:19

Re: Probleme beim compilen
 
Zitat:

file: 'Debug\ü.pch': No such file or directory
Was willst du denn noch wissen?

Muetze1 23. Jan 2008 00:54

Re: Probleme beim compilen
 
1. Keine Umlaute in den Dateinamen.
2. Wenn C++Builder: pre-compiled headers ausschalten, die bereiten massive Probleme in allen Lebenslagen.


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:57 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz