Hello, Ladies and Guys
I´m trying to develope a small space shooter (new) game with C#.NET and SFML. It runs fine in my modern notebook and other modern PCs, but crashes immediatly in an older PC with an "Atempt to read or write to protected memory. Often, this means that there is another memory damaged" exception message.
The older PC´s system is Windows XP Proffesional Ver 2002 SP 3 and its hardware is AMD Sempron(tm) 2200+ 1.50 GHz 1.18 GB RAM.
Link to the entire project folder
(SORRY THE LINK IS WRONG ... Redoing ...)
Done!
https://www.dropbox.com/s/fstv66zrotrjpxv/SpaceShips.rar?dl=0I would appreciate your help, thanks
Pablo
EDIT: The debugger highlights the crash on the Draw() method from the RenderWindow object. If I delete one of them, it does on the following. It seems the problem is on the Draw() method.