Method for realizing software combination
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- TENCENT TECH (SHENZHEN) CO LTD
- Publication Date
- 2008-07-30
Smart Images
Figure 1 Figure 2
Abstract
Description
Technical field
[0001] The invention belongs to the field of computer software, and particularly relates to a method for realizing the mutual combination of computer software. Background technique
[0002] In the process of computer communication and application, in order to achieve functional complementarity between software, it is often necessary to combine software with each other. The usual way to implement software call and combination is to extract the code of one software, and the other software contains the call. If there is a combination on the user graphic interface, it is more complicated. It is necessary to reimplement the user graphic interface of one software in another software, and then call the original data operation logic.
[0003] This kind of software calling and combination method causes a large amount of software development work, and the software that is combined with each other needs to be changed; at the same time, the combination of code logic increases...