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

Pages: [1]
1
Graphics / sf::Image object
« on: December 20, 2011, 10:22:46 pm »
could you be more specific... I'm really a beginner...and I'm not sure how to do it :oops:

2
Graphics / sf::Image object
« on: December 20, 2011, 09:11:23 pm »
yes VC++ 2010

3
Graphics / sf::Image object
« on: December 20, 2011, 08:06:27 pm »
I'm at the very beginning of using SFML library. I tried to initiate an object from the Image class but I got the error saying that the variable is corrupted. Honesty I do not know where to start from...to fix it.

Code: [Select]

#include "stdafx.h"
#include <SFML\System.hpp>
#include <SFML/Graphics/Image.hpp>
#include <iostream>


int _tmain(int argc, _TCHAR* argv[])
{

sf::Image c;
return 0;
}

4
System / Installing SFML in VS 2010
« on: December 20, 2011, 07:58:19 pm »
thx for the advice! It was very helpful!

5
System / Installing SFML in VS 2010
« on: December 20, 2011, 08:59:01 am »
Hi. I have other problem. There are no problems with compilation but  I can not run the program because it can not find "sfml-system-d.dll" file. Does anyone know where to put this file so that it was visible for VS?

Pages: [1]
anything