Let's make a game in C++ (SDL,OpenGL) - Episode 1 - Setup
Uploader Comments (RedReaper132)
All Comments (102)
-
ld.exe||cannot find -l-lmingw32?|
wtf plz help
-
@B34stTheD34d If you cant solve problems stop try to lern how to program games.
-
How can I put the build (the part which was down) and Test project (again back bedcause i have deleted them some how.
-
@Game4Everz its lmingw32 not lmgwing32
-
Have you moved the file?
-
this is a horrible tutorial and should be removed from youtube, your tutorial has many errors that you do not explain how to fix.
and you never respond to any of your users comments, therefore, problems are never solved.
congratulations sir, you are a DICK!
-
If anyone is getting a console window appearing alongside the application window, just add the following flag:
-mwindows
-
C:\Users\Jeremy\Documents\Epic
Bot\Test\main.cpp|5|error: SDL.h: No such file or directory| C:\Users\Jeremy\Documents\Epic
Bot\Test\main.cpp||In function 'int main(int, char**)':| C:\Users\Jeremy\Documents\Epic
Bot\Test\main.cpp|9|error: 'SDL_INIT_EVERYTHING' was not declared in this scope| C:\Users\Jeremy\Documents\Epic
Bot\Test\main.cpp|9|error: 'SDL_Init' was not declared in this scope| C:\Users\Jeremy\Documents\Epic
Bot\Test\main.cpp|11|error: 'SDL_Quit' was not declared in this scope|
When you opened up the bin for "Test", yours had a Test.exe. Mine did not, so I made one. But now when I run application it says the execution of the file failed.
HeroMaar 1 month ago
@HeroMaar The Test executable is created when you compile the program, so if it isn''t there, then the program didn't compile.
RedReaper132 1 month ago
Help I ran Code:Blocks for the first time.. I used the VisualC++ SDL Files and I get the error below HELP ME!!
| | | | | | | | | | | | | | | |
vvvvvvvvvvvvvvvvv
SBNDude 4 months ago
@SBNDude If you use Code::Blocks then you can't use the libraries for Visual Studio, you have to download the other ones like it's showed in the video.
RedReaper132 4 months ago
"error: 'SDL_QUIT() ' cannot be used as a function".... why could it be going wrong????
G4br13lwin 4 months ago
@G4br13lwin Because it is SDL_Quit() and not SDL_QUIT()
RedReaper132 4 months ago