Timlankey
06-28-2010, 01:12 PM
I have created a project that I want to send to an employer and I tried to send it to my roommate but the .exe won't run on his computer because it said the side by side configuration is not correct.
I found some info online saying that it must be the glut32.lib, glut32.dll and glut.h files that cannot be found, so I removed the files from my build machine and I linked the project to use the glut files in the project folder itself.
The program compiles again and I can get the .exe to run on the build machine but once again it won't run on another computer.
Any suggestions as to what I can do? Or why I'm getting this side by side configuration issue?
Sorry, once again I'm really noob with this stuff.
I found some info online saying that it must be the glut32.lib, glut32.dll and glut.h files that cannot be found, so I removed the files from my build machine and I linked the project to use the glut files in the project folder itself.
The program compiles again and I can get the .exe to run on the build machine but once again it won't run on another computer.
Any suggestions as to what I can do? Or why I'm getting this side by side configuration issue?
Sorry, once again I'm really noob with this stuff.