I am programming a program, which should only be able to be ran on Windows.
But, I've got a Linux machine. So, I've got a problem.
How do I make it, that my compiler (G++) is able to detect Windows functions and see if I made an error in it? My Linux doesn't need to run the program, it only needs to be able to do error checking and compiling.
Anyway to do this?
Error-checking and compiling Windows functions/code on a Linux machine, but not necessary being able to run them?
Because all my tools and setup is on Linux. I like programming more on Linux,...
Can I be the one to point out that all of the "tools" that you have setup for programming in your Linux environment, are likely tools that are only really useful for programming in Linux unless your want to completely reconfigure them? Anyway mutexe is correct, a VM is the most complete solution for what you are trying to do.