Relative Content

Tag Archive for c++wxwidgetsunresolved-externalmsvcrt

c++ WX widgets program on other computers

I made a wx_widgets 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 please ?