We can use CodeBlocks with mingw to write and build c++ programs in windows 10. But when we try to run a built exe program outside CodeBlocks, a system error may appear, saying, “The program can’t start because libstdc++-6.dll is missing from your computer. Try reinstalling the program to fix this problem.” There’re two methods […]
Month: August 2021
Type “edit environment” in Windows search bar, select the best match – “Edit environment variables for your account” to open the “Environment Variables” window. (You can also select the “Edit the system environment variables” if you want and you are the system administrator. The process is similar.) Let’s add the path “C:\Program Files\CodeBlocks\MinGW\bin” to the […]
Recent Comments