This commit is contained in:
ipwxp
2025-09-25 19:04:00 +08:00
commit fcccb1789b
114 changed files with 223396 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+22
View File
@@ -0,0 +1,22 @@
# New Feature - COM wrapper for uFCoder library
Implemented Component Object Model wrapper for uFCoder library.
```
COMuFCoder-x86.dll
```
## How to register COM library
```
regasm COMuFCoder-x86.dll /codebase
```
response:
```
Microsoft .NET Framework Assembly Registration Utility version 4.7.3056.0
for Microsoft .NET Framework version 4.7.3056.0
Copyright (C) Microsoft Corporation. All rights reserved.
Types registered successfully
```
File diff suppressed because it is too large Load Diff
Binary file not shown.