COM components are converted to .NET components

xiaoxiao2021-03-06  39

COM components Convert to .NET components posted on 2004-09-29 20:07 Blue space reading (404)

Comments (1)

edit

Collect

Using the Type library importer (Type Library Importer) can be packaged into one .NET component, then use it as used as .NET components.

The .NET framework only provides a packaging and does not really change the original object.

Take the Jmail component as an example of the Jmail component download http://www.dimac.net

1. Find the .dll file to be converted.

2. Enter the file path of the .dll file in the Command Prompt window, go to the folder where the .dll file is located.

3. Enter TLBIMP JMAIL.DLL /OUT :JMAIL_NEW.DLL and then enter the car, will generate a DLL file jmail_new.dll under the current folder.

4. Copy the converted file jmail_new.dll to the bin folder of the application.

转载请注明原文地址:https://www.9cbs.com/read-68988.html

New Post(0)