How to make an app in C++ comptable with windows without compiler.

I am using Linux. I made a program but I don't know how to make an '.exe' app(or installer). Every time make an app I can't run it on windows without any C++ compiler.
You have to recompile it on Windows for it to work on Windows.
I tried to do it in virtual box windows and I made an installer with exe application. I put all DLL files that are with app but it just work on windows that have c++ compiler.
Last edited on
Topic archived. No new replies allowed.