Computer Science Canada

[testing] Win98

Author:  Catalyst [ Tue Mar 23, 2004 8:40 pm ]
Post subject:  [testing] Win98

could someone test this on windows 98 and XP for me?
e.g if it runs and doesnt crash on close

Author:  AsianSensation [ Tue Mar 23, 2004 8:55 pm ]
Post subject: 

runs fine on xp.

Author:  jonos [ Tue Mar 23, 2004 8:56 pm ]
Post subject: 

works fine on my win xp home, though im not really sure what it does other than move towards the mouse click :/

Author:  Catalyst [ Tue Mar 23, 2004 9:04 pm ]
Post subject: 

that's all it does Laughing

actually theres almost 9000 lines of code behind this
most of it you cant see (like the xml-style parsing of the /config files)
its the foundation for my current project, i just want to make
sure it runs on other peoples computers (my other projects crashed out in win98)

Author:  Dan [ Thu Mar 25, 2004 10:40 pm ]
Post subject: 

tested on XP and i got an FPS of: 55-66ms (witch jumped to 66-75ms some times) and it seemed to run fine.

alougth it consers me that it is trying to concent to the internet Confused

Author:  Catalyst [ Thu Mar 25, 2004 11:06 pm ]
Post subject: 

what is it doing exactly?

Author:  Dan [ Fri Mar 26, 2004 2:55 pm ]
Post subject: 

it trys to conect to the net or somting, i am not shure to do what tho. my fire wall blocks any progames that try to conect to the net and it came up with this litte notice.

Author:  Catalyst [ Fri Mar 26, 2004 3:00 pm ]
Post subject: 

i think i figured it out

code:

   SDL_Init (SLD_INIT_EVERYTHING);

might have tried to initialize the newtwork module[/code]


: