some of you may know that I have been working on a Sudoku solver in C++ as my first C++ project. That's finished now and it's working like a charm... atleast on my own pc. I've been trying to execute the .exe file on other pc's and unfortunatly, they keep giving me an error stating that the application can not be started because of its configuration, which is apparantly faulty in some way. I've been searching around the interwebs for a bit and because I don't know the exact translation into the english version of this error there's not really a whole lot to find. (I'm running a Dutch version of XP) But what I did manage to gather kind of points towards a non-installed or not updated version of .NET
Does anyone have any clues to what is exactly causing this error and perhaps even how to fix it?
Well I used Microsoft Visual Studio C++ 2008 express edition, I don't know exactly what that means in terms of which compiler I used... But I wrote it in C++ with a simple CLI.