Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unicode to Hex conversion Pin
msn9229-Aug-09 8:43
msn9229-Aug-09 8:43 
QuestionRe: Unicode to Hex conversion Pin
CPallini29-Aug-09 9:41
mveCPallini29-Aug-09 9:41 
AnswerRe: Unicode to Hex conversion Pin
msn9229-Aug-09 10:07
msn9229-Aug-09 10:07 
GeneralRe: Unicode to Hex conversion Pin
David Crow29-Aug-09 11:17
David Crow29-Aug-09 11:17 
GeneralRe: Unicode to Hex conversion Pin
CPallini29-Aug-09 11:53
mveCPallini29-Aug-09 11:53 
GeneralRe: Unicode to Hex conversion Pin
msn9229-Aug-09 12:43
msn9229-Aug-09 12:43 
GeneralRe: Unicode to Hex conversion [modified] Pin
msn9229-Aug-09 19:22
msn9229-Aug-09 19:22 
QuestionWhat is the maximum value of character of LPCWSTR lpCommandLine, for CeCreateProcess. Pin
Le@rner28-Aug-09 21:12
Le@rner28-Aug-09 21:12 
Hi all,

I m using CeCreateProcess to create process,

CString CMDdata;
PROCESS_INFORMATION pi;
CeCreateProcess(L"Test.exe",T2CW((LPCTSTR)CMDdata),NULL,NULL,FALSE,0,NULL,NULL,NULL,&pi);


Here CMDdata have 70,507 characters ,when i debug my code after execution of this line control goes and not return to next line,and application becomes not responding or may crashing occur.

while if CMCData have less number of charcter than its working fine .please tell me the maximum value for this.

and if possible please explain me with any other example.
or any other way.
please help me for this.

thanks in advance.

To accomplish great things, we must not only act, but also dream;
not only plan, but also believe.

AnswerRe: What is the maximum value of character of LPCWSTR lpCommandLine, for CeCreateProcess. Pin
Rajesh R Subramanian28-Aug-09 21:48
professionalRajesh R Subramanian28-Aug-09 21:48 
AnswerRe: What is the maximum value of character of LPCWSTR lpCommandLine, for CeCreateProcess. Pin
Hristo-Bojilov29-Aug-09 0:04
Hristo-Bojilov29-Aug-09 0:04 
QuestionShow local html file Pin
includeh1028-Aug-09 20:25
includeh1028-Aug-09 20:25 
AnswerRe: Show local html file Pin
kilt3-Sep-09 4:43
kilt3-Sep-09 4:43 
GeneralRe: Show local html file Pin
David Crow14-Sep-09 4:00
David Crow14-Sep-09 4:00 
QuestionWhat the Message for Update UI on DialogBase App? Pin
Max++28-Aug-09 20:22
Max++28-Aug-09 20:22 
AnswerRe: What the Message for Update UI on DialogBase App? Pin
Rajesh R Subramanian28-Aug-09 20:37
professionalRajesh R Subramanian28-Aug-09 20:37 
GeneralRe: What the Message for Update UI on DialogBase App? Pin
Max++28-Aug-09 21:47
Max++28-Aug-09 21:47 
AnswerRe: What the Message for Update UI on DialogBase App? Pin
Rajesh R Subramanian28-Aug-09 21:50
professionalRajesh R Subramanian28-Aug-09 21:50 
GeneralRe: What the Message for Update UI on DialogBase App? Pin
Max++28-Aug-09 22:21
Max++28-Aug-09 22:21 
GeneralRe: What the Message for Update UI on DialogBase App? Pin
Moak29-Aug-09 0:09
Moak29-Aug-09 0:09 
QuestionIOCP memory question Pin
lcx31563382028-Aug-09 19:09
lcx31563382028-Aug-09 19:09 
AnswerRe: IOCP memory question Pin
Richard MacCutchan30-Aug-09 6:58
mveRichard MacCutchan30-Aug-09 6:58 
QuestionRe: IOCP memory question Pin
lcx31563382031-Aug-09 2:11
lcx31563382031-Aug-09 2:11 
AnswerRe: IOCP memory question Pin
Richard MacCutchan31-Aug-09 4:08
mveRichard MacCutchan31-Aug-09 4:08 
QuestionMake ActiveX have it's own thread Pin
manchukuo28-Aug-09 17:41
manchukuo28-Aug-09 17:41 
AnswerRe: Make ActiveX have it's own thread Pin
«_Superman_»30-Aug-09 21:24
professional«_Superman_»30-Aug-09 21:24 

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.