Quantcast
Channel: C++ , Kleine Hilfe wär nett .
Viewing all articles
Browse latest Browse all 13

C++ , Kleine Hilfe wär nett .

$
0
0

hallo liebe Community , 

 

ich habe ein problem, mal wieder :D

 

hier erstmal der code:

// C++ für Spieleprogrammierer
// Listing 1.1
// Es wird ein Begrüßungstext ausgegeben
//
#include <iostream>

using namespace std;

// Hauptprogramm
//
int main ()
{
	cout << "Hier kommt die Konkurrenz!\n";
	return 0;
}


der ist 1zu1 aus dem buch von Heiko Kalista .

 

nur bekomme ich immer eine meldung , Das Projekt ist veraltet . dann klick ich nochmal . dann öffnet er mir die konsole kurz und es schließt sich wieder.

was ist hier mein problem ? kann mir hier bitte jemand helfen ? 

ach ja und der debugger sagt mir : "neu11.exe": "C:\Users\RicoYo#\Documents\Visual Studio 2010\Projects\neu11\Debug\neu11.exe" geladen, Symbole wurden geladen.

"neu11.exe": "C:\Windows\SysWOW64\ntdll.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\mscoree.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\kernel32.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\KernelBase.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\msvcr100d.dll" geladen, Symbole wurden geladen.

"neu11.exe": "C:\Windows\SysWOW64\msvcp100d.dll" geladen, Symbole wurden geladen.

"neu11.exe": "C:\Windows\SysWOW64\advapi32.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\msvcrt.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\sechost.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\rpcrt4.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\sspicli.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\cryptbase.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\shlwapi.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\gdi32.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\user32.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\lpk.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\usp10.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\imm32.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\msctf.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\nvinit.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\detoured.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\Nvd3d9wrap.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\setupapi.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\cfgmgr32.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\oleaut32.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\ole32.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\devobj.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\SysWOW64\msvcr100_clr0400.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\assembly\NativeImages_v4.0.30319_32\mscorlib\a774bd593b8420bae4a8cf1d46af3ba2\mscorlib.ni.dll" geladen, Cannot find or open the PDB file

"neu11.exe" (Verwaltet (v4.0.30319)): "C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll" geladen

"neu11.exe": "C:\Windows\Microsoft.NET\Framework\v4.0.30319\nlssorting.dll" geladen, Cannot find or open the PDB file

"neu11.exe" (Verwaltet (v4.0.30319)): "C:\Users\RicoYo#\documents\visual studio 2010\Projects\neu11\Debug\neu11.exe" geladen, Symbole geladen.

"neu11.exe": "C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll" geladen, Cannot find or open the PDB file

"neu11.exe": "C:\Windows\assembly\NativeImages_v4.0.30319_32\System\5286fe2d0167eb835a9f11025f1cb756\System.ni.dll" geladen, Cannot find or open the PDB file

"neu11.exe" (Verwaltet (v4.0.30319)): "C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll" geladen

Der Thread 'Win32-Thread' (0x4f0) hat mit Code 0 (0x0) geendet.

Der Thread 'Win32-Thread' (0x1e88) hat mit Code 0 (0x0) geendet.

Der Thread 'Win32-Thread' (0x1488) hat mit Code 0 (0x0) geendet.

Das Programm "[5692] neu11.exe: Verwaltet (v4.0.30319)" wurde mit Code 0 (0x0) beendet.

Das Programm "[5692] neu11.exe: Systemeigen" wurde mit Code 0 (0x0) beendet.

 

hoffe auf hilfe.

danke , Gruß RicoYo


Viewing all articles
Browse latest Browse all 13

Latest Images

Trending Articles