How do I send my OpenGL project made in Visual Studio to my professor

  Kiến thức lập trình

I am trying to send my OpenGL project to my professor with all of my dependencies such as GLAD, SDL2, glfw3 but whenever I try to run it on another computer these dependencies are not found.

I made the project into an executable and it runs fine on my computer. I sent the project to my professor in a zip file but it was missing dependencies and was un able to run. I am assuming that it is something to do with how I am linking them in visual studio but I am not sure how to link them any other way besides copying my path and putting it in the dependencies fields. Any help would be greatly appreciated.

New contributor

Sam Grigoli is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT