I have an executable from a c++ project that i have done.It works fine to my Pc but it gives error to other cause of a dll missing.I searched a solution and i have found out that in VC++ i can go to
Project > Properties > Configuration Properties > C/C++ > Code Generation > RunTime Library > Multy threaded (/MT)
and if the value is MT with dll it will be fine.
I work with Eclipse and i can not find something similar. Is there any way to make the exe run on other pc without using dll finders?