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 - Sonic-blue-knight

Pages: [1]
1
General discussions / got lots of warnings, (although it works)
« on: April 17, 2009, 01:16:48 am »
Quote from: "Nexus"
Quote from: "Sonic-blue-knight"
Have you installed C++ Redistributable yet?
You mean MSVC++ redistributable?



Yeah XD I'm not uset to writting the whole name, sorry.

That was one of the things which made my friends not able to open the app.
If it was just because of SFML dlls, it would tell you it didn't find those.

2
General discussions / got lots of warnings, (although it works)
« on: April 16, 2009, 11:21:16 pm »
Have you installed C++ Redistributable yet?

The way to setup projects are specified on the tutorials, it is easy to do, for debugging is the same as releasing but just changing that option and the libraries if you are using specific libs.

3
General discussions / got lots of warnings, (although it works)
« on: April 05, 2009, 01:49:06 am »
.... I just can't believe this..
So.. All this time it hasn't been working to me, it's just because I had a stupid USB joystick connected? *DIES*
OH well, at least now I'm happy it wasn't my fault, Now I can release the application without warns and errors :D

4
General discussions / got lots of warnings, (although it works)
« on: April 04, 2009, 01:24:50 pm »
Well, I gotta say that some months ago I was still trying to run SFML correctly, I was still getting lots of errors, and the only thing I could get from a tutorial is a black window (when it was suppoused to be red) and a window caption with those strange letters many ppl have posted on the forum (ìììììSFML). So the solution was re-building the libraries and use -s-d libs (I had to read topic per topic till I found it x_x)

 
Finally...

But then.. when compiling...


65 errors about objects lost

Code: [Select]
1>Linking...
1>sfml-window-s-d.lib(Joystick.obj) : warning LNK4099: no se encontró PDB 'vc90.pdb' con 'C:\Archivos de programa\Microsoft Visual Studio 9.0\VC\lib\sfml-window-s-d.lib' o en 'C:\Documents and Settings\Miguel\Escritorio\jhfytf\Debug\vc90.pdb'; se vinculará el objeto sin tener en cuenta información de depuración
1>sfml-window-s-d.lib(VideoModeSupport.obj) : warning LNK4099: no se encontró PDB 'vc90.pdb' con 'C:\Archivos de programa\Microsoft Visual Studio 9.0\VC\lib\sfml-window-s-d.lib' o en 'C:\Documents and Settings\Miguel\Escritorio\jhfytf\Debug\vc90.pdb'; se vinculará el objeto sin tener en cuenta información de depuración
1>sfml-window-s-d.lib(WindowImplWin32.obj) : warning LNK4099: no se encontró PDB 'vc90.pdb' con 'C:\Archivos de programa\Microsoft Visual Studio 9.0\VC\lib\sfml-window-s-d.lib' o en 'C:\Documents and Settings\Miguel\Escritorio\jhfytf\Debug\vc90.pdb'; se vinculará el objeto sin tener en cuenta información de depuración
1>sfml-window-s-d.lib(Context.obj) : warning LNK4099: no se encontró PDB 'vc90.pdb' con 'C:\Archivos de programa\Microsoft Visual Studio 9.0\VC\lib\sfml-window-s-d.lib' o en 'C:\Documents and Settings\Miguel\Escritorio\jhfytf\Debug\vc90.pdb'; se vinculará el objeto sin tener en cuenta información de depuración
1>sfml-window-s-d.lib(Input.obj) : warning LNK4099: no se encontró PDB 'vc90.pdb' con 'C:\Archivos de programa\Microsoft Visual Studio 9.0\VC\lib\sfml-window-s-d.lib' o en 'C:\Documents and Settings\Miguel\Escritorio\jhfytf\Debug\vc90.pdb'; se vinculará el objeto sin tener en cuenta información de depuración
1>sfml-window-s-d.lib(VideoMode.obj) : warning LNK4099: no se encontró PDB 'vc90.pdb' con 'C:\Archivos de programa\Microsoft Visual Studio 9.0\VC\lib\sfml-window-s-d.lib' o en 'C:\Documents and Settings\Miguel\Escritorio\jhfytf\Debug\vc90.pdb'; se vinculará el objeto sin tener en cuenta información de depuración
1>sfml-window-s-d.lib(Window.obj) : warning LNK4099: no se encontró PDB 'vc90.pdb' con 'C:\Archivos de programa\Microsoft Visual Studio 9.0\VC\lib\sfml-window-s-d.lib' o en 'C:\Documents and Settings\Miguel\Escritorio\jhfytf\Debug\vc90.pdb'; se vinculará el objeto sin tener en cuenta información de depuración
1>sfml-window-s-d.lib(WindowImpl.obj) : warning LNK4099: no se encontró PDB 'vc90.pdb' con 'C:\Archivos de programa\Microsoft Visual Studio 9.0\VC\lib\sfml-window-s-d.lib' o en 'C:\Documents and Settings\Miguel\Escritorio\jhfytf\Debug\vc90.pdb'; se vinculará el objeto sin tener en cuenta información de depuración
1>sfml-graphics-s-d.lib(adler32.obj) : warning LNK4099: no se encontró PDB 'vc90.pdb' con 'C:\Archivos de programa\Microsoft Visual Studio 9.0\VC\lib\sfml-graphics-s-d.lib' o en 'C:\Documents and Settings\Miguel\Escritorio\jhfytf\Debug\vc90.pdb'; se vinculará el objeto sin tener en cuenta información de depuración
1>sfml-graphics-s-d.lib(compress.obj) : warning LNK4099: no se encontró PDB 'vc90.pdb' con 'C:\Archivos de programa\Microsoft Visual Studio 9.0\VC\lib\sfml-graphics-s-d.lib' o en 'C:\Documents and Settings\Miguel\Escritorio\jhfytf\Debug\vc90.pdb'; se vinculará el objeto sin tener en cuenta información de depuración
1>sfml-graphics-s-d.lib(crc32.obj) : warning LNK4099: no se encontró PDB 'vc90.pdb' con 'C:\Archivos de programa\Microsoft Visual Studio 9.0\VC\lib\sfml-graphics-s-d.lib' o en 'C:\Documents and Settings\Miguel\Escritorio\jhfytf\Debug\vc90.pdb'; se vinculará el objeto sin tener en cuenta información de depuración

And more..



Translating it would be like: couldn't find PDB the object will be linked without taking debugging information.

Although I can have my application, I'm afraid of those warnings.
Any idea?

5
General / Some SFML programming issues
« on: February 25, 2009, 08:56:00 pm »
http://www.sfml-dev.org/wiki/en/sources/frame_anim_animated

That one with the link, doesn't work
Show's a message in French apologizing.

6
General / Some SFML programming issues
« on: February 25, 2009, 07:55:11 pm »
there are some in http://www.sfml-dev.org/wiki/en/sources

Also, I'd like to thank you for that quick reply! :3
Greetings!

7
General / Some SFML programming issues
« on: February 25, 2009, 07:25:28 pm »
Alright, I'm about to start learning SFML, but I'd like to know some things :)

Sprite.SetSubRect(sf::IntRect(10, 10, 20, 20));
1. For making animations I just can only use that? (I mean, that's the easiest way isn't it?)
2. How can I protect my resources and make them be read by SFML? (Changing it's format and so)
3. Is it possible to hide the resources inside of the .exe and also being read from there?
4. Does SFML have a function to set the sound position? (Time position).

Thanks in advance. (oh yeah, wiki's links are broken)

Pages: [1]
anything