FK window'ses different bits!!
I have this program, fully coded & fully native C++
But I can't seem to run it on a win xp 32bit computer (It shoudn't need any .net)
I'm compiling on a 64 bit system, How can I make it so it works on my xp system?
Install a 32-bit compiler on your machine, then choose x86 / 32-bit under platform build options (if using Visual Studio).
x86 compilers are not installed by default on x64 machines, as far as i know, so get them first.