From a6566923dbbd72dc49a3883add2e9adcf73e7bd8 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 12 Jul 2007 05:32:07 +0000 Subject: [PATCH] Added note about SDL_config.h - merged from revision 3227 on SDL 1.2 branch --- VisualC.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualC.html b/VisualC.html index f5dbe784c..ad2ed97a6 100644 --- a/VisualC.html +++ b/VisualC.html @@ -45,6 +45,10 @@

This is done by right clicking on each project in turn (Projects are listed in the Workspace panel in the FileView tab), and selecting "Build".

+

+ If you get an error about SDL_config.h being missing, you should + copy include/SDL_config.h.default to include/SDL_config.h and try again. +

You may get a few warnings, but you should not get any errors. You do have to have at least the DirectX 5 SDK installed, however. The latest