Re: [fpc-pascal] sdlutils on linux 64 bits
On 31 Jul 2011, at 23:11, Daniel Gaspary wrote: The last activity on this unit seems to be from 2008. Any new solution or workaround to make the code compatible ? It's a third party unit that was imported from JEDI-SDL. It was even deleted in the past because it wasn't part of the interface to the SDL library and not really tested, only to be brought back because the newly started sdlgraph unit (which never got finished) depended on it. So if you want help with it, I think that contacting the JEDI-SDL people is your best shot. Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
[fpc-pascal] sdlutils on linux 64 bits
Hi, I was trying to run the example from [1], but I have noticed fpcmake from sdl package does not compile sdlutils for my environment, Linux (ubuntu 11.04) 64 bits. sdlutils is the only unit with restrictions in fpmake.pp . Tyring to compile myself I got errors like the following: "Typecast has different size (4 -> 8) in assignment" PUInt8( Addr )^ := R or G or B; The last activity on this unit seems to be from 2008. Any new solution or workaround to make the code compatible ? Thanks. [1] http://www.pascalgamedevelopment.com/content.php?15-Artillery-Game-Tutorial-Part-1-Introduction ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal