May 21, 2011 at 8:20pm UTC
I need to know how to use a picter.
Like one of its resaources. And display it without a window.
Do you have eny ideas?
May 21, 2011 at 8:23pm UTC
Lots.
C++ has no inherent concept of pictures, so this is very much dependent on your operating system. What is it?
May 21, 2011 at 8:32pm UTC
And when you say "display it without a window" what exactly do you mean, given that if you're using Windows XP everything has a window.
May 21, 2011 at 8:33pm UTC
like just a picter in the display.
May 21, 2011 at 8:38pm UTC
Do you need that program with every computer that you use it on?
May 21, 2011 at 8:43pm UTC
You will need some SFML code on every computer you use it on. You can include this code with your actual programme so that there will be no problems.
You can show images using just the Windows API. It is much, much harder to do it that way.
May 21, 2011 at 8:52pm UTC
how do you do it with windows API?
May 21, 2011 at 9:11pm UTC
Are you going to leve me hangeing?
May 21, 2011 at 9:14pm UTC
I've no idea. I don't use windows, and if I did, I wouldn't do something like this using the windows API. That would take ages and require lots and lots of effort, and my code simply wouldn't be nearly as good as any of the freely available libraries such as the one linked to above.
May 21, 2011 at 10:39pm UTC
Are you going to leve me hangeing?
May 21, 2011 at 10:51pm UTC
Right now I'm using Ubuntu Linux. At work I usually use SUSE Linux. Sometimes I use freeBSD.
May 22, 2011 at 7:05am UTC
And whichever OS you use, the SFML code will work without any changes, apart from a recompile :D