Ok since i had nothin to do when i was gone, and the only cpu available was my father's notebook, which is CRAP, I made a game with Pascal... Now It worked fine on the notebook, but once I copy it into my cpu, it always gives me an error, when I try to run it:
Runtime error 200. Division by zero
Now the way I understand it, the compiler thinks, that I try to divide sumthin by 0.. That's bullshit! Theres not 1 single "mod", "div" or "/" in my program! In other words I don't try to divide anythin by anythin!
So can anyone in the community, who understands Pascal tell me, why do i get that error?