Hello! I'm using notepad++ and mingw and when I ran an .exe I compiled I get a system error "The program can't start because libgcc_s_dw2.dll is missing from your computer. Try reinstalling the program to fix this problem." But I didnt install the program, I compiled it LOL.
Ah, I am a total fool. I figured it out now, I looked it up and I'm supposed to either add it to system path or add -static-libgcc -static-libstdc++ at the end of the compiler line. Alright, that works! You can lock or delete this thread now. I'm sorry for wasting your time.