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

Pages: [1]
1
General / please help!!! SFML Crash on App.Clear() and App.Display()
« on: February 19, 2011, 09:12:14 pm »
Quote from: "cooldog99"
THANK YOU GUYS SO MUCH!!!
I installed 10.2 catalyst, because it's the highest my gfx card can support.

and it works now!!

You guys were so helpful, I can't thank you enough!


yeah i also upgraded catalyst too.

2
General / Error i also get
« on: February 19, 2011, 01:19:41 am »
Quote from: "DoctorJ"
You might try reinstalling the driver from the manufacturer. FWIW, older versions of catalyst are available at: http://downloads.guru3d.com/Videocards---ATI-Catalyst-Vista---Win-7_c31.html


i also get this error and i've upgraded my video drivers:

specs: windows vista, ati radeon x1200, 2gb ram, 2.0ghz

tho im using sfml 1.5 and codeblocks 10.05 w/ the mingw compiler it came with.

edit: no im not. make sure the dlls in system32 are up to date or the same as the version of sfml you are using.

3
General / Changing the mouse cursor with sfml?
« on: December 28, 2010, 03:45:11 pm »
Quote from: "tntexplosivesltd"
sf::Window::SetCursorPosition().
http://www.sfml-dev.org/documentation/1.6/classsf_1_1Window.htm#369d1764893c6fde8979fcf04142dc55


thank you.

the other methods i needed were from sf::Window Class Reference
Code: [Select]
void SetCursorPosition (unsigned int Left, unsigned int Top)

void ShowMouseCursor (bool Show)




and Input from sf::Input class to get its position.



Code: [Select]
int GetMouseX ()
int GetMouseY ()

4
General / Changing the mouse cursor with sfml?
« on: December 28, 2010, 06:44:06 am »
yeah i can find out how to do that.

Pages: [1]