diff --git a/doc/DevInfo.txt b/doc/DevInfo.txt index 2ba9c5c1..585c86e2 100644 --- a/doc/DevInfo.txt +++ b/doc/DevInfo.txt @@ -43,6 +43,7 @@ They are built with the static C runtime (this is what the release builds use). ===Win32/MFC=== This is the full-featured Windows build using the MFC GUI. The project files are located in /project/vc2008_mfc (VBA2008.sln) and /project/vs2010_mfc (VBA2010.sln). +Anyone distributing builds should be using MSVC 2010 SP1, the unpatched release has a bug where it applies SSE2 updates to mov and other instructions resulting in illegal instruction errors on cpu's only supporting SSE. You also have to install Microsoft's DirectX SDK for Direct3D, DirectInput & XAudio2. If you want to enable OpenAL sound output, install the OpenAL SDK. If you do not want it, add NO_OAL to the VBA-M project's preprocessor definitions. SubWCRev.exe is used to append the svn versioning to the output executable, this should already be present if you pulled from the svn, but will require installing if you downloaded the project as a tarball.