Missing Dll

Completed

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 :)

0
1 comment
Avatar
Permanently deleted user

resolved

 

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.
 
0

Please sign in to leave a comment.