Click here to Skip to main content
15,914,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get Rect value ????? HELP !!!! Pin
Maximilien13-Mar-05 13:11
Maximilien13-Mar-05 13:11 
QuestionHow can I detect a CODEC was installed? And detect its version. Pin
Behzad Ebrahimi13-Mar-05 5:00
Behzad Ebrahimi13-Mar-05 5:00 
General[Q]: Number of overloaded functions... Pin
rbid13-Mar-05 4:40
rbid13-Mar-05 4:40 
GeneralRe: [Q]: Number of overloaded functions... Pin
David Crow14-Mar-05 3:30
David Crow14-Mar-05 3:30 
GeneralGNU diff.exe this code ins't working :( Pin
YaronNir13-Mar-05 4:05
YaronNir13-Mar-05 4:05 
GeneralRe: GNU diff.exe this code ins't working :( Pin
Gary R. Wheeler13-Mar-05 4:22
Gary R. Wheeler13-Mar-05 4:22 
GeneralRe: GNU diff.exe this code ins't working :( Pin
YaronNir13-Mar-05 4:29
YaronNir13-Mar-05 4:29 
GeneralRe: GNU diff.exe this code ins't working :( Pin
Gary R. Wheeler13-Mar-05 5:11
Gary R. Wheeler13-Mar-05 5:11 
Testing with a batch file is useful when you don't have documentation for the diff.exe program.

Given that you are constructing the command line dynamically, I would first verify that the command line you are building is correct. Set a breakpoint right before the call to CreateProcess and examine the contents of the command line. If that looks correct, I would try running diff.exe from the command line with the exact text you saw in the debugger, and see what message diff.exe is displaying. In this case, it should simply output the message to the screen.


Software Zen: delete this;
GeneralRe: GNU diff.exe this code ins't working :( Pin
YaronNir13-Mar-05 5:15
YaronNir13-Mar-05 5:15 
GeneralRe: GNU diff.exe this code ins't working :( Pin
David Crow14-Mar-05 3:36
David Crow14-Mar-05 3:36 
GeneralRe: GNU diff.exe this code ins't working :( Pin
YaronNir14-Mar-05 6:39
YaronNir14-Mar-05 6:39 
Generalurgent- how to flush output buffers in VC++ Pin
Member 176156313-Mar-05 3:29
Member 176156313-Mar-05 3:29 
GeneralRe: urgent- how to flush output buffers in VC++ Pin
Gary R. Wheeler13-Mar-05 4:25
Gary R. Wheeler13-Mar-05 4:25 
GeneralRe: urgent- how to flush output buffers in VC++ Pin
Member 176156313-Mar-05 16:06
Member 176156313-Mar-05 16:06 
GeneralRe: urgent- how to flush output buffers in VC++ Pin
Member 176156314-Mar-05 0:18
Member 176156314-Mar-05 0:18 
GeneralMessenger Addon Pin
Kannan Ramanathan13-Mar-05 3:14
Kannan Ramanathan13-Mar-05 3:14 
GeneralVirtual Inheritancae and Mutiple Inheritance Pin
phijophlip13-Mar-05 3:05
phijophlip13-Mar-05 3:05 
GeneralRe: Virtual Inheritancae and Mutiple Inheritance Pin
YaronNir13-Mar-05 4:11
YaronNir13-Mar-05 4:11 
GeneralRe: Virtual Inheritancae and Mutiple Inheritance Pin
Michael Dunn13-Mar-05 4:58
sitebuilderMichael Dunn13-Mar-05 4:58 
GeneralRe: Virtual Inheritancae and Mutiple Inheritance Pin
Gary R. Wheeler13-Mar-05 5:13
Gary R. Wheeler13-Mar-05 5:13 
GeneralRe: Virtual Inheritancae and Mutiple Inheritance Pin
Gary R. Wheeler13-Mar-05 5:01
Gary R. Wheeler13-Mar-05 5:01 
GeneralEscape key Pin
gdocherty13-Mar-05 1:13
gdocherty13-Mar-05 1:13 
GeneralRe: Escape key Pin
Graham Bradshaw13-Mar-05 2:19
Graham Bradshaw13-Mar-05 2:19 
GeneralRe: Escape key Pin
gdocherty13-Mar-05 3:41
gdocherty13-Mar-05 3:41 
GeneralRe: Escape key Pin
Michael Dunn13-Mar-05 5:03
sitebuilderMichael Dunn13-Mar-05 5:03 

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.