Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3427018
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T06:47:08+00:00 2026-05-18T06:47:08+00:00

I have an application that uses wxWidgets as a the UI framework and compiled

  • 0

I have an application that uses wxWidgets as a the UI framework and compiled using Visual Studio 2010 on Windows 7 machine. I am linking wxWidgets statically. My application also uses a C dll for processing.

Now I am trying to run this application on another freshly installed machine (Win7). This doesn’t have a developer environment setup. I have copied the application’s executable file, supporting dll and other supporting text files to this machine.

When the application starts, it gave the following message.

The program failed to start because MSVCR100d.DLL is missing from your computer. Try reinstalling the program to fix this problem.

I figured that my C library was using debug version and compiling that in Release mode solved the issue. But it still asks for MSVCR100.dll. I think the way to workaround is installing the VC++ redistributable package. But not sure that is the best approach.

Here are my questions.

  1. How do you normally deploy the application? Do you provide the VC++ redistributable package too?
  2. I am compiling this on a 64bit machine and testing on a 32 bit. Is this OK? Or do I need to compile separately for 32 bit?
  3. Can I statically link against the run time library? So that I can just ship my DLLs and other files.
  4. What are the other common things that I should be aware of when building executable which will run on many machines?

Following are some of my settings which may be relevant.

General : 
    Use of MFC : Use standard windows libraries
    Use of ATL : Not using

C/C++ :
    Runtime library : Multi-threaded(/MT)

Any help would be appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T06:47:09+00:00Added an answer on May 18, 2026 at 6:47 am

    It is trying to use a debug only DLL on a machine that doesn’t have it.

    Your problem arises from the fact that msvcr100d.dll is a debug only dll indicated by the trailing d.

    Thus you are NOT using /MT you are actually using /MDd. If you used /MT then it would nto try and load that DLL …

    So in answer to your questions:

    1. I prefer to statically link against the run-time.
    2. Thats really not a problem. Just don’t try and run a 64-bit compiled binary on a 32-bit OS.
    3. Yes.
    4. Beware of your minimum specification. ie Don’t use SSE4 if you need to support a Pentium 3 … etc.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Windows application that uses a .NET PropertyGrid control. Is it possible
I have a Windows Mobile application written in Java that uses AWT for the
I have an application that uses NHibernate as its ORM and sometimes it experiences
I have client application that uses WCF service to insert some data to backend
I have an application that uses the accelerometer. Sometimes, the application will launch without
I have an application that uses window.open() to generate dynamic popups. Unfortunately, I've had
I have an application that uses a cron like job to update a set
We have an application that uses a dual monitor setup - User A will
I have an application that uses DataTables to perform grouping, filtering and aggregation of
I have an application that uses simple sockets to pass some characters between two

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.