|
Revision 1829, 1.0 kB
(checked in by robert, 10 years ago)
|
|
Convert dsp's to use dos endings.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | IMPORTANT NOTE: Whilst the OSG will compile cleanly with the basic VC++6.0 |
|---|
| 2 | and its own STL implementation, the OSG will crash regularily due to bugs |
|---|
| 3 | in VC++6.0's STL. VC++6.0's STL is horribly broken and therefore is *NOT* |
|---|
| 4 | supported. Do not attempt to use the OSG in conjunction with native VC++6.0 |
|---|
| 5 | STL implemention. |
|---|
| 6 | |
|---|
| 7 | The supported combinations are: |
|---|
| 8 | |
|---|
| 9 | 1.Visual Studio7.0 .NET |
|---|
| 10 | 2.Visual Studio6.0 + Dinkumware's STL bug fix patches |
|---|
| 11 | 3.Visual Studio6.0 + STLport |
|---|
| 12 | |
|---|
| 13 | For details on how to patch VisualStudio6.0 read the doc/install.html |
|---|
| 14 | documentation. |
|---|
| 15 | |
|---|
| 16 | Several of the plugins and demoes, and two of the core libraries - osgText |
|---|
| 17 | and osgGLUT require external dependancies. Full details on where to obtain |
|---|
| 18 | these can be found in doc/dependancies.html. |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | -- |
|---|
| 22 | |
|---|
| 23 | For syntax highlighting in VisualStudio which the stanard C++ style found in the |
|---|
| 24 | OSG you can substiture the LANDEXT.DAT file found in this directory with the one found |
|---|
| 25 | in : |
|---|
| 26 | |
|---|
| 27 | VisualStudio6.0 *\Common\MSDev98\Bin |
|---|
| 28 | |
|---|
| 29 | VisualStudio7.0/.NET *\Common7\IDE\langext.dat |
|---|
| 30 | |
|---|