Welcome, Guest. Please login or register.

Author Topic: Storm C 3.0 and SDL library  (Read 2325 times)

Description:

0 Members and 1 Guest are viewing this topic.

  • Guest
Storm C 3.0 and SDL library
« 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.

 

Offline DaveP

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2116
    • Show only replies by DaveP
Re: Storm C 3.0 and SDL library
« Reply #1 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.
Hate figure. :lol:
 

Offline trgse

  • Full Member
  • ***
  • Join Date: Jul 2002
  • Posts: 150
    • Show only replies by trgse
    • http://hem.fyristorg.com/TRG/
Re: Storm C 3.0 and SDL library
« Reply #2 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)
MacOS X rulez!

Quad Mac Rulez!
 

  • Guest
Re: Storm C 3.0 and SDL library
« Reply #3 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.