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

Pages: [1]
1
Feature requests / Road Map
« on: October 11, 2007, 06:53:29 pm »
I know this isnt really a feature but I would like to see a road map for SFML.  I read that your very busy and you only work on this in your free time so you dont exactly plan it out but an idea of what your going to do would be nice.

Even if it was simply a TODO list that would be cool. Im sure you have an idea in your head of what things your gonna work on next, even if its not for a while, you could just add them to the list!

Not trying to demand anything, im just REALLY impressed by this lib and would just like to see what great features to expect and what areas your working on!

2
General discussions / Benchmark : SDL vs SFML
« on: October 11, 2007, 05:47:14 pm »
Im porting over a project of mine from SDL to SFML which involves almost nothing but dynamic text.  The FPS gets very low on my machine using SDL so I was wondering if you could take into consideration optimizing dynamic text?  I would greatly appreciate it but theres no rush!

Thanks

3
General / Strange characters in Title bar
« on: October 11, 2007, 05:35:01 pm »
Quote from: "Pfhreak"
Sorry, I'm using Visual Studio 2005.

I'm compiling in debug mode, but with the regular libraries.

If I change the libraries to their -d equivalents I get over 200 linker errors.
My only thought is that I somehow installed it wrong?

Here's what I did:
Copied the items in the vc2005/lib/static folder to my VC/lib folder.
Copied the SFML folder to my VC/Include folder.

Then I added the pieces I wanted to my linker:
sfml-graphics.lib sfml-main.lib sfml-windows.lib sfml-system.lib

Then I had to exlude the following from my linker:
msvcrtd.lib

That is ALL I did, are there any other steps? Am I missing something here?

EDIT:
If I try and build a release version using the libraries, I get this error:
Code: [Select]

fatal error C1047: The object or library file 'G:\Development\Microsoft Visual Studio 8\VC\lib\sfml-graphics.lib' was created with an older compiler than other objects; rebuild old objects and libraries


I had the same problem many times, try doing a full rebuild... Build->Rebuild

4
General / Problem with example code
« on: October 11, 2007, 05:27:33 pm »
Wow, im extremely sorry. Im new to using VS so I didnt understand that error at all, but you were right I forgot to copy and paste the last } in the code!

Sorry for the stupid question but thanks for the help!

5
General / Problem with example code
« on: October 10, 2007, 05:31:59 pm »
Im using VC 2005 express trying to compile the example from http://sfml.sourceforge.net/tutorials/graphics-window.php but im not sure exactly what to link so im linking sfml-main.lib sfml-graphics.lib sfml-system.lib but it still gives me the error: fatal error C1075: end of file found before the left brace '{'  ...which its talking about right after int main.

Please help, Thanks!

Pages: [1]