简体   繁体   中英

Visual Studio freeglut/glew error (“missing from computer”)

Long story short: I'm at home trying to run a project I've been tinkering with in school (OpenGL). When trying to run the unchanged program, I get errors saying freeglut.dll is missing. The thing is:

  • I have freeglut and glew on my computer
  • I am running the same version of Visual Studio (2013)
  • The path to the libraries and such is exactly the same due to the glew and freeglut-files being located in a Dropbox-folder on both PCs.
  • The .dlls are also located in the same folders as the .exe

I have tried rebuilding, cleaning, starting a new project with the same files, moving the freeglut and glew-files to different folders, but for some reason it doesn't seem to work.

您是否尝试过重启系统?

SOLVED: Turns out I had Visual Studio Ultimate on the non-working PC and not Visual Studio Professional. Installing Professional did the trick.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM