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

Author Topic: Redistribute static without Microsoft Redistribution Files  (Read 5804 times)

0 Members and 1 Guest are viewing this topic.

N_K

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Re: Redistribute static without Microsoft Redistribution Files
« Reply #15 on: September 13, 2012, 04:56:34 pm »
I may be late for this, but when I tested my app on various machines with various windows versions, all I had to do is to put msvcr100.dll and msvcp100.dll (found in the windows\system32 folder) to the same locations as the executable. The app has been compiled with MSVS 2010 Express under win7, and it worked fine on an old machine with an (almost) fresh xp installation.

Poraft

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: Redistribute static without Microsoft Redistribution Files
« Reply #16 on: September 13, 2012, 05:36:23 pm »
I think I just had downloaded some sort of corrupt .dll file. I've got mine from my installation folder these work fine on my PC. Just have to test them on my school.

Thank you too.

Poraft

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: Redistribute static without Microsoft Redistribution Files
« Reply #17 on: September 14, 2012, 09:09:02 am »
At school using my .DLLs gives the error:

Quote
The application or DLL on path\MSVCR100.dll is an unvalid Windows-copy

Any help?