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

Pages: [1]
1
Audio / SFML 2.0 SoundBuffer
« on: April 16, 2011, 09:59:41 pm »
hello ,


I compiled  SounBuffer's example  found on DOC sfml 2.0
unfortunately compiler return this message:

Code: [Select]

error: aggregate ‘sf::SoundBuffer buffer’ has incomplete type and cannot be defined


I found the same example on forum.
Can you help me ? thanks

2
General / SFML 2.0 RenderWindow
« on: April 15, 2011, 10:17:06 am »
Hello , thanks for your cool lib

Im able to compile my program with SFML 1.6.
with SFML 2.0 I cant compile it anymore becouse renderwindow doesn't
find GetEvent member

Code: [Select]

error: ‘class sf::RenderWindow’ has no member named ‘GetEvent’


can you help me ? thanks :roll:

Pages: [1]
anything