Shop OBEX P1 Docs P2 Docs Learn Events
tokenizer — Parallax Forums

tokenizer

ArchiverArchiver Posts: 46,084
edited 2003-02-18 04:29 in General Discussion
I'm just wondering, now the tokenizer is released, if anybody is working on
a mac or linux basicstamp programming tool.

Gerrit.

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2002-11-04 19:37
    I'm going to give it a go on the Mac. Although, there will be somewhat of a
    learning curve as I have never written code to talk to an extension (.dll to
    you windows folks...).

    > From: Gerrit Polder <polder@p...>
    > Reply-To: basicstamps@yahoogroups.com
    > Date: Mon, 04 Nov 2002 11:28:11 +0100
    > To: basicstamps@yahoogroups.com
    > Subject: [noparse][[/noparse]basicstamps] tokenizer
    >
    >
    >
    > I'm just wondering, now the tokenizer is released, if anybody is working on
    > a mac or linux basicstamp programming tool.
    >
    > Gerrit.
    >
    >
    >
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the Subject and Body
    > of the message will be ignored.
    >
    >
    > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2002-11-05 08:33
    Ben,

    what is your progress? I was just thinking to write an interface myself, but:
    1- I do not have much time,
    2- i don't like to reinvent the wheel.

    My idea was not to make a fancy gui, but just a simple commandline interface,
    which can be compiled on macos x and linux.

    Gerrit.

    --- In basicstamps@y..., Ben <ben@l...> wrote:
    > I'm going to give it a go on the Mac. Although, there will be somewhat of a
    > learning curve as I have never written code to talk to an extension (.dll to
    > you windows folks...).
    >
    > > From: Gerrit Polder <polder@p...>
    > > Reply-To: basicstamps@y...
    > > Date: Mon, 04 Nov 2002 11:28:11 +0100
    > > To: basicstamps@y...
    > > Subject: [noparse][[/noparse]basicstamps] tokenizer
    > >
    > >
    > >
    > > I'm just wondering, now the tokenizer is released, if anybody is working on
    > > a mac or linux basicstamp programming tool.
    > >
    > > Gerrit.
    > >
    > >
    > >
    > >
    > >
    > > To UNSUBSCRIBE, just send mail to:
    > > basicstamps-unsubscribe@y...
    > > from the same email address that you subscribed. Text in the Subject and
    Body
    > > of the message will be ignored.
    > >
    > >
    > > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
    > >
    > >
  • ArchiverArchiver Posts: 46,084
    edited 2002-11-05 09:18
    > what is your progress? I was just thinking to write an interface myself

    Well, today it suddenly dawned on me how to talk to extensions with
    Realbasic (using the "Declare" statement and "toolboxes").

    So, I will have a play over the weekend.

    I plan to write a GUI based program for Mac OS 8 and 9, then recompile for
    OS X once I upgrade my copy of Realbasic (Christmas time - already told the
    family what I want this year... - hey, I asked for a Stamp Development kit
    last Christmas... :-) ).

    I really have no idea of a time frame at this stage.

    I'd say go ahead if you can find the time. It will be interesting to see
    what people come up with, and how they did it (ie - C, C++, Java, Realbasic,
    etc.).



    --
    http://www.lennard.net.nz/
    Ben Lennard, NCEE, Dip EE

    Electronics R&D

    Hm: +64 4 972 7567
    Mb: +64 21 536 627
    87 Spencer Street
    Crofton Downs
    Wellington
    New Zealand

    "To the optimist, the glass is half full. To the pessimist, the glass is
    half empty. To the engineer, the glass is twice as big as it needs to be."

    No animals were harmed in the transmission of this email, although the
    Dog next door is living on borrowed time, let me tell you! Those of you
    with an overwhelming fear of the unknown will be gratified to learn that
    there is no hidden message revealed by reading this warning backwards.




    > From: "gpolder" <polder@p...>
    > Reply-To: basicstamps@yahoogroups.com
    > Date: Tue, 05 Nov 2002 08:33:52 -0000
    > To: basicstamps@yahoogroups.com
    > Subject: [noparse][[/noparse]basicstamps] Re: tokenizer
    >
    > Ben,
    >
    > what is your progress? I was just thinking to write an interface myself, but:
    > 1- I do not have much time,
    > 2- i don't like to reinvent the wheel.
    >
    > My idea was not to make a fancy gui, but just a simple commandline interface,
    > which can be compiled on macos x and linux.
    >
    > Gerrit.
    >
    > --- In basicstamps@y..., Ben <ben@l...> wrote:
    >> I'm going to give it a go on the Mac. Although, there will be somewhat of a
    >> learning curve as I have never written code to talk to an extension (.dll to
    >> you windows folks...).
    >>
    >>> From: Gerrit Polder <polder@p...>
    >>> Reply-To: basicstamps@y...
    >>> Date: Mon, 04 Nov 2002 11:28:11 +0100
    >>> To: basicstamps@y...
    >>> Subject: [noparse][[/noparse]basicstamps] tokenizer
    >>>
    >>>
    >>>
    >>> I'm just wondering, now the tokenizer is released, if anybody is working on
    >>> a mac or linux basicstamp programming tool.
    >>>
    >>> Gerrit.
    >>>
    >>>
    >>>
    >>>
    >>>
    >>> To UNSUBSCRIBE, just send mail to:
    >>> basicstamps-unsubscribe@y...
    >>> from the same email address that you subscribed. Text in the Subject and
    >>> Body
    >>> of the message will be ignored.
    >>>
    >>>
    >>> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
    >>>
    >>>
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the Subject and Body
    > of the message will be ignored.
    >
    >
    > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2002-11-20 15:56
    I wrote a command line tool using tokenizer.so for linux (SuSE 8.0)
    and it is working fine on my computer (compile and download to BS2,
    BS2e, BS2sx and BS2p). The code (tar-ball) is freely available to
    anyone interested - just e-mail (had not yet time to write docu, but
    the tool is simple anyway)
  • ArchiverArchiver Posts: 46,084
    edited 2002-11-20 16:04
    I would love to have a copy of your command line Linux
    tool. I have been thinking of starting a project to make
    a Linux GUI for BASIC Stamps and would love to be able to
    have a look at your code.

    David Culp
    dculp at charter.net

    On Wed, 20 Nov 2002 15:56:17 -0000
    "acgs888" <adrian.schneider@s...> wrote:
    >I wrote a command line tool using tokenizer.so for linux
    >(SuSE 8.0)
    >and it is working fine on my computer (compile and
    >download to BS2,
    >BS2e, BS2sx and BS2p). The code (tar-ball) is freely
    >available to
    >anyone interested - just e-mail (had not yet time to
    >write docu, but
    >the tool is simple anyway)
    >
    >
    >To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    >from the same email address that you subscribed. Text in
    >the Subject and Body of the message will be ignored.
    >
    >
    >Your use of Yahoo! Groups is subject to
    >http://docs.yahoo.com/info/terms/
    >
    >

    David Culp

    Einstein's favorite limerick was:
    There was an old lady called Wright
    who could travel much faster than light.
    She departed one day
    in a relative way
    and returned on the previous night.
  • ArchiverArchiver Posts: 46,084
    edited 2003-02-18 04:29
    In some previous messages I saw some postings asking about using the
    tokenizer dll for the Pocket PC and or Palm OS. Is there any
    progress on these topics?

    Thanks,
    Curtis
Sign In or Register to comment.