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

Pages: [1]
1
Window / application doesn't want to run on other computers
« on: August 17, 2011, 07:02:32 pm »
I have tried to simplify my code:
http://pastebin.com/QnahUrHz

And it works...
Can anybody help me, whats the main difference between this two codes?

2
Window / application doesn't want to run on other computers
« on: August 17, 2011, 04:58:34 pm »
On my computer I have ATI Radeon X1250 and it works well..

I have tried it on several computers with ATI and Intel graphic cards and it works only on my computer..

Here is my code compiled and compressed.
https://webdev.fit.cvut.cz/~junajan/release.rar

3
Window / application doesn't want to run on other computers
« on: August 17, 2011, 08:52:09 am »
Hi,
at first Im new to sfml, so maybe I have missed some important information.
I have made simple application with several functions in visual studio 2005, compiled in release mode and copied all sfml libraries to the folder with the project.

Now if I start my program, it works exactly as I want, but if I send this project folder to my friend and he runs the program, it starts in minimized mode and doesn't want to maximize or show window or communicate...

It is strange, because on my computer it works well, but on other computers it starts in minimized mode.

I have tried to change the code, that the programm starts in fullscreen mode and on friends computer it has started in fullscreen, but when he switched to window mode, window has disappeared again.

I will be glad for every advice and I hope, you will understand my english :)

This is my code: http://pastebin.com/tVh0qzac

Pages: [1]