Hello I ve just finished a small program. I can build it and run directly from codeblocks and it works perfectly. But when i try to use the exe, it tells me "0xc000007b" before that I ve had to add dll file in the exe folder (libgcc_s_seh-1.dll and libwinpthread-1.dll).
I don't know if it is important but for my program i used :
#include <windows.h> , #include <stdio.h>, #include <tchar.h>, #include <psapi.h>, #include <chrono>, #include <thread>, #include <functional>
linkers Kernel32.lib and psapi.lib.
It s not depending on my machine, because it does the same on every machine.
Thanks for your help.