We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PS G:\start-learning-opengl-main-2023> make run dir=27_load_model g++ -std=c++17 -Wall -Wextra -g -Iinclude -o output/main.exe src/27_load_model/main.o include/imgui/imgui_impl_glfw.o include/imgui/imgui_impl_opengl3.o include/imgui/imgui.o include/imgui/imgui_draw.o include/imgui/imgui_widgets.o -Llib -lglad -lglfw3dll -llibassimp Executing 'all' complete! ./output/main.exe src/27_load_model/ Makefile:95: recipe for target 'run' failed make: *** [run] Error -1073741515
The text was updated successfully, but these errors were encountered:
我只有这个27_load_model在运行时遇到了问题
Sorry, something went wrong.
minGW/bin/libstdc++-6.dll复制一份到output目录
No branches or pull requests
PS G:\start-learning-opengl-main-2023> make run dir=27_load_model
g++ -std=c++17 -Wall -Wextra -g -Iinclude -o output/main.exe src/27_load_model/main.o include/imgui/imgui_impl_glfw.o include/imgui/imgui_impl_opengl3.o include/imgui/imgui.o include/imgui/imgui_draw.o include/imgui/imgui_widgets.o -Llib -lglad -lglfw3dll -llibassimp
Executing 'all' complete!
./output/main.exe src/27_load_model/
Makefile:95: recipe for target 'run' failed
make: *** [run] Error -1073741515
The text was updated successfully, but these errors were encountered: