Click here to Skip to main content
15,923,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: exe running problem Pin
Mark Salsbery15-Mar-07 17:54
Mark Salsbery15-Mar-07 17:54 
GeneralRe: exe running problem Pin
amitmistry_petlad 15-Mar-07 19:32
amitmistry_petlad 15-Mar-07 19:32 
I have solved some of them but the system libs are still missing.How Can I load ? I have seen that in my debug folder the exe is built but the following is unable to load with exe. actually the old exe is present their because I have given both path same for creating exe.
But my original project 'D:\Projects\debug\DRMclient.exe' created proper way and run the exe, but my new 'D:\Projects\debug\DRMclientEXWorking.exe' its given the following error.


<br />
'DRMclientEXWorking.exe': Loaded 'D:\Projects\debug\DRMclientEXWorking.exe', Symbols loaded.


'DRMclientEXWorking.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
'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.


<br />
'DRMclientEXWorking.exe': Loaded 'D:\Projects\debug\EncoderPlugin.dll', Symbols loaded.


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

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

'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 '[1152] DRMclientEXWorking.exe: Native' has exited with code 0 (0x0).



Amit Mistry - petlad -Gujarat-India

GeneralRe: exe running problem Pin
Mark Salsbery16-Mar-07 7:01
Mark Salsbery16-Mar-07 7:01 
QuestionPropertySheet - ON_NOTIFY is not working Pin
ksrameshkanth12-Mar-07 21:12
ksrameshkanth12-Mar-07 21:12 
AnswerRe: PropertySheet - ON_NOTIFY is not working Pin
KarstenK12-Mar-07 22:13
mveKarstenK12-Mar-07 22:13 
QuestionRe: PropertySheet - ON_NOTIFY is not working Pin
ksrameshkanth12-Mar-07 22:55
ksrameshkanth12-Mar-07 22:55 
AnswerRe: PropertySheet - ON_NOTIFY is not working Pin
KarstenK12-Mar-07 23:05
mveKarstenK12-Mar-07 23:05 
GeneralRe: PropertySheet - ON_NOTIFY is not working Pin
KarstenK13-Mar-07 0:28
mveKarstenK13-Mar-07 0:28 
Questionabout CtreeCtrl and NM_DBLCLK Pin
wangdxhsuperman12-Mar-07 21:11
wangdxhsuperman12-Mar-07 21:11 
QuestionRe: about CtreeCtrl and NM_DBLCLK Pin
Mark Salsbery13-Mar-07 7:33
Mark Salsbery13-Mar-07 7:33 
Questionconstructor call for a template class Pin
prithaa12-Mar-07 20:57
prithaa12-Mar-07 20:57 
AnswerRe: constructor call for a template class Pin
prasad_som12-Mar-07 21:03
prasad_som12-Mar-07 21:03 
GeneralRe: constructor call for a template class Pin
prithaa12-Mar-07 21:15
prithaa12-Mar-07 21:15 
QuestionRe: constructor call for a template class Pin
prasad_som12-Mar-07 21:19
prasad_som12-Mar-07 21:19 
GeneralRe: constructor call for a template class Pin
prithaa12-Mar-07 21:19
prithaa12-Mar-07 21:19 
AnswerRe: constructor call for a template class Pin
prasad_som12-Mar-07 22:55
prasad_som12-Mar-07 22:55 
QuestionMSBuild :-MSB4068:pattern unrecognised error Pin
Manjunath S12-Mar-07 20:57
Manjunath S12-Mar-07 20:57 
QuestionList View not working at Window 98 Pin
aaaan12-Mar-07 20:50
aaaan12-Mar-07 20:50 
QuestionHow to get width and height??? Pin
siddharthsan12-Mar-07 19:48
siddharthsan12-Mar-07 19:48 

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.