Click here to Skip to main content
15,902,840 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: url from the html data Pin
Roger Broomfield1-Sep-07 3:56
Roger Broomfield1-Sep-07 3:56 
QuestionOracle reconnection through VC++ application.. Problem?? Pin
megha_gharote1-Sep-07 2:04
megha_gharote1-Sep-07 2:04 
QuestionRe: Oracle reconnection through VC++ application.. Problem?? Pin
prasad_som1-Sep-07 4:02
prasad_som1-Sep-07 4:02 
AnswerRe: Oracle reconnection through VC++ application.. Problem?? Pin
megha_gharote2-Sep-07 18:36
megha_gharote2-Sep-07 18:36 
AnswerRe: Error in CreateProcess. Pin
Nishad S1-Sep-07 1:37
Nishad S1-Sep-07 1:37 
GeneralRe: Error in CreateProcess. Pin
GauranG Shah1-Sep-07 1:42
GauranG Shah1-Sep-07 1:42 
GeneralRe: Error in CreateProcess. Pin
Nishad S1-Sep-07 1:46
Nishad S1-Sep-07 1:46 
GeneralRe: Error in CreateProcess. Pin
GauranG Shah1-Sep-07 2:35
GauranG Shah1-Sep-07 2:35 
Hi,

I have made the Followind chages to my code but now it gives me followind Exceprion

Unhandled exception at 0x7c4f3ac3 in Dekstop-GUI.exe: 0xC0000005: Access violation writing location 0x00416856.

The Code is as follow.
<br />
<br />
void ShowImage(void)<br />
{<br />
	LPWSTR str = L"c:\\WINNT\\system32\\notepad.exe";<br />
	STARTUPINFO si;<br />
	PROCESS_INFORMATION pi;<br />
   <br />
	BOOL ProcCreated;<br />
    ZeroMemory( &si, sizeof(si) );<br />
    si.cb = sizeof(si);<br />
    ZeroMemory( &pi, sizeof(pi) );<br />
<br />
    // Start the child process. <br />
    ProcCreated =CreateProcess( NULL,str,NULL,NULL,FALSE,0,NULL, NULL,&si,&pi );             <br />
<br />
}<br />
<br />

GeneralRe: Error in CreateProcess. Pin
Nishad S1-Sep-07 2:40
Nishad S1-Sep-07 2:40 
GeneralRe: Error in CreateProcess. Pin
GauranG Shah1-Sep-07 3:20
GauranG Shah1-Sep-07 3:20 
GeneralRe: Error in CreateProcess. Pin
Waldermort1-Sep-07 14:37
Waldermort1-Sep-07 14:37 
GeneralRe: Error in CreateProcess. Pin
GauranG Shah2-Sep-07 18:25
GauranG Shah2-Sep-07 18:25 
GeneralRe: Error in CreateProcess. Pin
Roger Broomfield1-Sep-07 3:16
Roger Broomfield1-Sep-07 3:16 
GeneralRe: Error in CreateProcess. Pin
GauranG Shah1-Sep-07 3:23
GauranG Shah1-Sep-07 3:23 
GeneralRe: Error in CreateProcess. Pin
Roger Broomfield1-Sep-07 4:02
Roger Broomfield1-Sep-07 4:02 
GeneralRe: Error in CreateProcess. Pin
GauranG Shah1-Sep-07 4:28
GauranG Shah1-Sep-07 4:28 
GeneralRe: Error in CreateProcess. [modified] Pin
Roger Broomfield1-Sep-07 5:08
Roger Broomfield1-Sep-07 5:08 
Questioninclude mfc42.dll in exe? (vc++ 6.0) [modified] Pin
rolfhorror1-Sep-07 1:13
rolfhorror1-Sep-07 1:13 
AnswerRe: include mfc42.dll in exe? (vc++ 6.0) Pin
Nishad S1-Sep-07 1:45
Nishad S1-Sep-07 1:45 
GeneralRe: include mfc42.dll in exe? (vc++ 6.0) [modified] Pin
rolfhorror1-Sep-07 1:58
rolfhorror1-Sep-07 1:58 
GeneralRe: include mfc42.dll in exe? (vc++ 6.0) Pin
rolfhorror1-Sep-07 2:38
rolfhorror1-Sep-07 2:38 
GeneralRe: include mfc42.dll in exe? (vc++ 6.0) Pin
Nishad S1-Sep-07 2:45
Nishad S1-Sep-07 2:45 
GeneralRe: include mfc42.dll in exe? (vc++ 6.0) [modified] Pin
rolfhorror1-Sep-07 2:51
rolfhorror1-Sep-07 2:51 
GeneralRe: include mfc42.dll in exe? (vc++ 6.0) Pin
Nishad S1-Sep-07 3:08
Nishad S1-Sep-07 3:08 
GeneralRe: include mfc42.dll in exe? (vc++ 6.0) [modified] Pin
rolfhorror1-Sep-07 3:09
rolfhorror1-Sep-07 3:09 

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.