Opened 11 years ago
Closed 11 years ago
#12051 closed defect (invalid)
Machine Not created
Reported by: | MVS | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.2.16 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | all |
Description
Hai sir,
I am using VirtualBoxSDK-4.2.16-86992 version sdk. I am trying to create a virtual machine using CreateMachine() function. The return values says success(S_OK), but actually machine not get created. Please help where is mistake here, here i have attached the c++ file for your reference
Attachments (1)
Change History (2)
by , 11 years ago
Attachment: | Support.cpp added |
---|
comment:1 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
First, this is not the correct place for asking such questions. Please go to forums.virtualbox.org, that's a better place for discussing programming issues. Second, your issue is surely not a blocker. To me it seems that you just forgot to register the VM. So the VM is created but the VM selector will not be aware of it. So some kind of VirtualBox.RegisterMachine() is required.
C++ code to create VM in virtual box