Search found 15 matches

by vazzdoin
22. Mar 2010, 06:20
Forum: VirtualBox on Linux Hosts
Topic: Health Monitoring(Guest OS)
Replies: 0
Views: 645

Health Monitoring(Guest OS)

Hii, i am working on Virtual box from last few months. I want to monitor the health of guest machines on Virtual box from the Host OS or any remote location connected to Host machine. Kindly suggest me the list of parameters like , CPU usage , RAM usage etc..etc :idea: , which are availabe on Virtua...
by vazzdoin
18. Feb 2009, 10:47
Forum: VirtualBox on Linux Hosts
Topic: Unable to get session state
Replies: 2
Views: 897

thanks .
i already had taken the PRUnichar as datattype, but i was not declaring a pointer type variable. Here was the fault. thanks a lot.
by vazzdoin
17. Feb 2009, 12:45
Forum: VirtualBox on Linux Hosts
Topic: Unable to get session state
Replies: 2
Views: 897

Unable to get session state

unable to get sessionType ?
by vazzdoin
13. Feb 2009, 07:45
Forum: VirtualBox on Linux Hosts
Topic: Programm shows errors.
Replies: 1
Views: 652

Dear , I am already working on 32 bit base. I think this might be problem in Libraries Included. This code requires more Libraries to be included to recognise all functions and datatypes which are being shown undeclared before. If there is some other problem ,kindly suggest me the right way to solve...
by vazzdoin
12. Feb 2009, 05:57
Forum: VirtualBox on Linux Hosts
Topic: Error in program ?
Replies: 6
Views: 2445

Following is the function code which m trying to run. static nsresult showInfo (nsCOMPtr <IVirtualBox> virtualBox, nsCOMPtr<IMachine> machine, nsCOMPtr <IConsole> console = nsCOMPtr <IConsole> (), VMINFO_DETAILS details = VMINFO_NONE) { nsresult rc; nsCOMPtr<IMachine> machine; nsID uuid (argv[0]); i...
by vazzdoin
11. Feb 2009, 08:49
Forum: VirtualBox on Linux Hosts
Topic: Programm shows errors.
Replies: 1
Views: 652

Programm shows errors.

Hi ,i am working on VirtualBox(OSE) programing and facing the following errors in my program execution. can any one help me to remove the errors. tstVBoxAPILinux.cpp: In function `nsresult showInfo(nsCOMPtr<IVirtualBox>, nsCOMPtr<IMachine>, nsCOMPtr<IConsole>, VMINFO_DETAILS)': tstVBoxAPILinux.cpp:1...
by vazzdoin
11. Feb 2009, 06:43
Forum: VirtualBox on Linux Hosts
Topic: Error in program ?
Replies: 6
Views: 2445

I searched over it and now i found that i am working on the Open source edition(OSE) version. Now,can nyone tell me where's the problem in my code.
by vazzdoin
9. Feb 2009, 12:19
Forum: VirtualBox on Linux Hosts
Topic: Error in program ?
Replies: 6
Views: 2445

No m not running separate kernal... I dont know abt the version. M working on i386 RHEL.
by vazzdoin
6. Feb 2009, 12:47
Forum: VirtualBox on Linux Hosts
Topic: Error in program ?
Replies: 6
Views: 2445

Error in program ?

I am Facinf the following errors when i use the header files of VBoxManage.cpp in the tstVBoxAPILinux.cpp /usr/include/libio.h:475: error: `__gnuc_va_list' has not been declared /usr/include/libio.h:477: error: `__gnuc_va_list' has not been declared In file included from tstVBoxAPILinux.cpp:14: /usr...
by vazzdoin
5. Feb 2009, 08:32
Forum: VirtualBox on Linux Hosts
Topic: Header files not working properly.
Replies: 0
Views: 489

Header files not working properly.

Hello . I am unable to use the header files saved at .../include/iprt and ../include/VBox/com in my VirtualBox Program. If i try to use them it gives lots of errors. mostly as datatype undeclared. I have given the Include path in the Makefile shown in the bold font below : PATH_INC = $(PATH_XPCOM)/i...
by vazzdoin
4. Feb 2009, 09:15
Forum: VirtualBox on Linux Hosts
Topic: VirtualBox programming.
Replies: 4
Views: 1218

thanks.

Thanks TerryE... i found some VBox related coding from teh VBoxManage rpm. This is quite helpfull. I already had that but never discovered. Now i can do anything with the help of c++ code what i can do on the terminal with the VBoxManage command. u can also try that . Its helpfull , n all d members ...
by vazzdoin
4. Feb 2009, 09:12
Forum: VirtualBox on Linux Hosts
Topic: Unable to include Header files.
Replies: 1
Views: 814

Unable to include Header files.

Hi, m working on VirtualBox coding. I want to include some headre files in my VBoxManage sdk source from some other location ehich is outside some diretories. Can any one tell me how to inlcude these Header files. I tried using the folllowing method ,but m unable to include them ;- #ifndef VBOX_ONLY...
by vazzdoin
3. Feb 2009, 07:16
Forum: VirtualBox on Linux Hosts
Topic: VirtualBox programming.
Replies: 4
Views: 1218

Thanks

Thanks Terry... M into c++ n i know enough of c++ too start doing coding in VBox. So i was requiring some helpfull stuff (interfaces and members of VBOX). I shall b thankfull to u if u can get me some link or url where i can find some examples or like stuff to start doing something different on VBOX...
by vazzdoin
2. Feb 2009, 11:04
Forum: VirtualBox on Linux Hosts
Topic: VirtualBox programming.
Replies: 4
Views: 1218

VirtualBox programming.

Hello folks. M working on Virtual bOx n i need to learn VBox programming (c++) for that . can anyone tell me any helpfull site or link to learn VBox programming which should contain enough stuff to be skilled in VBox programming. Kindly post that link. Please reply if somebody has worked or working ...
by vazzdoin
2. Feb 2009, 06:04
Forum: VirtualBox on Linux Hosts
Topic: VirtualBox Coding for remote OS monitoring.
Replies: 1
Views: 654

VirtualBox Coding for remote OS monitoring.

Hi .
I am working on Virtual Box for remote system monitoring. can any one tell me what is the c++ code to check the Memory(RAM,Hard disk) usage(Used,remaining) by OS on VirtualBox . Also the code to check the File system of the Operating systems on VBox.
Thanks in advance. :)