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.


Topics - Sonic-blue-knight

Pages: [1]
1
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?

2
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]