Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ThunderManEX

Pages: [1]
1
General / please help!!! SFML Crash on App.Clear() and App.Display()
« on: February 17, 2011, 09:47:43 pm »
Any recent updates to your ATI drivers?

2
General / Re: Few questions
« on: January 27, 2011, 12:25:59 pm »
Quote from: "Groogy"

Ask away! This forum is here so that we can help you ;)
"The one who asks is a fool for 5 minutes, but the one who don't is a fool forever" - Or something like that :P

I'll try to keep that in mind. Thanks for the help. Any general advice you can offer to a beginner in this?
Quote from: "tntexplosivesltd"
Quote from: "ThunderManEX"

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).

Yes, you need to link to OpenGL. Use -lopengl32.

Thank you, that got rid of most of the errors but still left one I managed to solve through google. -lglu32 was also necessary, shouldn't that be pointed out in the tutorial?

3
General / Few questions
« on: January 27, 2011, 10:35:38 am »
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.

Pages: [1]
anything