开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
VS2010
Windows 7 64bits
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
CUDA 5.5 + GLM 0.9.5.3 + GLEW 1.10.0 + GLFW 3.0.4 + Freeglut 2.8.1
后面几个函数库我都是使用32bits的
编译上我也是编译成32bits
问题(Question):
我现在有一个网页的sample,下载下来开个专案
在连结器那里加上freeglut.lib glew32.lib glfw3.lib以后就可run
但是如果在开启专案处我选了cuda专案
依照相同的流程
会产生如下的LNK2019的状况
http://ppt.cc/FyIc
喂入的资料(Input):
无
预期的正确结果(Expected Output):
应该是要如同开启VS2010专案的状况一样可以RUN
错误结果(Wrong Output):
无法COMPILE
程式码(Code):(请善用置底文网页, 记得排版)
MAIN:
http://ideone.com/YpNKYx
Utils.h:
http://ideone.com/Qv8wTO
Utils.c
http://ideone.com/rbOyum
fragment shader
http://ideone.com/6SQg3g
vertex shader
http://ideone.com/hqrJ9x
该教学网站
http://openglbook.com/
补充说明(Supplement):
我想我有能力正确设定library和dll等档案位置
不过加上cuda以后我不知道现在是哪里让library有问题