Discussion:
[vbox-dev] How can i create multiple IVirtualBoxClient Instance in the sam process
iamhatling
2014-06-20 04:00:34 UTC
Permalink
It is ok when i create just one instance ,
But When i create other new Instance in the same process,

it throw a exception "HRESULT:0x80004005 (E_FAIL)) "



iamhatling
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.virtualbox.org/pipermail/vbox-dev/attachments/20140620/8bd9c9c7/attachment.html
Klaus Espenlaub
2014-06-20 07:54:58 UTC
Permalink
Post by iamhatling
It is ok when i create just one instance ,
But When i create other new Instance in the same process,
it throw a exception "HRESULT:0x80004005 (E_FAIL)) "
IVirtualBoxClient is a singleton. It makes absolutely no sense to create
multiple instances.

Klaus
Post by iamhatling
------------------------------------------------------------------------
iamhatling
Loading...