It's the exact same pc, just with a different windows.

Found out 2 issues so far on which XP and 98 differs....

One is a zeromemory command I got from a tutorial.
- 98 doesn't see a problem if the memory is allready free.
- XP simply gives an access violation error.
The other one is the order in which I run my initialization commands.
- 98 has no real problems with that.
- XP is more precise on that.

Since it's for public schools I need to calculate the factor they are behind a couple of years (many public schools are) and therefore it needs to be compatible with both win98 and winXP.

Fixed the current problem now (init order) but any other info on this would be welcome).