January 21, 2005, a good development experience, I saw a little story yesterday: It is a lotus to see a wave, very envious of the waves, he said to himself "Look at people's scenery, how tall, but I am just a small wave, "said this sentence, I just heard a post-passing monk, I still said a" one drop of water ", I think this story is very good, you can make people feel afraid, Oh, it's true, I'm easy to do, it is probably because "only deep in this mountain". These days, IM has been engaged in the process outside the process. The process of process external components is still relatively simple, but it is more troublesome. It is better to have experience in this area. He summarizes it, which is a person who needs this. reference. How to debug another process I have the following methods. First, set the interrupt statement to write a place in the place you need to debug _ASM INT 3; write this sentence, do this will be wrong, then you will use the VC debugger selection, then take the code. LOAD, you can debug the code you want to debug as needed to schedule, this tricks when you do OpenOffice, it is also my favorite. Second, MessageBox method, use this method condition is that you must know that your code will definitely pass, add a Messagebox operation method in this place, first run your program, when you appear MessageBox, then check one vc In build-> start debug, choose Access To Process, choose your debugging process, when you load the code, you can set a breakpoint, before you have a step is in the next sentence of MessageBox. Set up a breakpoint to ensure that the code can be executed to the place you want, then debug code is like this, this is also one of the general methods I generally used, Assert, Atlassert, set Assert is also a good choice, but I don't I like it, because there is a mistake when I do WPS, the debug version of the debug will not have a mistake, and then discovered because there is an Assert, I don't know why ASSERT will open a thread to deal with some Dongdong, later Assert is going well, so I have been using Assert unassay, so I generally don't use this method. The development is really interesting, huh, I still like it, because the code you write will listen to you, I have different people, I really don't know how long you can write ....... Busy for two weeks, still have a lot of harvest huh. Xiaoxin: 1. Create a CComobject