From: nobu@... Date: 2017-08-19T00:11:58+00:00 Subject: [ruby-core:82423] [Ruby trunk Feature#13828][Assigned] Win32ole extension should support licensed COM servers Issue #13828 has been updated by nobu (Nobuyoshi Nakada). Status changed from Open to Assigned Assignee set to suke (Masaki Suketa) * adjust indents * use `rb_scan_args` and `rb_get_kwargs` * don't mix a declaration with code ---------------------------------------- Feature #13828: Win32ole extension should support licensed COM servers https://bugs.ruby-lang.org/issues/13828#change-66231 * Author: graywolf (Gray Wolf) * Status: Assigned * Priority: Normal * Assignee: suke (Masaki Suketa) * Target version: ---------------------------------------- Current implementation doesn't support licensed COM servers. I've added keyword argument `:license` which when used switches to using `IClassFactory2::CreateInstanceLic` instead of `CoCreateInstance`. Default behaviour was not touched in any way, so it doesn't break anything. And the license version works in my testing. ---Files-------------------------------- 0001-Add-support-for-licensed-servers.patch (2.77 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: