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

Pages: 1 [2]
16
Graphics / Can't Use sf::Strings.
« on: July 04, 2009, 02:09:48 am »
Hello.

I'm making a game and to do so, I've made a Menu class, with MenuItems and stuff, but I had some "Unhandled exception", so I narrowed the debug at the simple fact that I cannot declare a single sf::String on my program... even the Copy/pasted code from the tutorials doesn't work.

I still get the Unhandled Exception at (blahblah) memory adress.

Do you have the same problem or a solution for that?

17
Graphics / Write Number on the Screen
« on: February 02, 2009, 03:24:35 pm »
sweet THANKS :D

18
Graphics / Write Number on the Screen
« on: February 02, 2009, 01:06:39 pm »
thank you :) although to update time this method only appends the text. I tryied to flush the stream but it keeps appending the numbers... example:

Score 1

Update

Score 12 instead of Score 2

19
Graphics / Write Number on the Screen
« on: February 01, 2009, 09:59:19 pm »
I'd like to write numbers on screen, like time and/or scores. How can I do that if sf::String only allows text.. ?

20
Graphics / Font crashes
« on: January 12, 2009, 06:26:28 pm »
yes please :D

21
Graphics / [text/font] I get a new error since update to sfml1.4
« on: January 11, 2009, 09:10:56 pm »
in the tutorial I think in that part, there is a missing/broken image.. just above "Compiling SFML (for advanced users)"

22
Graphics / [text/font] I get a new error since update to sfml1.4
« on: January 07, 2009, 10:58:42 pm »
Nice!! thank you :D

23
Graphics / [text/font] I get a new error since update to sfml1.4
« on: January 07, 2009, 09:34:07 pm »
Ok, Thanks.

one more thing tho, what's the difference between the static and dynamic libs??

24
General discussions / SFML 1.4
« on: January 07, 2009, 09:27:51 pm »
Can you tell us which tutorials were updated since 1.3 ?? It kinda sucks to re-read everything, since I started 2 days ago and read everything from 1.3.. xD

Thanks.

25
Graphics / [text/font] I get a new error since update to sfml1.4
« on: January 07, 2009, 09:25:12 pm »
After linking.

1>main.obj : error LNK2001: unresolved external symbol "private: static unsigned int * sf::Font::ourDefaultCharset" (?ourDefaultCharset@Font@sf@@0PAIA)
1>C:\Users\Michael\Documents\Visual Studio 2008\SFML\PongClone\Debug\PongClone.exe : fatal error LNK1120: 1 unresolved externals

Googled for it and nothing came up..

26
Window / edit
« on: January 07, 2009, 01:32:53 pm »
well, at least it would be very helpful... :)

edit: I see from sfml 1.4 setIcon was added... but not seWindowTitle... :( maybe on next update? :D

27
Window / Change Window Title and Add Image to Title Bar
« on: January 07, 2009, 12:39:06 am »
Hello!

I am an average experienced user of SDL who just switch to SFML and I   LOVE IT!!!

But.. As the title of the screen says, I need to change the Window Title, to, for example, display (and update ) the fps there...

I also would like to add a like icon to the title bar...

I didn't find any functions who would let me do those things.. Or I might have looked at the wrong places...

Thank you for your help.
-Mike

28
Graphics / Making a gui
« on: January 06, 2009, 12:19:15 pm »
you can try Qt :)

Pages: 1 [2]
anything