I've compiled a project on my computer Windows 7 with eclipse. It works well on my computer. However, it does not work when I put the exe file in another computer and gives a error "The program can't start because libgomp_64-1.dll is missing. Try reinstalling the program to fix the problem ".
Even if I compile in statically linking with -static-libgcc -static-libstdc++, it seems no any change. Do someone knows how to solve this problem?
Thanks