Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Implement COM registration #10

Closed Rantanen closed 4 years ago

Rantanen commented 6 years ago

Currently we only support registration free COM. This is mainly because we don't have code to implement the COM registration in registry.

#[com_library] attribute should expand the DllRegisterServer and DllUnregisterServer implementations to write the necessary bits into registry during regsvr32 call.


Rantanen commented 4 years ago

Implemented in #169