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

Author Topic: SFML applications won't run on XP tablet edition  (Read 2504 times)

0 Members and 1 Guest are viewing this topic.

mudkip

  • Newbie
  • *
  • Posts: 2
    • View Profile
SFML applications won't run on XP tablet edition
« on: May 07, 2009, 12:24:49 pm »
Is this a bug? Is there a fix?
I have written a program using SFML and it will not run on a tablet XP laptop. I tried running it on another tablet laptop with the same error: "The application was not configured correctly" or something like that. It runs fine on the other 5 laptops i have tested it with.

Help please D:
LOL

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SFML applications won't run on XP tablet edition
« Reply #1 on: May 07, 2009, 12:40:09 pm »
Have you tried recompiling everything (SFML + your program) on this OS?
Laurent Gomila - SFML developer

mudkip

  • Newbie
  • *
  • Posts: 2
    • View Profile
SFML applications won't run on XP tablet edition
« Reply #2 on: May 07, 2009, 12:42:32 pm »
No, I haven't, but I can't really do that at the moment unfortunately :(
Any other suggestions or reason why it could not work?
LOL

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SFML applications won't run on XP tablet edition
« Reply #3 on: May 07, 2009, 01:44:15 pm »
Do you use Visual C++? If so, have you installed the VC runtime DLLs on the target computers?
Laurent Gomila - SFML developer

Jallen

  • Newbie
  • *
  • Posts: 40
    • View Profile
SFML applications won't run on XP tablet edition
« Reply #4 on: May 07, 2009, 05:27:19 pm »
Yeah, they are installed, we even tried it on another tablet PC to make sure that it was that causing the problem... hmm.