createVariant() not implemented for RubyObject
----------------------------------------------

                 Key: JRUBY-6029
                 URL: https://jira.codehaus.org/browse/JRUBY-6029
             Project: JRuby
          Issue Type: Bug
          Components: win32ole
    Affects Versions: win32ole 0.8.4
            Reporter: Mitchell Hashimoto
            Assignee: Thomas E Enebo


createVariant() is not implemented for RubyObjects, which makes it impossible 
for out parameters to work. This is particularly a problem with Vagrant on 
Windows due to the "CreateHostOnlyNetwork" COM function having the signature: 

void IHost::createHostOnlyNetworkInterfae(
out IHostNetworkInterface hostInterface,
[retval] out IProgress  progress         
)

The "out" parameter can not be accessed in any way from JRuby.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to