Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: on January 27, 2003, 09:06:31 PM

Title: Storm C 3.0 and SDL library
Post by: on January 27, 2003, 09:06:31 PM
Hello,
I get SDL library 1.2.5 package and I tryed to install
for Storm C 3.0++.
I tryed to compile examples but I get:

Error: illegal use of bitfield
 .../SDL_video.h,Linea 169: Uint32 video_mem;
Error: illegal use of bitfield
 .../SDL_video.h,Linea 200: Uint32 hw_overlay :1;
Error: illegal use of bitfield
 .../SDL_video.h,Linea 201: Uint32 UnusedBits :31;

Maybe I have make a bad installation.
Anyone has installed SDL on Storm C 3.0?

Please help me.

Title: Re: Storm C 3.0 and SDL library
Post by: DaveP on January 28, 2003, 07:50:12 AM
I have and it didn't pass the 10 minute patience test before I threw
it binwards.

I got it working OK with vbcc but that was a year and a half ago.
Title: Re: Storm C 3.0 and SDL library
Post by: trgse on January 28, 2003, 08:39:43 AM
well the 'Amiga' SDL package is a botched product

it doesn't work well with any compiler that I own
it isn't fast (no matter what CPU you have)
it doesn't work with P96 (which means it won't work with OS4)
the OpenGL support is a failure (they should have gone with minigl)

I would suggest you go with the WarpSDL package instead
it's faster, leaner and in every way better.
(I hope the SDK is released soon)
Title: Re: Storm C 3.0 and SDL library
Post by: on January 29, 2003, 08:04:15 AM
Hello,
I must use SDL if i want port ti99 emulator!
Yes, is a ti99 c++ with SDL (no open gl) library
 emulator for windoze and linux.
I'have builded 27 files .cpp on 36 with few fixs.
On Amiga, ti99 emulator is missing!
Please help me with this problem

Regards.