读书人

opensse程序编译有关问题

发布时间: 2013-01-06 15:44:47 作者: rapoo

opensse程序编译问题
- Define WINNT in the compile flags.
- On 32-bit Windows machine, run vcvars32.bat which will
set the all the required path,include libraries required to compile the samples.
For setting these variables in 64-bit Windows, it is explained below.
- Add ../bin as an additional PATH environment variable.
- Add ../include as an additional INCLUDE environment variable.
- Add ../bin as an additional LIB environment variable.
- Link with all libraries in the ../lib directory.

小弟在弄OPENSSE时,看到文档是这样写的,可是小弟用它的SDK怎么都编译不过去,请大大指点一下,上面文档中所说的应该怎么去做,要注意什么?小弟是win7 64位系统。
[解决办法]
环境变量都按照它的要求设置了么?

读书人网 >C++

热点推荐