Skip to content

rylev/com-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COM Example

A COM example in Rust

Install

To "install" this app, you need to add the following keys to your Windows registry:

[Computer\HKEY_CLASSES_ROOT\CLSID\{C5F45CBC-4439-418C-A9F9-05AC67525E43}]
@="Cat Component"
[Computer\HKEY_CLASSES_ROOT\CLSID\{C5F45CBC-4439-418C-A9F9-05AC67525E43}\InprocServer32]
@="C:\path\to\the\dll\file\in\your\target\folder"

Run

To run, simply run:

cargo run --release

About

An Example Usage of COM in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages