Clion on Windows 10 x64

Hi there

I started using Clion and its really nice IDE!!

however, I have problem with compiled programs (I am sorry I am beginner) i spent some time looking for solution but so far not much luck.

When I try to run on my Windows 10 x64 program I am getting message that 2 DLL are missing

libgcc_s_dw2-1.dll and libstdc++-6.dll.

I have libgcc_s_dw2-1.dll in more then one location (from Visual Studio and in C:\MinGW\bin) but for whatever reason Windows does not see this.

Do you know how to resolve this?



thanks :)
Have you tried adding C:\MinGW\bin to your system PATH variable? Open the start menu and type "environment" and choose to edit system environment variables. Double click on the Path variable and add the bin directory to the list.
Hi LB

that was one spot on advise!!! thank you :) I spent hours on google with no result apart from tons of rubbish about fix your DLL quick and easy solutions! yak :D

Topic archived. No new replies allowed.