I'd prefer not to but I have a few questions to ask, just starting learning from the tutorial and have a couple things I can't figure out.
I'm using the Code::Blocks guidelines btw.
1. I couldn't run the source file here:
http://www.sfml-dev.org/tutorials/1.6/window-opengl.php.
First error I get is: | undefined reference to `glClearDepth@8'| followed by 22 more errors that say the same thing regarding gl related code there. Is there any SFML library I need to link? (currently have system, window and graphics linked).
2. For running an executable with SFML code without the use of codeblocks I kept getting this error that said "libgcc_s_dw2-1.dll" is missing but I fixed this for my computer by placing that file in the system32 folder. Am I correct to assume that I would need to distribute that DLL file and some of the SFML 1.6 DLLs along with the executable?
Sorry if this question seems foolish, I'm new somewhat new to programming.