Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: To convert char array to LPCSTR and std::string to LPCTSTR Pin
KarstenK2-Jun-08 20:24
mveKarstenK2-Jun-08 20:24 
AnswerRe: To convert char array to LPCSTR and std::string to LPCTSTR Pin
Jijo.Raj2-Jun-08 20:29
Jijo.Raj2-Jun-08 20:29 
QuestionRegarding remote execution Pin
H4u322-Jun-08 18:38
H4u322-Jun-08 18:38 
AnswerRe: Regarding remote execution Pin
Rajesh R Subramanian2-Jun-08 20:20
professionalRajesh R Subramanian2-Jun-08 20:20 
GeneralRe: Regarding remote execution Pin
H4u322-Jun-08 21:37
H4u322-Jun-08 21:37 
GeneralRe: Regarding remote execution Pin
Rajesh R Subramanian2-Jun-08 22:05
professionalRajesh R Subramanian2-Jun-08 22:05 
GeneralRe: Regarding remote execution Pin
H4u322-Jun-08 23:42
H4u322-Jun-08 23:42 
AnswerRe: Regarding remote execution Pin
Rajesh R Subramanian3-Jun-08 1:01
professionalRajesh R Subramanian3-Jun-08 1:01 
An binary will not be able to execute 'itself' after it's been downloaded. You either need a watchdog which will be monitoring the download to execute it upon completion. But as you already say that it is your own application that does the download, it could as well execute the file after download. If there are issues on specific computers, try logging the events from your application and find out what is causing this problem. You can use an external debugger like DebugView[^]to print debug strings (the name is misleading, works on release versions as well) if you wish not to use a log file.


Nobody can give you wiser advice than yourself. - Cicero
.·´¯`·->Rajesh<-·´¯`·.
Codeproject.com: Visual C++ MVP

GeneralRe: Regarding remote execution Pin
H4u323-Jun-08 2:18
H4u323-Jun-08 2:18 
GeneralRe: Regarding remote execution Pin
Rajesh R Subramanian3-Jun-08 3:30
professionalRajesh R Subramanian3-Jun-08 3:30 
Questionhow to get process start time in vc? Pin
ftbk2-Jun-08 18:09
ftbk2-Jun-08 18:09 
AnswerRe: how to get process start time in vc? Pin
_AnsHUMAN_ 2-Jun-08 18:34
_AnsHUMAN_ 2-Jun-08 18:34 
AnswerRe: how to get process start time in vc? Pin
Paresh Chitte2-Jun-08 18:40
Paresh Chitte2-Jun-08 18:40 
AnswerRe: how to get process start time in vc? Pin
Hamid_RT3-Jun-08 1:32
Hamid_RT3-Jun-08 1:32 
QuestionPlease help me to solve a problem about global mouse hook Pin
capint2-Jun-08 18:01
capint2-Jun-08 18:01 
AnswerRe: Please help me to solve a problem about global mouse hook Pin
«_Superman_»3-Jun-08 16:46
professional«_Superman_»3-Jun-08 16:46 
QuestionCString to unsigned char Pin
rp_suman2-Jun-08 17:12
rp_suman2-Jun-08 17:12 
AnswerRe: CString to unsigned char Pin
David Crow2-Jun-08 17:45
David Crow2-Jun-08 17:45 
AnswerRe: CString to unsigned char [modified] Pin
Nibu babu thomas2-Jun-08 17:49
Nibu babu thomas2-Jun-08 17:49 
GeneralRe: CString to unsigned char Pin
rp_suman2-Jun-08 18:22
rp_suman2-Jun-08 18:22 
GeneralRe: CString to unsigned char Pin
Nibu babu thomas2-Jun-08 18:57
Nibu babu thomas2-Jun-08 18:57 
GeneralRe: CString to unsigned char Pin
rp_suman2-Jun-08 18:45
rp_suman2-Jun-08 18:45 
QuestionNo of v-tables??? Pin
Super Hornet2-Jun-08 16:44
Super Hornet2-Jun-08 16:44 
AnswerRe: No of v-tables??? Pin
Paresh Chitte2-Jun-08 18:33
Paresh Chitte2-Jun-08 18:33 
AnswerRe: No of v-tables??? Pin
_AnsHUMAN_ 2-Jun-08 18:37
_AnsHUMAN_ 2-Jun-08 18:37 

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.