首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

opensse程序编译有关问题

2013-01-06 
opensse程序编译问题- Define WINNT in the compile flags.- On 32-bit Windows machine, run vcvars32.ba

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位系统。
[解决办法]
环境变量都按照它的要求设置了么?

热点排行