boinc/samples/vboxwrapper
Rom Walton 527ce4cb67 VBOX: Update COM interface file to 5.1.2 version. It looks like something changed and now all 5.1.2 clients are failing with older vboxwrappers. 2016-08-08 08:00:36 -07:00
..
vboxwrapper.xcodeproj VBOX: Fix recursive header error in Mac Xcode project 2016-01-30 19:45:21 -08:00
BuildMacVboxWrapper.sh VBoxWrapper: fixes for compatibility with Xcode 6 2015-04-14 07:28:11 -07:00
Makefile VBOX: Remove unneeded files. 2015-04-08 12:45:03 -04:00
Makefile_mac VBoxWrapper: fixes for compatibility with Xcode 6 2015-04-14 07:28:11 -07:00
ReadMe.txt Samples: Add Macintosh build instructions for example app (uppercase), VBoxWrapper and Wrapper 2015-04-14 07:34:42 -07:00
floppyio.cpp vbox: fix memory leak in FloppyIO 2015-11-22 22:50:08 +02:00
floppyio.h vbox: fix use-after-free bug in FloppyIOException 2015-11-23 00:11:59 +02:00
gbac.cpp
gbac.h
vbox42.tlb
vbox43.tlb
vbox50.tlb VBOX: Update to support VirtualBox 5.0 RTW. 2015-07-09 11:56:00 -04:00
vbox51.tlb VBOX: Update COM interface file to 5.1.2 version. It looks like something changed and now all 5.1.2 clients are failing with older vboxwrappers. 2016-08-08 08:00:36 -07:00
vbox_common.cpp vboxwrapper: fix bugs in cmdline memory size spec; fix compile warnings 2016-07-01 12:06:55 -07:00
vbox_common.h VBOX: Take a screen shot on failure and dump the base64 encoded image to stderr. 2016-06-12 19:20:55 -07:00
vbox_mscom42.cpp VBOX: Clean-up the VirtualBox version detection mess. 2015-07-05 14:35:48 -04:00
vbox_mscom42.h
vbox_mscom43.cpp VBOX: Clean-up the VirtualBox version detection mess. 2015-07-05 14:35:48 -04:00
vbox_mscom43.h
vbox_mscom50.cpp VBOX: Clean-up the VirtualBox version detection mess. 2015-07-05 14:35:48 -04:00
vbox_mscom50.h VBOX: Add COM support for VirtualBox 5.0 Beta 1. 2015-04-01 14:53:43 -04:00
vbox_mscom51.cpp VBOX: Add support for VirtualBox 5.1 (MSCOM) 2016-06-03 21:47:43 -07:00
vbox_mscom51.h VBOX: Add support for VirtualBox 5.1 (MSCOM) 2016-06-03 21:47:43 -07:00
vbox_mscom_impl.cpp VBOX: Make the screen shot feature optional. It is now turned on via a vbox_job.xml flag. 2016-08-08 07:59:01 -07:00
vbox_mscom_impl.h VBOX: Take a screen shot on failure and dump the base64 encoded image to stderr. 2016-06-12 19:20:55 -07:00
vbox_vboxmanage.cpp VBOX: Make the screen shot feature optional. It is now turned on via a vbox_job.xml flag. 2016-08-08 07:59:01 -07:00
vbox_vboxmanage.h VBOX: Take a screen shot on failure and dump the base64 encoded image to stderr. 2016-06-12 19:20:55 -07:00
vboxcheckpoint.cpp
vboxcheckpoint.h
vboxjob.cpp VBOX: Make the screen shot feature optional. It is now turned on via a vbox_job.xml flag. 2016-08-08 07:59:01 -07:00
vboxjob.h VBOX: Make the screen shot feature optional. It is now turned on via a vbox_job.xml flag. 2016-08-08 07:59:01 -07:00
vboxlogging.cpp vboxwrapper: fix bugs in cmdline memory size spec; fix compile warnings 2016-07-01 12:06:55 -07:00
vboxlogging.h
vboxwrapper.cpp VBOX: added boot_iso option 2016-07-19 11:37:14 +02:00
vboxwrapper.h
vboxwrapper_win.h
vboxwrapper_win.rc

ReadMe.txt

To build VBoxWrapper for Macintosh:

First build the BOINC libraries:
cd [path]/mac_build
source BuildMacBOINC.sh -lib

For more details, see the instructions in that script's comments or at:
[path]/mac_build/HowToBuildBOINC_XCode.rtf

After building the libraries, there are two ways to build VBoxWrapper for Macintosh:

[1] Run the Xcode project at:
[path]/samples/vboxwrapper/vboxwrapper.xcodeproj

[2] Run the BuildMacVboxWrapper.sh script in this vboxwrapper directory (which will invoke the makefile Makefile_mac):
cd [path]/samples/vboxwrapper/
sh BuildMacVboxWrapper.sh