Click here to Skip to main content
15,894,337 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Memory Leak please help Pin
prasad_som18-Jan-07 20:07
prasad_som18-Jan-07 20:07 
AnswerRe: Memory Leak please help Pin
uday kiran janaswamy18-Jan-07 20:14
uday kiran janaswamy18-Jan-07 20:14 
AnswerRe: Memory Leak please help Pin
prasad_som18-Jan-07 20:18
prasad_som18-Jan-07 20:18 
AnswerRe: Memory Leak please help Pin
Nibu babu thomas18-Jan-07 20:10
Nibu babu thomas18-Jan-07 20:10 
QuestionRe: Memory Leak please help Pin
prasad_som18-Jan-07 20:24
prasad_som18-Jan-07 20:24 
AnswerRe: Memory Leak please help Pin
uday kiran janaswamy18-Jan-07 21:39
uday kiran janaswamy18-Jan-07 21:39 
QuestionRe: Memory Leak please help Pin
prasad_som18-Jan-07 21:49
prasad_som18-Jan-07 21:49 
Questionexecuting .bat file through CreateProcess Pin
dvsr18-Jan-07 19:33
dvsr18-Jan-07 19:33 
Hi,
I am trying to execute .bat file using CreateProcess API .
like below
CreateProcess("C:\\WINNT\\system32\\cmd.exe", // lpszImageName
"C:\\Tomcat.bat", // lpszCommandLine
0, // lpsaProcess
0, // lpsaThread
TRUE, // fInheritHandles
CREATE_NO_WINDOW, // fdwCreate
0, // lpvEnvironment
0, // lpszCurDir
&si, // lpsiStartupInfo
&pi // lppiProcInfo
))

But its not working. Can any one help me out in this ?

Thanks and Regards,
Subbu

AnswerRe: executing .bat file through CreateProcess Pin
Don Box18-Jan-07 20:26
Don Box18-Jan-07 20:26 
GeneralRe: executing .bat file through CreateProcess Pin
dvsr18-Jan-07 21:06
dvsr18-Jan-07 21:06 
QuestionRe: executing .bat file through CreateProcess Pin
Rajesh R Subramanian18-Jan-07 21:30
professionalRajesh R Subramanian18-Jan-07 21:30 
QuestionIs it possible to "drag and drop" between listboxes in visual c++6? Pin
whatever@whatever.com18-Jan-07 19:04
whatever@whatever.com18-Jan-07 19:04 
AnswerRe: Is it possible to "drag and drop" between listboxes in visual c++6? Pin
Nibu babu thomas18-Jan-07 19:14
Nibu babu thomas18-Jan-07 19:14 
GeneralRe: Is it possible to "drag and drop" between listboxes in visual c++6? Pin
whatever@whatever.com18-Jan-07 21:52
whatever@whatever.com18-Jan-07 21:52 
AnswerRe: Is it possible to "drag and drop" between listboxes in visual c++6? Pin
Rajesh R Subramanian18-Jan-07 20:11
professionalRajesh R Subramanian18-Jan-07 20:11 
GeneralRe: Is it possible to "drag and drop" between listboxes in visual c++6? Pin
whatever@whatever.com18-Jan-07 22:01
whatever@whatever.com18-Jan-07 22:01 
NewsRe: Is it possible to "drag and drop" between listboxes in visual c++6? Pin
Rajesh R Subramanian18-Jan-07 22:04
professionalRajesh R Subramanian18-Jan-07 22:04 
GeneralRe: Is it possible to "drag and drop" between listboxes in visual c++6? Pin
whatever@whatever.com18-Jan-07 22:21
whatever@whatever.com18-Jan-07 22:21 
GeneralRe: Is it possible to "drag and drop" between listboxes in visual c++6? Pin
Nibu babu thomas18-Jan-07 22:56
Nibu babu thomas18-Jan-07 22:56 
AnswerRe: Is it possible to "drag and drop" between listboxes in visual c++6? Pin
Mike O'Neill19-Jan-07 6:43
Mike O'Neill19-Jan-07 6:43 
GeneralRe: Is it possible to "drag and drop" between listboxes in visual c++6? Pin
whatever@whatever.com21-Jan-07 14:08
whatever@whatever.com21-Jan-07 14:08 
QuestionHow to set font of resources in multilingual application Pin
Atul2318-Jan-07 18:53
Atul2318-Jan-07 18:53 
AnswerRe: How to set font of resources in multilingual application Pin
Nibu babu thomas18-Jan-07 19:16
Nibu babu thomas18-Jan-07 19:16 
AnswerRe: How to set font of resources in multilingual application Pin
Waldermort18-Jan-07 20:59
Waldermort18-Jan-07 20:59 
AnswerRe: How to set font of resources in multilingual application Pin
John R. Shaw19-Jan-07 17:55
John R. Shaw19-Jan-07 17:55 

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.