Click here to Skip to main content
15,921,577 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSimple Win32 Console App question... Pin
jc0dex18-Feb-06 15:36
jc0dex18-Feb-06 15:36 
AnswerRe: Simple Win32 Console App question... Pin
PJ Arends18-Feb-06 16:58
professionalPJ Arends18-Feb-06 16:58 
GeneralRe: Simple Win32 Console App question... Pin
jc0dex18-Feb-06 17:27
jc0dex18-Feb-06 17:27 
GeneralRe: Simple Win32 Console App question... Pin
PJ Arends18-Feb-06 17:32
professionalPJ Arends18-Feb-06 17:32 
AnswerRe: Simple Win32 Console App question... Pin
jc0dex18-Feb-06 17:57
jc0dex18-Feb-06 17:57 
QuestionHow to use CreateProcessAsUser?! Pin
PPatrickFFM18-Feb-06 13:20
PPatrickFFM18-Feb-06 13:20 
AnswerRe: How to use CreateProcessAsUser?! Pin
oshah18-Feb-06 13:40
oshah18-Feb-06 13:40 
Questionrich edit box Pin
Sam 200618-Feb-06 13:11
Sam 200618-Feb-06 13:11 
hi,

i'm trying to teach myself c++ (using mfc), i've just got a quick question. i'm not new to the vs enviorment, i've used it for c# programs.

i am running windows xp sp2 (home edition) with the newest version of the .net framework. i am using visual studio 2002.

when i place a 'rich edit 2.0 control' onto my form, the program won't run. when i remove the control, it runs.

when i run the program with a rich edit box, it looks like everything ran fine and i closed it, however i never even see the program's dialog. does anyone have suggestions to get this thing running?


this is what is in the output window:
'SomeProgram.exe': Loaded 'F:\Programming\SomeProgram\Release\SomeProgram.exe', Symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\comdlg32.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\shell32.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\winspool.drv', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\ole32.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\oleacc.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\msvcp60.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\Program Files\Google\Google Desktop Search\GoogleDesktopNetwork3.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll', No symbols loaded.
'SomeProgram.exe': Unloaded 'C:\Program Files\Google\Google Desktop Search\GoogleDesktopNetwork3.dll'
'SomeProgram.exe': Unloaded 'C:\WINDOWS\system32\ws2_32.dll'
'SomeProgram.exe': Unloaded 'C:\WINDOWS\system32\ws2help.dll'
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\MsgPlusLoader.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\PGPhk.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\Program Files\Xfire\xfire_toucan_17902.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\wsock32.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll', No symbols loaded.
'SomeProgram.exe': Loaded 'C:\WINDOWS\system32\msvcr71.dll', No symbols loaded.
The thread 'Win32 Thread' (0xb74) has exited with code 0 (0x0).
The program '[2808] SomeProgram.exe: Native' has exited with code 0 (0x0).


thanks in advance,
sam kline

-- modified at 19:13 Saturday 18th February, 2006
AnswerRe: rich edit box Pin
Michael Dunn18-Feb-06 13:21
sitebuilderMichael Dunn18-Feb-06 13:21 
GeneralRe: rich edit box Pin
Sam 200618-Feb-06 14:10
Sam 200618-Feb-06 14:10 
GeneralRe: rich edit box Pin
Sam 200618-Feb-06 16:25
Sam 200618-Feb-06 16:25 
QuestionPrinting Combinations Pin
RockyJames18-Feb-06 9:50
RockyJames18-Feb-06 9:50 
AnswerRe: Printing Combinations Pin
Michael Dunn18-Feb-06 11:16
sitebuilderMichael Dunn18-Feb-06 11:16 
AnswerRe: Printing Combinations Pin
Gary R. Wheeler18-Feb-06 11:16
Gary R. Wheeler18-Feb-06 11:16 
QuestionCreating a directory and copying files Pin
theprinc18-Feb-06 8:13
theprinc18-Feb-06 8:13 
AnswerRe: Creating a directory and copying files Pin
Michael Dunn18-Feb-06 9:39
sitebuilderMichael Dunn18-Feb-06 9:39 
QuestionSetWindowTheme - How does it work? Pin
peburkle18-Feb-06 8:03
peburkle18-Feb-06 8:03 
AnswerRe: SetWindowTheme - How does it work? Pin
Michael Dunn18-Feb-06 9:41
sitebuilderMichael Dunn18-Feb-06 9:41 
GeneralRe: SetWindowTheme - How does it work? Pin
peburkle18-Feb-06 10:08
peburkle18-Feb-06 10:08 
QuestionHow can i use many modal dialog without main Window Pin
noob200618-Feb-06 7:48
noob200618-Feb-06 7:48 
AnswerRe: How can i use many modal dialog without main Window Pin
Gary R. Wheeler19-Feb-06 4:32
Gary R. Wheeler19-Feb-06 4:32 
Questionpermutations and combination Pin
RockyJames18-Feb-06 7:47
RockyJames18-Feb-06 7:47 
AnswerRe: permutations and combination Pin
theprinc18-Feb-06 8:16
theprinc18-Feb-06 8:16 
GeneralRe: permutations and combination Pin
RockyJames18-Feb-06 8:21
RockyJames18-Feb-06 8:21 
AnswerRe: permutations and combination Pin
Koushik Biswas18-Feb-06 14:23
Koushik Biswas18-Feb-06 14:23 

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.