Fehler bei der Erstellung einer MFC-Anwendung
-
Hallo zusammen,
habe versucht mit VC++ 5.0 eine MFC-Beispielanwendung zu erstellen und habe folgende Fehlermeldung bekommen:
--------------------Konfiguration: mfc - Win32 Debug--------------------
Begining build with project "C:\DOKUMENTE UND EINSTELLUNGEN\USER\DESKTOP\mfc\mfc.dsp", at root.
Active configuration is Win32 (x86) Application (based on Win32 (x86) Application)Project's tools are:
"32-Bit C/C++-Compiler für 80x86" with flags "/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/mfc.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c "
"OLE Type Library Maker" with flags "/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 "
"Win32 Resource Compiler" with flags "/l 0x407 /fo"Debug/mfc.res" /d "_DEBUG" /d "_AFXDLL" "
"Browser Database Maker" with flags "/nologo /o"Debug/mfc.bsc" "
"COFF-Linker für 80x86" with flags "/nologo /subsystem:windows /incremental:yes /pdb:"Debug/mfc.pdb" /debug /machine:I386 /out:"Debug/mfc.exe" /pdbtype:sept "
"Benutzerdefiniertes Erstellen" with flags ""
"<Component 0xa>" with flags ""Creating command line "rc.exe /l 0x407 /fo"Debug/mfc.res" /d "_DEBUG" /d "_AFXDLL" "C:\Dokumente und Einstellungen\USER\Desktop\mfc\mfc.rc""
Creating temp file "C:\DOKUME1\USER\LOKALE1\Temp\RSP165.tmp" with contents </nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/mfc.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"C:\Dokumente und Einstellungen\USER\Desktop\mfc\mfc.cpp"
"C:\Dokumente und Einstellungen\USER\Desktop\mfc\MainFrm.cpp"
"C:\Dokumente und Einstellungen\USER\Desktop\mfc\ChildFrm.cpp"
"C:\Dokumente und Einstellungen\USER\Desktop\mfc\mfcDoc.cpp"
"C:\Dokumente und Einstellungen\USER\Desktop\mfc\mfcView.cpp"Creating command line "cl.exe @C:\DOKUME1\USER\LOKALE1\Temp\RSP165.tmp"
Creating temp file "C:\DOKUME1\USER\LOKALE1\Temp\RSP166.tmp" with contents </nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/mfc.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"C:\Dokumente und Einstellungen\USER\Desktop\mfc\StdAfx.cpp"Creating command line "cl.exe @C:\DOKUME1\USER\LOKALE1\Temp\RSP166.tmp"
Creating temp file "C:\DOKUME1\USER\LOKALE1\Temp\RSP167.tmp" with contents </nologo /subsystem:windows /incremental:yes /pdb:"Debug/mfc.pdb" /debug /machine:I386 /out:"Debug/mfc.exe" /pdbtype:sept
".\Debug\mfc.obj"
".\Debug\StdAfx.obj"
".\Debug\MainFrm.obj"
".\Debug\ChildFrm.obj"
".\Debug\mfcDoc.obj"
".\Debug\mfcView.obj"
".\Debug\mfc.res">
Creating command line "link.exe @C:\DOKUME1\USER\LOKALE1\Temp\RSP167.tmp"
Der Befehl "~vcecho!Ressourcen" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Fehler beim Ausführen von ~vcecho!Ressourcen.mfc.exe - 1 Fehler, 0 Warnung(en)
Kann da jemand etwas mit anfangen.
Gruß mr. tompkins