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.