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

Author Topic: Executable error  (Read 2686 times)

0 Members and 1 Guest are viewing this topic.

vicer1234

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Executable error
« on: June 18, 2011, 12:49:42 pm »
Hi,
      I have used sfml 1.6 and created a demo. But when i try to run the executable which is generated in release mode, in some other system for testing. It shows the error
            MSVCP100.DLL IS MISSING

I even tried to keep the msvcp100.dll inside the executable folder but still it does not run...

what can be the reason for it....as i have to make this demo running in other systems too

all suggestions are welcome

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Executable error
« Reply #1 on: June 18, 2011, 01:04:00 pm »
Other computers must install the "VC++ redistributables" package that can be found on the Microsoft website.
Laurent Gomila - SFML developer

vicer1234

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Executable error
« Reply #2 on: June 18, 2011, 01:18:22 pm »
Quote from: "Laurent"
Other computers must install the "VC++ redistributables" package that can be found on the Microsoft website.


that means i need to make it as a installer so that in those system which does not have VC++ redistributables, first it will install that  and then allow them to run?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Executable error
« Reply #3 on: June 18, 2011, 01:52:15 pm »
Yes.
Laurent Gomila - SFML developer

Svenstaro

  • Full Member
  • ***
  • Posts: 222
    • View Profile
Executable error
« Reply #4 on: June 18, 2011, 02:30:18 pm »
I wonder, does MSVC have something like g++'s -static-libgcc -static-libstdc++?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Executable error
« Reply #5 on: June 18, 2011, 02:40:45 pm »
Yes. But SFML 1.6 is not compiled with this option.
Laurent Gomila - SFML developer