Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: [Message Deleted] Pin
Rajesh R Subramanian13-Mar-07 0:45
professionalRajesh R Subramanian13-Mar-07 0:45 
GeneralRe: [Message Deleted] Pin
Hamid_RT13-Mar-07 2:14
Hamid_RT13-Mar-07 2:14 
Questionhow to call a function from a different class? Pin
sowhat_8212-Mar-07 22:00
sowhat_8212-Mar-07 22:00 
AnswerRe: how to call a function from a different class? Pin
Hamid_RT12-Mar-07 22:08
Hamid_RT12-Mar-07 22:08 
AnswerRe: how to call a function from a different class? Pin
KarstenK12-Mar-07 22:10
mveKarstenK12-Mar-07 22:10 
Questionbuttoncontrols-- help me its urgent Pin
prathuraj12-Mar-07 21:48
prathuraj12-Mar-07 21:48 
AnswerRe: buttoncontrols-- help me its urgent Pin
Hamid_RT12-Mar-07 21:51
Hamid_RT12-Mar-07 21:51 
GeneralRe: buttoncontrols-- help me its urgent Pin
prathuraj12-Mar-07 22:02
prathuraj12-Mar-07 22:02 
GeneralRe: buttoncontrols-- help me its urgent Pin
Hamid_RT12-Mar-07 22:06
Hamid_RT12-Mar-07 22:06 
AnswerRe: buttoncontrols-- help me its urgent Pin
Paresh Chitte12-Mar-07 21:52
Paresh Chitte12-Mar-07 21:52 
AnswerRe: buttoncontrols-- help me its urgent Pin
_AnsHUMAN_ 12-Mar-07 21:52
_AnsHUMAN_ 12-Mar-07 21:52 
GeneralRe: buttoncontrols-- help me its urgent Pin
ksrameshkanth12-Mar-07 22:59
ksrameshkanth12-Mar-07 22:59 
QuestionDelete folder MFC code Pin
deeps_cute12-Mar-07 21:22
deeps_cute12-Mar-07 21:22 
AnswerRe: Delete folder MFC code Pin
Hamid_RT12-Mar-07 21:49
Hamid_RT12-Mar-07 21:49 
AnswerRe: Delete folder MFC code Pin
Naveen12-Mar-07 21:51
Naveen12-Mar-07 21:51 
GeneralRe: Delete folder MFC code Pin
platso_58815-Oct-12 22:51
platso_58815-Oct-12 22:51 
GeneralRe: Delete folder MFC code Pin
Naveen16-Oct-12 0:48
Naveen16-Oct-12 0:48 
AnswerRe: Delete folder MFC code Pin
toxcct13-Mar-07 0:40
toxcct13-Mar-07 0:40 
Questionexe running problem Pin
amitmistry_petlad 12-Mar-07 21:12
amitmistry_petlad 12-Mar-07 21:12 
I have created a new project and put all the copies of existing project in this new project everything is running fine but output file gives the following information.

What does the mean of the following ?

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\wininet.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\crypt32.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\msasn1.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\ole32.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\avifil32.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\winmm.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\msacm32.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\msvfw32.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\shell32.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\comctl32.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'D:\Projects\debug\EncoderPlugin.dll', Symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\comdlg32.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcp80d.dll', Symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcr80d.dll', Symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\urlmon.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\version.dll', No symbols loaded.

'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll', No symbols loaded.

The program '[1164] DRMclientEXWorking.exe: Native' has exited with code 0 (0x0).




Amit Mistry - petlad -Gujarat-India

AnswerRe: exe running problem Pin
Paresh Chitte12-Mar-07 21:49
Paresh Chitte12-Mar-07 21:49 
AnswerRe: exe running problem Pin
Rajesh R Subramanian12-Mar-07 22:24
professionalRajesh R Subramanian12-Mar-07 22:24 
QuestionRe: exe running problem Pin
Mark Salsbery13-Mar-07 7:31
Mark Salsbery13-Mar-07 7:31 
AnswerRe: exe running problem Pin
amitmistry_petlad 15-Mar-07 2:30
amitmistry_petlad 15-Mar-07 2:30 
GeneralRe: exe running problem Pin
Mark Salsbery15-Mar-07 5:17
Mark Salsbery15-Mar-07 5:17 
GeneralRe: exe running problem Pin
amitmistry_petlad 15-Mar-07 17:44
amitmistry_petlad 15-Mar-07 17:44 

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.