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

C / C++ / MFC

 
Generalproblem creating a window just like debugger window in VC++ Pin
Arunkb15-Apr-02 8:46
Arunkb15-Apr-02 8:46 
GeneralRe: problem creating a window just like debugger window in VC++ Pin
l a u r e n15-Apr-02 9:51
l a u r e n15-Apr-02 9:51 
GeneralProblems with CSocket Pin
Sprudling15-Apr-02 8:08
Sprudling15-Apr-02 8:08 
GeneralRe: Problems with CSocket Pin
Paul A. Howes15-Apr-02 9:33
Paul A. Howes15-Apr-02 9:33 
GeneralRe: Problems with CSocket Pin
Sprudling15-Apr-02 10:13
Sprudling15-Apr-02 10:13 
GeneralRe: Problems with CSocket Pin
Paul A. Howes15-Apr-02 12:14
Paul A. Howes15-Apr-02 12:14 
QuestionHow to Execute a continues Dos command from C++ Pin
Gaurika Wijeratne15-Apr-02 7:59
Gaurika Wijeratne15-Apr-02 7:59 
AnswerRe: How to Execute a continues Dos command from C++ Pin
Nish Nishant15-Apr-02 8:08
sitebuilderNish Nishant15-Apr-02 8:08 
You can use "<" to redirect input.
eg:-

D:\>copy con abc.txt
d100
q
^Z
        1 file(s) copied.

D:\>debug < abc.txt
-d100
0B00:0100  4D 8B 56 05 80 FA 00 74-05 80 FE 3A 74 02 B2 40   M.V....t...:t..@
0B00:0110  80 CA 20 80 EA 60 E8 74-E4 73 06 E8 34 00 EF 0A   .. ..`.t.s..4...
0B00:0120  D8 8B D5 83 C2 05 8A 7E-04 80 E7 06 80 FF 06 75   .......~.......u
0B00:0130  18 8B 76 02 B3 3A 38 5C-FE 75 06 C6 46 00 02 EB   ..v..:8\.u..F...
0B00:0140  05 C6 46 00 01 4E E9 83-00 80 FF 02 75 05 C6 46   ..F..N......u..F
0B00:0150  00 00 C3 E8 B6 EB B4 3B-CD 21 72 39 8B FA 33 C0   .......;.!r9..3.
0B00:0160  8B C8 49 26 8A 05 47 0A-C0 74 0C 32 E4 E8 23 E2   ..I&..G..t.2..#.
0B00:0170  74 F1 47 FE C4 EB EC 4F-A0 03 96 C6 46 00 02 0A   t.G....O....F...
-q

D:\>


Nish


The rumours that I am an AI bot are absolutely false. These rumours have been propogated by *them* to focus all the attention on to me, while *their* bots take over the planet. Thank y%%%% Divide by zero. Cannot proceed. Abort(y/y)?
AnswerRe: How to Execute a continues Dos command from C++ Pin
Ben Burnett15-Apr-02 10:04
Ben Burnett15-Apr-02 10:04 
GeneralBUG Pin
Gianfranco Lanzetta15-Apr-02 7:03
Gianfranco Lanzetta15-Apr-02 7:03 
GeneralRe: BUG Pin
Tim Smith15-Apr-02 7:20
Tim Smith15-Apr-02 7:20 
GeneralRe: BUG Pin
Nish Nishant15-Apr-02 7:27
sitebuilderNish Nishant15-Apr-02 7:27 
GeneralRe: BUG Pin
Tim Smith15-Apr-02 8:01
Tim Smith15-Apr-02 8:01 
GeneralRe: BUG Pin
Nish Nishant15-Apr-02 8:06
sitebuilderNish Nishant15-Apr-02 8:06 
GeneralRe: BUG Pin
Tim Smith15-Apr-02 8:10
Tim Smith15-Apr-02 8:10 
GeneralRe: BUG Pin
Gianfranco Lanzetta15-Apr-02 7:44
Gianfranco Lanzetta15-Apr-02 7:44 
GeneralRe: BUG Pin
Tim Smith15-Apr-02 8:01
Tim Smith15-Apr-02 8:01 
GeneralRe: BUG Pin
Tim Smith15-Apr-02 8:09
Tim Smith15-Apr-02 8:09 
QuestionHow to get handle of control ? Pin
dlhson15-Apr-02 6:29
dlhson15-Apr-02 6:29 
AnswerRe: How to get handle of control ? Pin
Nish Nishant15-Apr-02 6:39
sitebuilderNish Nishant15-Apr-02 6:39 
AnswerRe: How to get handle of control ? Pin
Paul M Watt15-Apr-02 7:38
mentorPaul M Watt15-Apr-02 7:38 
AnswerRe: How to get handle of control ? Pin
Carlos Antollini15-Apr-02 7:48
Carlos Antollini15-Apr-02 7:48 
GeneralRe: How to get handle of control ? Pin
Carlos Antollini16-Apr-02 8:45
Carlos Antollini16-Apr-02 8:45 
QuestionSTL string : is it any good? Pin
Jon Hulatt15-Apr-02 6:16
Jon Hulatt15-Apr-02 6:16 
AnswerRe: STL string : is it any good? Pin
Anders Molin15-Apr-02 7:03
professionalAnders Molin15-Apr-02 7: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.