boinc/samples/vboxwrapper
marius 8f7df2a7f0 VBOX: fixed error code not being reported 2016-02-04 02:50:57 +01: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 VBOX: GBAC main files added 2014-10-02 16:28:23 +02:00
gbac.h VBOX: GBAC main files added 2014-10-02 16:28:23 +02:00
vbox42.tlb VBOX: Hookup COM support for both VirtualBox 4.2 and VirtualBox 4.3. It appears to be working. 2014-11-23 12:47:30 -05:00
vbox43.tlb VBOX: Hookup COM support for both VirtualBox 4.2 and VirtualBox 4.3. It appears to be working. 2014-11-23 12:47:30 -05:00
vbox50.tlb VBOX: Update to support VirtualBox 5.0 RTW. 2015-07-09 11:56:00 -04:00
vbox_common.cpp VBOX: Attempt to read VirtualBox logs in-place to cut down on disk I/O. 2015-10-11 13:27:03 -04:00
vbox_common.h VBOX: Only perform the printf format string sanitize functionality on those strings that are going to be consumed by vbox_log(). 2015-08-28 17:24:00 -04:00
vbox_mscom42.cpp VBOX: Clean-up the VirtualBox version detection mess. 2015-07-05 14:35:48 -04:00
vbox_mscom42.h VBOX: Refactor vboxwrapper to streamline logging and prepare for vboxhtmlgfx. 2014-12-19 09:55:48 -05:00
vbox_mscom43.cpp VBOX: Clean-up the VirtualBox version detection mess. 2015-07-05 14:35:48 -04:00
vbox_mscom43.h VBOX: Refactor vboxwrapper to streamline logging and prepare for vboxhtmlgfx. 2014-12-19 09:55:48 -05:00
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_mscom_impl.cpp VBOX: Make sure we are processing the vm log file, even if it is not online. 2015-10-16 11:46:58 -04:00
vbox_mscom_impl.h VBOX: Clean-up the VirtualBox version detection mess. 2015-07-05 14:35:48 -04:00
vbox_vboxmanage.cpp VBOX: Make sure we are processing the vm log file, even if it is not online. 2015-10-16 11:46:58 -04:00
vbox_vboxmanage.h VBOX: Clean-up the VirtualBox version detection mess. 2015-07-05 14:35:48 -04:00
vboxcheckpoint.cpp VBOX: Remove unneeded error string 2015-03-26 08:55:32 -04:00
vboxcheckpoint.h VBOX: Decoupled the HTML Graphics application from vboxwrapper. 2014-12-23 16:54:03 -05:00
vboxjob.cpp VBOX: Create a new job file flag for dealing with the scratch directory feature. 2015-06-28 15:18:17 -04:00
vboxjob.h VBOX: Create a new job file flag for dealing with the scratch directory feature. 2015-06-28 15:18:17 -04:00
vboxlogging.cpp VBOX: Add missing header 2015-01-15 18:16:59 -05:00
vboxlogging.h VBOX: Decoupled the HTML Graphics application from vboxwrapper. 2014-12-23 16:54:03 -05:00
vboxwrapper.cpp VBOX: fixed error code not being reported 2016-02-04 02:50:57 +01:00
vboxwrapper.h VBOX: Refactor vboxwrapper to streamline logging and prepare for vboxhtmlgfx. 2014-12-19 09:55:48 -05:00
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