Changes between Version 7 and Version 8 of Windows build instructions
- Timestamp:
- Dec 15, 2006 4:50:57 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Windows build instructions
v7 v8 4 4 5 5 == Prerequisites == 6 7 * '''Windows XP''' or '''Windows Server 2003'''. 6 8 7 9 * '''Visual C++ version 7.1 or 8.0''' (aka. Visual Studio .NET 2003 and 2005). … … 20 22 21 23 * '''SDL v1.2.7 or later''' development package (VC6): [[BR]]http://www.libsdl.org/download-1.2.php 24 25 === Using Other Windows Versions === 26 27 Building !VirtualBox on Windows 2000 should work fine except for one or two missing runtime DLLs used by libraries or tools the that's required. It very likely that these DLLs are already installed on your computer by some other program, so you wont even notice. 28 29 Building !VirtualBox on Windows Vista works fine with one exception, kBuild is making use of the Almquist's ash shell which is build with cygwin. As of writing to get cygwin to work properly on Windows Vista, you need to use a cygwin1.dll dated 2006-11-02 or later. See http://cygwin.com/ml/cygwin/2006-11/msg00059.html for details and http://cygwin.com/snapshots/ for the dll. Download the dll, unpack it, and copy it to kBuild/bin/x86.win/cygwin1.dll. 30 31 (Your are free to try building !VirtualBox on NT4 (or earlier) and Windows 95/98/ME, just don't expect it to succeed nor to run.) 22 32 23 33 === Using Visual C++ 2005 Express Edition === … … 69 79 VBoxSDL.exe 70 80 }}} 81 82 83 == Common Build Problems == 84 85 === Cygwin DLL Conflict === 86 87 If you have cygwin installed on your computer, you might have problems building if your have active cygwin programs or you might have problems starting cygwin programs when the !VirtualBox build is running. To fix this, copy the cygwin1.dll from your cygwin installation (usually c:/cygwin/bin/cygwin1.dll to kBuild/bin/x86.bin/cygwin1.dll).

