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 - Paci4416

Pages: [1]
1
General / SFML with OpenGL
« on: September 03, 2009, 01:09:07 am »
I read this tut but still that wasnt what I meant.
Look at this code:
http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=01

it's alott of code just to create a blank window with some error handling.
and on the sfml tut with Ogl it took something like 6 commands to create this window.

So i want to know what SFML already does for me in OpenGL so i know what i need to really learn about OpenGL

2
General / SFML with OpenGL
« on: September 02, 2009, 07:45:23 pm »
Hello ,
I'm new for SFML and my goal is to build a small game with 3D models.
I'm also new to OpenGL and never used it.

So I found some tut's about OpenGL but i dont know if i can learn from them because i'm using also the sfml.

For example I want to learn from this site:
http://nehe.gamedev.net/lesson.asp?index=01

But I dont know if I need to write everything written there or SFML does somthing for me , and how to add this code with the SFML main loop and other.

Hope you understand me, Thank you in advance. :)

3
Graphics / Buffer overflow when run tut code
« on: June 04, 2009, 11:02:07 am »
I skipped this part of the tut because I decided to use the static lib. :P

But now it's works :)

Thank you for the help!

4
Graphics / Buffer overflow when run tut code
« on: June 04, 2009, 10:11:39 am »
Ok, done.

now i get 5 errors in this concept:

 error LNK2001: unresolved external symbol "public: static class sf::Color const sf::Color::Green" (?Green@Color@sf@@2V12@B)

and in all the other colors in the tutorial.

I think it's means i need another a lib but which. :/

5
Graphics / Buffer overflow when run tut code
« on: June 04, 2009, 12:30:09 am »
How can i fix it?

6
Graphics / Buffer overflow when run tut code
« on: June 03, 2009, 09:46:26 pm »
Hello,

When i try to run the code on the tutorial about: Graphics - Drawing simple shapes

I get buffer overflow error on the first line of Draw.

        App.Draw(sf::Shape::Line(10, 10, 710, 100, 15, sf::Color::Red));

Using Console project and included the graphics-s.lib


Thank you in advance.

Pages: [1]
anything