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

Pages: [1]
1
SFML projects / Fixed
« on: July 04, 2010, 10:56:25 pm »
I fixed my problem too  :wink: It turns out if I remove the 'SFMLMappy::' in the header, it does fix it. The other errors I got were just user error.

Thanks.

2
SFML projects / Compile Errors
« on: July 04, 2010, 04:01:44 am »
Hey, I'm using Code::Blocks 10.05 with the mingw-with-gcc-4.4 package on the sfml-dev site. When I try to compile Demo.cpp I get:

SFMLMappy.h|132|error: extra qualification 'SFMLMappy::' on member 'SFMLMappy'|
SFMLMappy.h|147|error: extra qualification 'SFMLMappy::' on member 'GenerateMapYLookup'|
||=== Build finished: 2 errors, 0 warnings ===|

Can you point me in the right direction? Thanks.

PS: I tried removing the 'extra qualification', and it just gives me different errors.

Pages: [1]
anything