CN100468347C - Process and device for transferring parameter between application module and COM component - Google Patents

Process and device for transferring parameter between application module and COM component Download PDF

Info

Publication number
CN100468347C
CN100468347C CNB2006100891001A CN200610089100A CN100468347C CN 100468347 C CN100468347 C CN 100468347C CN B2006100891001 A CNB2006100891001 A CN B2006100891001A CN 200610089100 A CN200610089100 A CN 200610089100A CN 100468347 C CN100468347 C CN 100468347C
Authority
CN
China
Prior art keywords
parameter
application module
com component
unique identifier
data structure
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CNB2006100891001A
Other languages
Chinese (zh)
Other versions
CN101118504A (en
Inventor
唐宝
王益玲
徐敬俊
刘俊崝
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Siemens Ltd China
Siemens AG
Siemens Ltd India
Original Assignee
Siemens Ltd China
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Siemens Ltd China filed Critical Siemens Ltd China
Priority to CNB2006100891001A priority Critical patent/CN100468347C/en
Publication of CN101118504A publication Critical patent/CN101118504A/en
Application granted granted Critical
Publication of CN100468347C publication Critical patent/CN100468347C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The present invention relates to the computer field. Aiming at solving the problem that a complex parameter can be mistaken when being transferred between an application module and COM groupwares compiled by different languages, and a method and a device for transferring the parameter between the application module and the COM groupwares is provided, wherein the device includes an adapter; a unique identifier for receiving instructions, parameters of the instruction, a unique identifier of the application module and a unique identifier of the COM groupwares; the present invention searches the map table according to the instruction unique identifier, and obtains the data structure information of the parameters, and transforms the parameters into simple parameters; a transforming module transforms the data structure of the simple parameter into a target data structure; a combining module receives the process result of the transforming module, transforms the simple parameter into complex parameters which can be outputted according to the application module unique identifier or the COM groupwares unique identifier. The present invention has the advantages that the present invention can transfer complex or simple parameters between the application module and the COM groupwares of the different or same language.

Description

A kind of method and device that between application module and com component, transmits parameter
Technical field
The present invention relates to computer realm, particularly transmit the method for parameter between the module, is a kind of method and device that transmits parameter between application module and com component concretely.
Background technology
A lot of com component files are arranged in the present software systems, for example dynamically connect storehouse (dll file), and the simple parameter that can only transmit one or more simple data types between the different programming language written application with use of the com component module (refers to said basic data type in the computer programming language, as int, char etc.), can't transmit complex parameters (data type except that simple data type) with complex data structures (Struct).For example, can not transmit the parameter of complex data structures between the software that dll file that is generated by C++ and C# write, when we will transmit between the dll file that C# language written application module and C Plus Plus are write when having the parameter of complex data structures, always some error messages occur, same problem also appears between the com component of JAVA written application software and other language compilation.
To be that the intercommunity between the different language is very low cause the reason that causes this mistake, generally can only transmit the parameter of simple data structure, and for example, parameter only comprises integer type data, perhaps character string type data.The data structure of different language is different, and for example C# and C++ are because the compiling of different language platform, so caused problem when transmitting complex parameters.Parameter with complex data structures can not directly transmit between the object that different programming language editors generate, and for example, the application module that C# written application module or JAVA edits can't have the parameter of complex data structures to the DLL transmission that C++ writes generation.
In existing automobile travel recorder data management system (VDRDMS), comprise automobile travel recorder (VDR), intelligent card unit (card reader of IC-card), database, application module, com component and user interface section.The record that VDR provides the vehicles to move, database are used to write down historical record, the workshop function situation (slip-stick artist's operation) of all VDR and the information of driving (record is exercised in operation note, the vehicle condition record).User interface section, the terminal user links to each other with the VDR system by this interface.Application module is used for the user and sends certain function request.Com component is communicated by letter with intelligent card unit, finishes the command function of user and system.The application module of VDR system (statistics generates functions such as form, demonstration) uses C# or JAVA language editor and generates at present, and com component is by the C Plus Plus editor, and generates .d11 (dynamic link libraries) file.VDRDMS statistics application module wants to obtain certain user's information, then may need to send a order with complex data structures parameter to com component, the data structure of this parameter may comprise, driver's numbering (integer type), the length of return data (integer type).It is to be read the information of driver's smart card acquisition by the VDRDMS system that com component returns the parameter that reads, and the data structure of this parameter includes but not limited to, the date and time information of return data (date type data), driver's concrete operations information (character string type).When application module sends one when having the parameter of this data structure to com component, com component always returns an error message.
Can overcome the above problems by following several modes in the prior art, but all exist deficiency:
1. utilize public object request broker program structure (CORBA) technology, this technology is a kind of standard of distributed object system.Application module will be write according to the CORBA predetermined rule, and provides the module of certain function also will follow this standard for DLL or other, so no matter to be that application module or the dll file with what language compilation can pass a parameter accurately.This makes a plurality of application modules of co-operate become to be more prone to like this.
But CORBA The Application of Technology Development of Module cost is than higher (development time and development cost), because need to use the standard of the OMG of OMG definition.The restriction ratio of this standard is more, because will follow many redaction rules, and the complexity of CORBA technology all acquires a certain degree of difficulty for learner and application person than higher.
2. interoperability procedure set (interop), Win32 application module DLL (dynamic link library) and any other can not management code (unmanaged code) can be known as com component (DLL also be in can not management code a kind of).In VisualStudio (visual operating room) .NET, there are two kinds of methods can realize calling mutually between com component and the .NET, a kind of is that operation the time can be called packing (RCW:runtime callable wrapper), and this wrapper is converted to the com interface of com component the interface of .NET compatibility; Another kind is can call wrapper (CCW:COM callable wrapper) by COM.The difference of standard mechanism between RCW can extract and can manage and can not manage.CCW make the user can be in the object of .NET seamless call com component.The com component that can generate other language of run time call editor at .NET programming language editors' such as C# application module by above two kinds of methods.But these two kinds of methods also exist deficiency, the grammer of interop is difficult to be understood by the programmer, be difficult to allow interop adapt to all types of data structures, when calling the com components such as DLL of non-Microsoft exploitation, will go wrong, because the above method of Microsoft's exploitation is merely able to support the com component of the said firm's exploitation.And a lot of companies are arranged at the exploitation com component in the worldwide now, for the developer of application module, can't predict the call method that whether meets Microsoft of each com component that calls, so when transmitting the parameter of complex data type, mistake will occur.
3. object is converted to binary data or XML file, the Parameters Transformation that the interface (being equivalent to switching software) by manual creation can transmit application module be binary data or XML file.Like this, the parameter memory mapping is constant, also just can not produce unpredictable mistake so pass a parameter.Create an interface that object is converted to binary data or XML file.Binary data or XML file can be recovered by d11 file side.
But the Resources Consumption that object is converted to binary data or XML file is very high.
Summary of the invention
In order to overcome the above problems, the object of the present invention is to provide the method for a kind of application module to com component transmission parameter, be used to realize that application module is to com component transfer complex or simple parameter.
The present invention also provides the method for a kind of com component to application module transmission parameter, is used to realize that com component is to application module transfer complex or simple parameter.
The present invention also provides a kind of method of transmitting parameter between application module and com component, is used to realize transfer complex or simple parameter between application module and the com component.
The present invention also provides a kind of device that is used for transmitting parameter between application module and com component, is used to realize above method.
A kind of application module transmits the method for parameter to com component, comprises,
Step 101, application module transmits the unique identifier of order, parameter, application module unique identifier and the com component unique identifier of order to adapter;
Step 102, adapter is searched mapping table according to the unique identifier of described order, obtains the data structure information of described parameter, and is simple parameter with this Parameters Transformation;
Step 103, modular converter are converted to the data structure of above-mentioned simple parameter the data structure of programming language that com component uses;
Step 104, merging the simple parameter of module after with the processing of step 103 is converted to and has the complex parameters that com component uses the programming language data structure, according to the unique identifier of com component in the described order, send described complex parameters to corresponding C OM assembly and carry out this order.
Also comprise a determining step in the step 102, adapter is searched mapping table according to the unique identifier of described order, after obtaining the data structure information of described parameter, judge whether described parameter comprises complex parameters, if comprise then be simple parameter with described Parameters Transformation, if do not comprise then after carry out step 103, directly send corresponding C OM assembly to and carry out corresponding order.
Described mapping table comprises: the unique identifier of order, com component return parameters data structure information, application module transmit the data structure information of command parameter.
Described application module uses the C# language programming to realize, described com component uses the C Plus Plus programming to realize.
A kind of com component transmits the method for parameter to application module, comprises,
Step 201, com component pass a parameter, finish the unique identifier and the application module unique identifier of order to adapter;
Step 202, adapter is searched mapping table according to the unique identifier of described order, obtains the data structure information of described parameter, and is simple parameter with this Parameters Transformation;
Step 203, modular converter are converted to the data structure of above-mentioned simple parameter the data structure of programming language that application module uses;
Step 204 merges the simple parameter of module after with the processing of step 203 and is converted to complex parameters, and the unique identifier according to application module in the described order sends described complex parameters to the application corresponding module.
Also comprise a determining step in the step 202, adapter is searched mapping table according to the unique identifier of described order, after obtaining the data structure information of described parameter, judge whether described parameter comprises complex parameters, if comprise then be simple parameter with described Parameters Transformation, if do not comprise then after carry out step 203, directly send the application corresponding module to.
Described mapping table comprises: the unique identifier of order, com component return parameters data structure information, application module transmit the data structure information of command parameter.
Described application module uses the C# language programming to realize, described com component uses the C Plus Plus programming to realize.
A kind of device of realizing transmitting between application module and the com component parameter comprises:
Adapter, be connected between application module and the com component, be used to receive the unique identifier of order, parameter, application module unique identifier and the com component unique identifier of order, and according to described order unique identifier retrieval mapping table, obtain the data structure information of described parameter, and be simple parameter described Parameters Transformation;
Modular converter receives above-mentioned simple parameter, and its data structure by current programming language is converted to the data structure of target programmed language;
Merge module, receive the result of above-mentioned modular converter, the simple parameter of target programmed language data structure is converted to the complex parameters of target programmed language data structure, and exports according to described application module unique identifier or com component unique identifier.
Among described adapter, also have a judge module, judge whether described parameter comprises complex parameters,, send the merging module to if comprise then change described parameter to be simple parameter; If do not comprise described parameter then after sending module processing to, directly send corresponding intended application module or com component to.
Mapping table in the described adapter comprises: the unique identifier of order, com component return parameters data structure information, application module transmit the data structure information of command parameter.
Described application module uses the C# language programming to realize, described com component uses the C Plus Plus programming to realize.
Beneficial effect of the present invention is, do not need to change existing C Plus Plus editor's d11 file, just can be implemented in and transmit complexity or simple parameter between the application module of similar and different language compilation and the com component, not only be fit to solve the problem of transfer complex parameter between the com component of Microsoft and the application module, and transmit complex parameters between com component of making for different company and the application module a kind of method and device are provided, realize that cost is very low, the diversity of using between the software module has been safeguarded in easy user of service's simple in structure utilization.
Description of drawings
Fig. 1 transmits the method flow diagram of parameter to com component for application module of the present invention;
Fig. 2 transmits the method flow diagram of parameter to application module for com component of the present invention;
Fig. 3 is for transmitting the process flow diagram of parameter between application module of the present invention and the com component;
Fig. 4 is apparatus of the present invention application module transmits a structural representation from parameter to com component;
Fig. 5 is apparatus of the present invention com component transmits a structural representation from parameter to application module.
Embodiment
Below, carry out following detailed description for the present invention in conjunction with the accompanying drawings.
Realizing using in the scheme that transmits complex parameters between different language written application program and the com component, is that example is described the inventive method and device in detail with automobile travel recorder (VDR) system.
Be illustrated in figure 1 as the method flow diagram of application module of the present invention, may further comprise the steps to com component transmission parameter:
Step 101, application module transmits order to adapter, comprises complex parameters and/or simple parameter in this order, and has comprised the application module unique identifier with order, the com component unique identifier is used between a plurality of application modules and com component transmitting parameter and can confusion reigned.For example application module uses C# language to write, the order that sends is the drive recorder information that reads certain driver, this application module sends command parameter and has complex data structures, and a parameter comprises driver's card number (integer type), the length of return data (integer type).
Step 102, adapter receives order, parameter is split as the simple parameter with simple data structure.On adapter, store a mapping table in advance, the storage of this mapping table orders Parameters data structure information that unique identifier, application module send (promptly at least, finish the data structure of certain order back return results, comprise several data, what data type is each data are), com component sends the result parameter data structure information (promptly, the data structure of parameter is transmitted in certain order, comprises several data, and what data type is each data are).Adapter is searched mapping table according to the order unique identifier, the module parameter data structure information is applied, also has a determining step (figure does not show) if do not comprise the parameter of complex data structures in the parameter, then, directly send com component to according to the com component unique identifier through after step 103 conversion; If in the data structure of parameter complex data structures is arranged, then use the programming language of application module support this parameter to be split into parameter with simple data structure according to data structure information, if have only data in this complex parameters, also to convert thereof into simple parameter, if a plurality of data are arranged in the complex parameters, then should a plurality of data be split as simple parameter respectively.For example, adapter is searched corresponding reading order according to mapping table, obtains the complex data structures of parameter, uses C# language its parameter to be split as the parameter of 2 simple data structures, first parameter is driver's card number (integer type), second length (integer type) that parameter is a return data.
Step 103, modular converter utilizes prior art, and the parameter that receives simple data structure is converted to the data structure of programming language that com component uses from the data structure of programming language that application module uses, and sends the merging module to.For example, the parameter that the dll file that the Parameters Transformation of using interop that C# written application module is transmitted is write as C Plus Plus is supported, and send the merging module to.
Step 104 merges module this simple parameter is merged into complex parameters, according to the unique identifier of com component in the order, sends the complex parameters after merging to com component and carries out corresponding order.For example, use C Plus Plus that 2 above parameters are merged into a parameter with complex data structures, send dll file to according to the unique identifier of com component and read processing.
For example, dll file is finished dealing with, and the data structure of return parameters comprises after the order: date and time information (date type data), driver's concrete operations information (character string type), also return and comprise the order unique identifier, application module unique identifier and com component unique identifier.
Be illustrated in figure 2 as the method flow diagram of com component of the present invention, may further comprise the steps to application module transmission parameter:
Step 201, com component returns result to adapter, and this result comprises result parameter, order unique identifier, application module unique identifier.
Step 202, adapter receives result, parameter is split as the simple parameter with simple data structure.Adapter is searched mapping table according to the order unique identifier in the result, obtain com component and send the result parameter data structure information, also has a determining step (figure does not show) if do not comprise the parameter of complex data structures in the parameter, then, directly send application module to according to the application module unique identifier through after step 203 conversion; If comprise the parameter of complex data structures in the parameter, the language that then uses com component to support splits complex parameters and is simple parameter, if have only data in this complex parameters, also to convert thereof into simple parameter, if a plurality of data are arranged in the complex parameters, then should a plurality of data be split as simple parameter respectively.For example, deconsolidation process result is date and time information (date type data) for first parameter, second the concrete operations information (character string type) that parameter is the driver.
Step 203, modular converter is converted to the data structure of application module with this simple parameter from the data structure of com component, and sends the merging module to.For example, the parameter that the Parameters Transformation that the dll file that uses interop that C++ is write transmits is supported as C# language written application module, and send the merging module to.
Step 204 merges module and uses the language of application module support that this simple parameter is merged into complex parameters, according to described application module unique identifier, sends application module to.For example, two parameters of concrete operations information (character string type) of date and time information (date type data) and driver are merged into a parameter with complex data structures, send the application module that sends this request of data to.
Be illustrated in figure 3 as the process flow diagram that transmits parameter between application module of the present invention and the com component, may further comprise the steps:
Step 301, application module transmits order to adapter, comprise complex parameters and/or simple parameter in this order with complex data structures, and comprised the application module unique identifier with order, the com component unique identifier is used between a plurality of application modules and com component transmitting parameter and can confusion reigned.
Step 302, adapter should be ordered with mapping table and be made comparisons, find this order corresponding parameters data structure information, also has a determining step (figure does not show), if parameter is a simple data structure, then, send com component to according to the application module unique identifier and carry out command process through after step 303 conversion; If parameter comprises complex parameters, then splitting this complex parameters is simple parameter.
Step 303, modular converter is converted to the simple parameter that com component is supported with simple parameter, and the simple parameter after will changing sends the merging module to.
Step 304 merges module this simple parameter is merged into a complex parameters, as the input parameter of com component.
Step 305, com component carries out read operation according to parameter, and to the adapter return parameters.
Step 306, adapter should be ordered with mapping table and be made comparisons, find this order corresponding parameters data structure information, also has a determining step (figure does not show), if parameter is a simple data structure, then, send com component to according to the application module unique identifier and carry out command process through after step 307 conversion; If parameter comprises complex parameters, then splitting this complex parameters is simple parameter.
Step 307, modular converter is converted to the simple parameter that application module is supported with the simple parameter in 306 steps, and sends this simple parameter to the merging module.
Step 308 merges module simple parameter is merged into complex parameters, and sends application module to.
The inventive method no matter application module or com component is with what language editor to generate, and can transmit simple or complex parameters.
Be illustrated in figure 4 as apparatus of the present invention application module transmits structural drawing from parameter to com component.
Adapter, the parameter that will have complex data structures is disassembled the simple parameter that becomes to have simple data structure.Comprise a mapping table in the adapter, send data structure composition information, the com component return results data structure composition information of com component parameter including but not limited to the application module of order unique identifier, different command correspondence to.Judge that (application module sends the unique identifier of ordering, or carry in the com component return results), search the data structure information that the corresponding application module of this order and com component pass a parameter in the mapping table, according to this data structure information this complex parameters is split as simple parameter (may have only a simple parameter after the fractionation, perhaps have a plurality of simple parameters).In order, be loaded with the application module unique identifier of each order and/or com component unique identifier (when com component passes a parameter at application module, application module unique identifier and com component unique identifier all will possess, to send the purpose com component to, send back the application corresponding module when returning; When application module passed a parameter, the application module unique identifier was essential at com component, and the com component unique identifier can no longer transmit, and the application module unique identifier is used to find application corresponding module return parameters).Also has a judge module (figure does not show) in the adapter, judge whether described parameter comprises complex parameters, if comprising then changing described parameter is simple parameter, if do not comprise described parameter then after sending module processing to, send corresponding intended application module or com component to.
Just as described above, when the existing application module invokes provided the com component of certain function, whether the parameter that transmits simple data type was that the com component of standard or the com component that different company develops are all no problem.
Modular converter, use prior art, realize the conversion of simple parameter data structure between the different programming languages, the data structure of simple parameter is transformed into the data structure that com component is supported from the programming language of application module, is the language that application module is supported with the data structure of simple parameter from the language conversion of com component support perhaps.
Use the interop technology to realize that the application module of C# exploitation transmits simple parameter to com component, is transformed into the data structure of simple parameter the data structure of C++ support from C# in an embodiment of the present invention.
Merge module, the parameter with simple data structure that receives above-mentioned modular converter transmission is merged into the complex parameters with complex data structures, and sends com component or application module to.
Fig. 5 for apparatus of the present invention input and output change the back com component to application module transmit parameter structural representation.
Beneficial effect of the present invention is, do not need to change existing C Plus Plus editor's d11 file, just can be implemented between different language written application module and the com component and transmit complex parameters, not only be fit to solve the problem of transfer complex parameter between the com component of Microsoft and the application module, and transmit complex parameters between com component of making for different company and the application module a kind of method and device are provided, realize that cost is very low, the diversity of using between the software module has been safeguarded in easy user of service's simple in structure utilization.
Above embodiment only is used to illustrate the present invention, but not is used to limit the present invention.

Claims (12)

1. an application module transmits the method for parameter to com component, it is characterized in that comprising,
Step 101, application module transmits the unique identifier of order, parameter, application module unique identifier and the com component unique identifier of order to adapter;
Step 102, adapter is searched mapping table according to the unique identifier of described order, obtains the data structure information of described parameter, and is simple parameter with this Parameters Transformation;
Step 103, modular converter are converted to the data structure of above-mentioned simple parameter the data structure of programming language that com component uses;
Step 104, merging the simple parameter of module after with the processing of step 103 is converted to and has the complex parameters that com component uses the programming language data structure, according to the unique identifier of com component in the described order, send described complex parameters to corresponding C OM assembly and carry out this order.
2. a kind of application module according to claim 1 transmits the method for parameter to com component, it is characterized in that in step 102, also comprising a determining step, adapter is searched mapping table according to the unique identifier of described order, after obtaining the data structure information of described parameter, judge whether described parameter comprises complex parameters, if comprise then be simple parameter, if do not comprise then after carry out step 103, directly send corresponding C OM assembly to and carry out corresponding order with described Parameters Transformation.
3. a kind of application module according to claim 1 and 2 transmits the method for parameter to com component, it is characterized in that described mapping table comprises: the unique identifier of order, com component return parameters data structure information, application module transmit the data structure information of command parameter.
4. a kind of application module according to claim 1 is characterized in that to the method for com component transmission parameter described application module uses the C# language programming to realize, described com component uses C Plus Plus to programme and realizes.
5. a com component transmits the method for parameter to application module, it is characterized in that comprising,
Step 201, com component pass a parameter, finish the unique identifier and the application module unique identifier of order to adapter;
Step 202, adapter is searched mapping table according to the unique identifier of described order, obtains the data structure information of described parameter, and is simple parameter with this Parameters Transformation;
Step 203, modular converter are converted to the data structure of above-mentioned simple parameter the data structure of programming language that application module uses;
Step 204 merges the simple parameter of module after with the processing of step 203 and is converted to complex parameters, and the unique identifier according to application module in the described order sends described complex parameters to the application corresponding module.
6. a kind of com component according to claim 5 transmits the method for parameter to application module, it is characterized in that in step 202, also comprising a determining step, adapter is searched mapping table according to the unique identifier of described order, after obtaining the data structure information of described parameter, judge whether described parameter comprises complex parameters, if comprise then be simple parameter, if do not comprise then after carry out step 203, directly send the application corresponding module to described Parameters Transformation.
7. transmit the method for parameter to application module according to claim 5 or 6 described a kind of com components, it is characterized in that described mapping table comprises: the unique identifier of order, com component return parameters data structure information, application module transmit the data structure information of command parameter.
8. a kind of com component according to claim 5 is characterized in that to the method for application module transmission parameter described application module uses the C# language programming to realize, described com component uses C Plus Plus to programme and realizes.
9. device of realizing between application module and the com component transmitting parameter is characterized in that comprising:
Adapter, be connected between application module and the com component, be used to receive the unique identifier of order, parameter, application module unique identifier and the com component unique identifier of order, and according to described order unique identifier retrieval mapping table, obtain the data structure information of described parameter, and be simple parameter described Parameters Transformation;
Modular converter receives above-mentioned simple parameter, and its data structure by current programming language is converted to the data structure of target programmed language;
Merge module, receive the result of above-mentioned modular converter, the simple parameter of target programmed language data structure is converted to the complex parameters of target programmed language data structure, and exports according to described application module unique identifier or com component unique identifier.
10. a kind of device of realizing transmitting between application module and the com component parameter according to claim 9, it is characterized in that among described adapter, also having a judge module, judge whether described parameter comprises complex parameters, if comprising then changing described parameter is simple parameter, send the merging module to; If do not comprise described parameter then after sending module processing to, directly send corresponding intended application module or com component to.
11. according to claim 9 or 10 described a kind of devices of realizing transmitting between application module and the com component parameter, it is characterized in that the mapping table in the described adapter comprises: the unique identifier of order, com component return parameters data structure information, application module transmit the data structure information of command parameter.
12. a kind of device of realizing transmitting between application module and the com component parameter according to claim 9 is characterized in that described application module uses the C# language programming to realize, described com component uses the C Plus Plus programming to realize.
CNB2006100891001A 2006-08-03 2006-08-03 Process and device for transferring parameter between application module and COM component Expired - Fee Related CN100468347C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2006100891001A CN100468347C (en) 2006-08-03 2006-08-03 Process and device for transferring parameter between application module and COM component

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2006100891001A CN100468347C (en) 2006-08-03 2006-08-03 Process and device for transferring parameter between application module and COM component

Publications (2)

Publication Number Publication Date
CN101118504A CN101118504A (en) 2008-02-06
CN100468347C true CN100468347C (en) 2009-03-11

Family

ID=39054633

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2006100891001A Expired - Fee Related CN100468347C (en) 2006-08-03 2006-08-03 Process and device for transferring parameter between application module and COM component

Country Status (1)

Country Link
CN (1) CN100468347C (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102736974A (en) * 2011-04-13 2012-10-17 鸿富锦精密工业(深圳)有限公司 Program debugging system and method
CN104750470A (en) * 2013-12-27 2015-07-01 广州华多网络科技有限公司 Client and application communicating method and device
CN105812086B (en) * 2014-12-30 2019-05-03 深圳市科曼医疗设备有限公司 The communication means and system of patient monitor
CN106155669B (en) * 2015-04-18 2019-04-05 成都复晓科技有限公司 A kind of characteristic parameter matching method of software interface and macrolanguage

Also Published As

Publication number Publication date
CN101118504A (en) 2008-02-06

Similar Documents

Publication Publication Date Title
US5881289A (en) Remote compiling of source code for cross development
CN109523383B (en) Intelligent contract conversion system and method
CN102246150B (en) Transforming user script code for debugging
US8209710B2 (en) Implementation system for business applications
CN101697125B (en) Method and device for development environment conversion
CN102541521B (en) Automatic operating instruction generating device based on structured query language and method
CN100375057C (en) Automatic test auxiliary system and corresponding software automatic test method
CN1127688C (en) Method, system, program and data structure of instruction in conversion structure system
CN101344856B (en) Apparatus and method for increasing the speed of performing task
CN100468347C (en) Process and device for transferring parameter between application module and COM component
CN101739258A (en) Automatic code generation method of architecture analysis and design language (AADL) model
US20130066924A1 (en) Method and apparatus for utilizing matlab functionality in java-enabled environment
CN103186455A (en) Method and system for generating automatic test script on page
CN103905231A (en) Method and device for unified management of device types
CN101980546B (en) Intelligent network platform, service execution method and method for analyzing service abnormality
CN109885493A (en) A kind of automation combination frame reflected based on Android platform and Java
CN102750177A (en) Script realization method using compiler
CN117032118A (en) Soft PLC system based on industrial Internet of things
CN1932760B (en) System and method for execution of application program
JP2005527039A (en) Software development tool to ensure the link between UML model and its implementation in CORBA environment
CN101639836A (en) Data processing device and data processing method
CN110489109A (en) The method and device of code reuse
CN101336413A (en) Compile-time interpretable code error detection
CN111338638A (en) System and method for realizing automatic generation of communication between embedded software components
Zhou Soft PLC Research And Development System Based On PC

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20090311

Termination date: 20140803

EXPY Termination of patent right or utility model