Taking freepy3.1 as an Example
Step 1:
Install freepy3.1
Step 2:
A) For vc6.0
Open the freepy3.1 project and open the output file name under the link property page of the project/settings in the VC main menu.
Enter C: // winnt // system32 // freepy. Ime,
This is Win2000. For XP, it may be C: // windows // system32 // freepy. Ime, and executable
Enter C: // windows // system32 // notepad.exe under debug seesion.
B) if it is vs. net
Open the freepy3.1 project, project-> freepy3.1 property, go to the linker page, and set the input file to C: // windows // system32 // freepy. IME, then go to the debugging page and set the command to: C: // windows // system32 // notepad.exe. It may vary depending on the operating system. Please modify it accordingly!
Step 3:
Set the breakpoint and press F5 for debugging. In this case, open the free PinYin Input Method in the upper-right corner of the taskbar.
After completing the preceding steps, you can enter Chinese characters in the notepad and then follow up the input method.CodeTo understand the order of mutual calls between functions!