File: README.txt

package info (click to toggle)
mgltools-opengltk 1.5.7-1
  • links: PTS, VCS
  • area: non-free
  • in suites: stretch
  • size: 8,592 kB
  • ctags: 38,393
  • sloc: ansic: 98,617; python: 3,818; cpp: 1,943; sh: 1,332; tcl: 1,127; makefile: 65
file content (11 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
The StereoI files are from the NVidia SDK 9.5 and are needed to use the
NVidia Consumer 3D Stereo driver:

"c:/Program Files/NVIDIA Corporation/SDK 9.5/LIBS/lib/Release/StereoI.lib"
"c:/Program Files/NVIDIA Corporation/SDK 9.5/LIBS/inc/StereoI/StereoI.h"

Currently, the Microsoft compiler must be used because StereoI.h is
for C++ only, and StereoI.lib has references to msvcrt's operator new
and operator delete and mingw does not provide entry points for those
operators (??2@YAPAXI@Z and ??3@YAXPAX@Z) in its import library for
msvcrt.