SDLbasic
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    nels664868
    Posts: 117 from 2003/12/28
    From: Fort Myers, Fl...
    First thanks Ilkka Lehtoranta for the port.
    Most all commands work except for:
    'printS' and 'fprintS' the backround and print colors are the same.
    'inKey' reports only 32 - 125 (space-leftbracket), but no esc, Fkeys,enter or control keys.
    'colorcycling' does not work
    and all programs must exit with the 'end' command or sdlbasic hangs.

    nels
    Ask Dr. Stupid,
    Dear Dr. Stupid,
    Why do we have to go to school?
    That's a very good question. It's becuse your parents are
    ALIENS!!! When your at school they shed there human skins and
    breathe drier lint! hahahaha!
  • »05.06.05 - 05:29
    Profile
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    ossian1961
    Posts: 123 from 2004/7/31
    From: Italy
    Sdlbasic ask me for version 0 of bsdsocket.library. Where I could find it? :-?
  • »05.06.05 - 07:20
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    analogkid
    Posts: 667 from 2004/11/3
    From: near myself
    it's automatically loaded when a TCP/IP-Stack like Miami or AmiTCP/Genesis is started.

    [ Edited by analogkid on 2005/6/5 7:29 ]
  • »05.06.05 - 07:29
    Profile
  • Just looking around
    nicomen
    Posts: 6 from 2004/10/25
    Aha, good to know those errors are happening on MorphOS too.

    The original source has some weird bugs that witness about being run on a system that doesn't care too much about reading or writing to null pointers for instance.

    Try sldbasic ram: or sdlbasic dh0:nonexistentfile

    Anyway, what is the exact output you get when trying to quit a program? (you should get _some_ output in shell)
    UtilityBase.com - Your Guide to Amiga Development
  • »05.06.05 - 09:37
    Profile Visit Website
  • MorphOS Developer
    itix
    Posts: 1520 from 2003/2/24
    From: Finland
    Colorcycling seems to cause hit flood to random memory. Colorcycling works in OpenTTD so it cant be PowerSDL bug.

    Escape key and others are detected in PowerSDL as well but sdlbasic seems to ignore it... really strange.
    1 + 1 = 3 with very large values of 1
  • »05.06.05 - 13:52
    Profile
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    nels664868
    Posts: 117 from 2003/12/28
    From: Fort Myers, Fl...
    @itix
    the 'key()' command seems to detect all keys or at least the one that is specified ie.key(k_esc).

    nels
    Ask Dr. Stupid,
    Dear Dr. Stupid,
    Why do we have to go to school?
    That's a very good question. It's becuse your parents are
    ALIENS!!! When your at school they shed there human skins and
    breathe drier lint! hahahaha!
  • »05.06.05 - 14:18
    Profile
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    nels664868
    Posts: 117 from 2003/12/28
    From: Fort Myers, Fl...
    @nicomen
    Quote:

    Try sldbasic ram: or sdlbasic dh0:nonexistentfile

    When I try this a black window is opened with a white bar at the mid point and a red bar at the bottom.
    I think that the colored bars are printout but only the paper() color is displayed.
    Quote:

    Anyway, what is the exact output you get when trying to quit a program? (you should get _some_ output in shell)

    If a 'end' comand is in the progam a ctrl-c will stop it and in the shell a 'user press ctrl-c' is printed.
    Other wise sdlbasic hangs and a reboot is needed.

    nels
    Ask Dr. Stupid,
    Dear Dr. Stupid,
    Why do we have to go to school?
    That's a very good question. It's becuse your parents are
    ALIENS!!! When your at school they shed there human skins and
    breathe drier lint! hahahaha!
  • »05.06.05 - 14:45
    Profile