Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: I WANT TO WRITE NERO PROGRAM Pin
David Crow20-Jun-10 16:58
David Crow20-Jun-10 16:58 
QuestionCreateThread with more than one parameter Pin
Fareed Rizkalla18-Jun-10 22:34
Fareed Rizkalla18-Jun-10 22:34 
AnswerRe: CreateThread with more than one parameter PinPopular
CPallini18-Jun-10 22:43
mveCPallini18-Jun-10 22:43 
GeneralRe: CreateThread with more than one parameter Pin
eusto18-Jun-10 23:37
eusto18-Jun-10 23:37 
GeneralRe: CreateThread with more than one parameter Pin
CPallini18-Jun-10 23:48
mveCPallini18-Jun-10 23:48 
GeneralRe: CreateThread with more than one parameter Pin
eusto19-Jun-10 1:15
eusto19-Jun-10 1:15 
GeneralRe: CreateThread with more than one parameter Pin
Code-o-mat19-Jun-10 0:39
Code-o-mat19-Jun-10 0:39 
QuestionRuntime Error Pin
T.RATHA KRISHNAN18-Jun-10 20:12
T.RATHA KRISHNAN18-Jun-10 20:12 
Hi!
When I run my project, a window opens and immediately colses showing exception. When I break this exception, program control goes to a file called CEGUIDynamicModule.cpp. The output Window shows this:


'CricketGUI.exe': Loaded 'E:\CricketGUI\CricketGUI\Debug\CricketGUI.exe', Symbols loaded.
'CricketGUI.exe': Loaded 'C:\Windows\System32\ntdll.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\kernel32.dll'
'CricketGUI.exe': Loaded 'E:\CricketGUI\CricketGUI\Debug\CEGUIBase_d.dll', Symbols loaded.
'CricketGUI.exe': Loaded 'C:\Windows\System32\winmm.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\msvcrt.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\user32.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\gdi32.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\advapi32.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\rpcrt4.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\ole32.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\oleaut32.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\oleacc.dll'
'CricketGUI.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_96748342450f6aa2\msvcp90d.dll', Symbols loaded.
'CricketGUI.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_96748342450f6aa2\msvcr90d.dll', Symbols loaded.
'CricketGUI.exe': Loaded 'E:\CricketGUI\CricketGUI\Debug\CEGUIIrrlichtRenderer_d.dll', Symbols loaded.
'CricketGUI.exe': Loaded 'E:\CricketGUI\CricketGUI\Debug\Irrlicht.dll', Binary was not built with debug information.
'CricketGUI.exe': Loaded 'C:\Windows\System32\opengl32.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\glu32.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\ddraw.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\dciman32.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\setupapi.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\dwmapi.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\shimeng.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\apphelp.dll'
'CricketGUI.exe': Loaded 'C:\Windows\AppPatch\AcLayers.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\shell32.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\shlwapi.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\userenv.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\secur32.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\winspool.drv'
'CricketGUI.exe': Loaded 'C:\Windows\System32\mpr.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\imm32.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\msctf.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\lpk.dll'
'CricketGUI.exe': Loaded 'C:\Windows\System32\usp10.dll'
'CricketGUI.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18005_none_5cb72f96088b0de0\comctl32.dll'
Irrlicht Engine version 1.7.1
Microsoft Windows Vista Professional Service Pack 2 (Build 6002)
'CricketGUI.exe': Loaded 'C:\Windows\System32\uxtheme.dll'
First-chance exception at 0x7608fbae in CricketGUI.exe: Microsoft C++ exception: CEGUI::GenericException at memory location 0x002bd0f4..
Unhandled exception at 0x7608fbae in CricketGUI.exe: Microsoft C++ exception: CEGUI::GenericException at memory location 0x002bd0f4..

How to solve this exception and run my application?
AnswerRe: Runtime Error Pin
Garth J Lancaster18-Jun-10 21:59
professionalGarth J Lancaster18-Jun-10 21:59 
AnswerRe: Runtime Error Pin
Aescleal19-Jun-10 1:09
Aescleal19-Jun-10 1:09 
Questionhow to creat a soft environment of android system? Pin
VSVC18-Jun-10 16:06
VSVC18-Jun-10 16:06 
Questionrounding doubles to set # decimal places Pin
b-rad31118-Jun-10 8:33
b-rad31118-Jun-10 8:33 
AnswerRe: rounding doubles to set # decimal places [modified] Pin
Aescleal18-Jun-10 9:18
Aescleal18-Jun-10 9:18 
GeneralRe: rounding doubles to set # decimal places Pin
b-rad31118-Jun-10 9:31
b-rad31118-Jun-10 9:31 
AnswerRe: rounding doubles to set # decimal places Pin
CPallini18-Jun-10 9:20
mveCPallini18-Jun-10 9:20 
GeneralRe: rounding doubles to set # decimal places Pin
b-rad31118-Jun-10 9:31
b-rad31118-Jun-10 9:31 
GeneralRe: rounding doubles to set # decimal places Pin
CPallini18-Jun-10 9:42
mveCPallini18-Jun-10 9:42 
QuestionWhere do I write user data in Win7? Pin
Koolski18-Jun-10 7:34
Koolski18-Jun-10 7:34 
AnswerRe: Where do I write user data in Win7? Pin
Code-o-mat18-Jun-10 8:29
Code-o-mat18-Jun-10 8:29 
GeneralRe: Where do I write user data in Win7? Pin
Koolski18-Jun-10 9:31
Koolski18-Jun-10 9:31 
AnswerRe: Where do I write user data in Win7? Pin
Maximilien18-Jun-10 8:35
Maximilien18-Jun-10 8:35 
GeneralRe: Where do I write user data in Win7? Pin
Koolski18-Jun-10 9:30
Koolski18-Jun-10 9:30 
GeneralRe: Where do I write user data in Win7? Pin
Code-o-mat18-Jun-10 9:46
Code-o-mat18-Jun-10 9:46 
GeneralRe: Where do I write user data in Win7? Pin
krmed18-Jun-10 10:35
krmed18-Jun-10 10:35 
AnswerRe: Where do I write user data in Win7? [edited] Pin
Ravi Bhavnani18-Jun-10 13:52
professionalRavi Bhavnani18-Jun-10 13:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.