Glew+GLFW Win32 No Dependencies Visual Studio
问题 Is it possible to build and link Glew and GLFW without copying files to the C:?? I can't find any documentation that shows how to use these libraries without copying DLLs to the Visual Studio Directory on the C:. I just want to include all the .dll and .lib files needed in the directory of my project. 回答1: You don't have to put the DLLs in Visual Studio Directory .You can drop those in the Debug or Release (based on your compile mode) folder of your VS project.And you do have to include those