[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Pygame with Windows 98



Hmm, there shouldn't be need for any porting between linux and w98 when 
using pygame. Only differences I can think of:

Are you reading binary files (images) and opening them without the binary
flag ('rb')? The binary flag is not needed on linux, but is critical when 
running under Windows.

Are you converting raw binary data into images and using default screen 
depth that happens to be different under your Linux and Window desktops 
(24bit vs 32bit etc.)?

Or maybe there's just something broken in your W98 install. Have you 
tested other pygame games or SDL games on it?

--
Sami Hangaslammi