Previously, Delphi has been used as a development tool. The previous period of time is beginning to be interested in VC, so ready to turn the previously written program to the VC. So I started learning VC's history, and some experiences of learning while sorting. Maybe there is no chapter or not very system, because it is ready to turn your previous Delphi code. So in this middle, a large number of learning is more learning for the differentness of Delphi and VC.
First, let me feel some of the feelings of Delphi and VC in programming.
First, the framework used by Delphi is VCL, and the framework used by VC is MFC. On the vetement of VCL and MFC, I am not commented here, there is too many contrast between them, I just want to say. Yes, why I am interested in VC, because I work, mainly call center, I have been in contact with the development platform provided by the switch and board manufacturers, I feel and I feel In the actual work, most manufacturers found that VCs were used as their development platform. Perhaps considering the stability of the platform operation, in addition to the management functions of relatively large engineering. So, I feel that it is necessary to learn to use VC development. For Delphi and VC two development tools, there should be no big problem, because two different frames used as two development tools, the two different frames used, all use of Windows API To achieve the functionality of the application, the size of the capability is actually the ability and skill of using two frameworks.
First of all, I am using some things that are mainly used in Delphi. The software I develop is Dialog-based applications for the development concept of VC. Therefore, in the VC should also be relatively simple development model. Mainly, it is the use of Delphi's basic controls. Database development. Developed using third-party APIs. So, I think if you want to transfer the program from Delphi to the VC, there should be no big problem. So, I started my VC history. Perhaps this is a bit late for many people. Because I use VC6 as the development platform.
These are nonsense. The following is the right.
About Creating Basic Program Framework
It is easy to use Delphi and create a basic application that can run using VC. Delphi is the default creation is Dialog-based applications, and during program debugging operation, it is relatively easy to adjust, and can be directly in the attribute editor, setting is dialog, SINGLE Document, or m document, use VC to use Wizard Specify the type of application to be created when you created. These are very simple.