diff --git a/VisualStudio/MUST_READ_ME.txt b/VisualStudio/MUST_READ_ME.txt index 3c28e6fdd..19c74535b 100644 --- a/VisualStudio/MUST_READ_ME.txt +++ b/VisualStudio/MUST_READ_ME.txt @@ -6,44 +6,44 @@ IMPORTANT NOTE: Whilst the OSG will compile cleanly with the basic VC++6.0 and its own STL implementation, the OSG will crash regularily due to bugs in VC++6.0's STL. VC++6.0's STL is horribly broken and therefore is *NOT* supported. Do not attempt to use the OSG in conjunction with native VC++6.0 -STL implemention. +STL implemention. -The supported combinations are: +The supported combinations are: + + 1.Visual Studio8.x .NET + 2.Visual Studio7.x .NET - 1.Visual Studio8.x .NET - 2.Visual Studio7.x .NET - Deprecated are: 3.Visual Studio6.0 + Dinkumware's STL bug fix patches 4.Visual Studio6.0 + STLport - -For details on how to patch VisualStudio6.0 see the above website link. -Note, osgIntrospection, src/osgWrapper plugins and the -osgintrospection example cannot be compiled under VisualStudio plugin. + +For details on how to patch VisualStudio6.0 see the above website link. +Note, osgIntrospection, src/osgWrapper plugins and the +osgintrospection example cannot be compiled under VisualStudio plugin. You will also need to run the fixup-vc6-dsps.pl script to clean up the project files that won't otherwise compile to do new elements required -for support of Window 64 bit build under VS 7.x and 8.x. +for support of Window 64 bit build under VS 7.x and 8.x. -Several of the plugins and demoes, and two of the core libraries - osgTerrain +Several of the plugins and demoes, and two of the core libraries - osgTerrain and osgProducer require external dependancies. Full details on where to obtain these can be found in doc/dependancies.html. -- -For syntax highlighting in VisualStudio which the standard C++ style headers +For syntax highlighting in VisualStudio which the standard C++ style headers found in the OSG : -VisualStudio6.0 +VisualStudio6.0 Substiture the LANDEXT.DAT file found in this directory with the one found *\Common\MSDev98\Bin VisualStudio7.x & 8.x/.NET - Install the syntaxhighlight.reg (just double click it). This will update - Extensionless file for Visual Studio. Don't worry, it will keep the + Install the syntaxhighlight.reg (just double click it). This will update + Extensionless file for Visual Studio. Don't worry, it will keep the current extensionless files (STL ones) intact. --