+Visual C++ 4.0/5.0/6.0 compilation
+----------------------------------
+
+Using project files:
+
+1. Unarchive wx200vc.zip, the VC++ 5 project makefiles.
+2. Open src/wxvc.dsp, set Debug or Release configuration, and
+ compile. This will produce lib/wxvc.lib or lib/wxvc_debug.lib.
+3. Open a sample project file, choose a configuration, and compile.
+ Currently only the minimal and mdi samples have project files.
+ To create others, copy the .dsp/.dsw files from the minimal
+ sample and globally replace 'MinimalVC' and 'minimal' with
+ suitable names. Add any other required source files.
+
+Using makefiles: