-1

I made a wxWidgets Program, that works well on my computer, but when I want to run it on another computer it causes dll missing errors like MSVC140_dll is missing or ucrtbased.dll not found.

so I tried to change the code generation setting from MDd to MTd but in compile time there were hundreds of wx library errors and the code didn't even compile. Can you help me?

some MTd code generation errors

New contributor
parsa is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
1
  • The dll missing errors are caused by you not installing the required runtime on the other machine. However with that said if you are compiling into debug mode you are not supposed to run that on a machine that does not have Visual Studio installed.
    – drescherjm
    58 secs ago

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.