Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: application doesn't want to run on other computers  (Read 1382 times)

0 Members and 1 Guest are viewing this topic.

jeezaa

  • Newbie
  • *
  • Posts: 3
    • View Profile
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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
application doesn't want to run on other computers
« Reply #1 on: August 17, 2011, 09:10:10 am »
SFML 1.6 doesn't work on Windows with ATI graphics cards.
Laurent Gomila - SFML developer

jeezaa

  • Newbie
  • *
  • Posts: 3
    • View Profile
application doesn't want to run on other computers
« Reply #2 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

jeezaa

  • Newbie
  • *
  • Posts: 3
    • View Profile
application doesn't want to run on other computers
« Reply #3 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?

 

anything