MySQL Connector/C++ is available as a static or dynamic library to use with your application. This section describes how to link the library to your application. MySQL Connector/C++能做为项目的静态或动态库,这章节就是描述如何链接该库到你的项目中. Note To avoid potential crashes, th
1.下载好glut工具包.里面包含5个文件,分别是glut.dll,glut.h,glut.lib,gult32.dll,glut.lib 2.glut.dll和glut32.dll放进../Windows/System32 3.glut.h复制到..\Microsoft\Visual Studio 10.0\VC\include\gl中,如没有gl文件夹则新建一个 4.glut.lib和glut32.lib放到静态函数库所在文件夹(..\Microsoft\Visual Studio 10.0