Project: Pindlebot
Version: 3.47.0000
Prog Lang: Microsoft Visual C++ 6.0 (SP5)
Platform: Microsoft Windows 98/ME/2000/XP
Author: Bin Liu (Abin)
Email: abinn32@yahoo.com
Homepage: http://www.bridgeport.edu/~binliu/d2x/index.htm
Abstract
This project was as a personal practice at the very beginning, the original idea of “Pindle-bot” was inspired by Froggy and Ghost9988, who should be honorably mentioned here because they made the first Pindle-bot releases, in English and Chinese respectively, using AutoIt s cripting language. While I was developing my own program, I realized that there are a few limitaions on AutoIt s cripting language:
• It is a s cripting language which, as most of its counterparts in the world also do, offers very little freedom to the programmers, it is not Object-Oriented, maintaining the source code might be a nightmare as the code gets large;
• Programs written in Autoit s cripting language strictly require the working window to be the top-most window in the system and, while running, keyboard and mouse are occupied, in other words, running those programs in background is pretty much impossible.
By seeing how AutoIt s cripting language is straitly limited in both language structure and function potential, I decided to develop my own Pindlebot using Visual C++. It’s not only because I’m already a C++ programmer, but that some advanced features such as IPC (Inter-process communication) and Background Executing are only attainable by using formal languages, there shall be no doubt on C++ being a perfect choice here.
...... 我看了看 功能很强啊 还有网上自动升级等模块


