Quantcast
Channel: Visual C forum
Viewing all articles
Browse latest Browse all 15302

setting up GLEW in visual studio 2010?

$
0
0
 1  down vote  favorite
   

I have visual studio 2010 and i want to set up glew.h on it. i do this step but still i have linker error: 1.download glew pack

2.copy .h files to C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include

3.copy .lib files to C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Lib

4.copy glew32.dll to C:\Windows\SysWOW64

5.and finally go to myproject properties then go to linker->input add glew32.lib, glu32.lib, and opengl32.lib to Additional Dependencies

but i still have this error:
error LNK2001: unresolved external symbol __imp____glewPointParameterfv


when i import glew.c(i found it in internet),it compile correctly but when glewPointParameterfv call it make access violation


is it necessary to import glew.c??

what should i do??


thanks.

Viewing all articles
Browse latest Browse all 15302

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>