level 11
编译的时候会加载一下
mingw32-g++.exe -Wall -fexceptions -O2 -std=c++11 -I"E:\computer\programming\other app\SDL2 For CodeBlock\local\include\SDL2" -I"E:\computer\programming\other app\SDL2 For CodeBlock\local\include" -c "E:\computer\programming\own app\codeblocks\letter\main.cpp" -o obj\Release\main.o
mingw32-g++.exe -L"E:\computer\programming\other app\SDL2 For CodeBlock\local\lib" -o bin\Release\3.exe obj\Release\main.o -s -lSDL2_gfx -lSDL2_image -lSDL2_image.dll -lSDL2_draw -lSDL2_ttf -lSDL2_ttf.dll -lSDL2_mixer -lSDL2_mixer.dll -lSDL2_net -lSDL2_net.dll -lmingw32 -lSDL2main -lSDL2 -lSDL2.dll
请问要怎么样才能点开exe可以运行呢?
2014年07月01日 04点07分
3