Programm nur minimiert u. öffnet nicht
-
Hallo zusammen,
habe folgendes Problem:
Habe gestern ein neues Programm (Projektmappe) angelegt. Dieses im Debug u. Release Modus Compiliert u. getestet. Ist eigentlich nur ein leeres SDI - View Fenster. Also noch fast nichts an Code hinzugefügt.Heute habe ich das Projekt wieder geöffnet u. keine Fehleranzeige beim Compilieren. Das Programm startet auch, aber nur minimiert in der Taskleiste.
Auch wenn ich es in der Taskleiste anklicke, wird das Fenster nicht geöffnet.
Das Vorschaubild des Programms wird angezeigt.VS2010 SP1
Hatte das noch nie.
Wäre dankbar für Hilfe
-
Debuggen !?!?
-
Debug Ausgabe:
"Strom.exe": "C:\Users\Hermann\Desktop\Entwicklung C++ Aktuell VS2010\XXX - Test\Strom\Release\Strom.exe" geladen, Symbole wurden geladen.
"Strom.exe": "C:\Windows\System32\ntdll.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\kernel32.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\KernelBase.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\user32.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\gdi32.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\lpk.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\usp10.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\msvcrt.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\msimg32.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\comdlg32.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\shlwapi.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\comctl32.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\shell32.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\winspool.drv" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\advapi32.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\sechost.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\rpcrt4.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\ole32.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\oleaut32.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\oledlg.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\winsxs\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_72d18a4386696c80\GdiPlus.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\oleacc.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\imm32.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\msctf.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\winmm.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\uxtheme.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\dwmapi.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\cryptbase.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\WindowsCodecs.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\clbcatq.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\msxml3.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\cryptsp.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\rsaenh.dll" geladen, Cannot find or open the PDB file
"Strom.exe": "C:\Windows\System32\RpcRtRemote.dll" geladen, Cannot find or open the PDB file
-
Und? Was soll uns das helfen?
Breakpoint setzen, auf InitInstance...
oder jetzt "Break All"
-
Habe gerade "Breakpoint" bei ExitInstanze gesetzt.
Im Debug - Fenster:
CMFCRibbonQuickAccessToolBar::SetCommands: Ribbon element with ID = 57608 not foundDas kann es doch sein? Aber ich hab doch seit gestern nichts geändert?
Setze jetzt noch einen Point auf "InitInstance"
-
Wo finde ich den diese Ribbons, Ribbon ID´s in Visual Studio.