• Pascal

    From Jason Cullins@1:3613/47 to All on Sat Feb 12 12:47:12 2005
    Is there anyone still around (besides myself) which codes in pascal??


    Jason

    _________________________
    / \
    | The Hard Drive Cafe BBS |
    | Montgomery, Alabama, US |
    | telnet://bbs.hdcbbs.net |
    \_________________________/
    --- SBBSecho 2.10-Win32
    * Origin: The Hard Drive Cafe - telnet://hdcbbs.net (1:3613/47)
  • From mark lewis@1:3634/12 to Jason Cullins on Sat Feb 12 20:17:22 2005
    Is there anyone still around (besides myself) which codes in
    pascal??

    that's what we're here for ;)

    )\/(ark


    * Origin: (1:3634/12)
  • From Scott Adams@1:112/91 to Jason Cullins on Sat Feb 12 23:48:27 2005
    `07*** Quoting Jason Cullins from a message to All ***`07

    Is there anyone still around (besides myself) which codes in pascal??


    Jason


    Yep.


    --- Fringe BBS
    * Origin: EWOG II - The Fringe - 904-733-1721 (1:112/91)
  • From Andrew Ball@1:261/38 to Jason Cullins on Sun Feb 13 00:06:08 2005
    Hello Jason,

    JC> Is there anyone still around (besides myself) which
    > codes in pascal??

    Last year I chose Pascal for a college programming project. I like Pascal a lot, and hope to work with it some more once I can make some time to work out how to combine Pascal with things like CGI and perhaps some external libraries.

    - Andy Ball.

    --- BBBS/LiI v4.01 Flag-5
    * Origin: Prism bbs (1:261/38)
  • From mark lewis@1:3634/12 to Andrew Ball on Sun Feb 13 13:54:28 2005
    JC>> Is there anyone still around (besides myself) which
    JC>> codes in pascal??

    Last year I chose Pascal for a college programming project. I
    like Pascal a lot, and hope to work with it some more once I
    can make some time to work out how to combine Pascal with
    things like CGI and perhaps some external libraries.

    CGI is nothing more than stdin and stdout... basically plain old text mode with
    no colors and nothing visible to any screen...

    using external libraries?? do you mean using external dlls located in dllhell??
    that would be a different pascal than what i've worked with... possibly delphi or kylix??

    )\/(ark


    * Origin: (1:3634/12)
  • From Jason Cullins@1:3613/47 to Andrew Ball on Sun Feb 13 13:56:53 2005
    Re: Pascal
    By: Andrew Ball to Jason Cullins on Sun Feb 13 2005 12:06 am

    Hello Jason,

    JC> Is there anyone still around (besides myself) which
    > codes in pascal??

    Last year I chose Pascal for a college programming project. I like Pascal a lot, and hope to work with it some more once I can make some time to work ou how to combine Pascal with things like CGI and perhaps some external librari

    - Andy Ball.


    I was writing pascal years ago, and im working on a project now that requires a door library for pascal, so im having to write the code in pascal.. Although i guess i could just port it over to vb or vc++ or something like that, but whats the fun in that?? :)



    Jason

    _________________________
    / \
    | The Hard Drive Cafe BBS |
    | Montgomery, Alabama, US |
    | telnet://bbs.hdcbbs.net |
    \_________________________/
    --- SBBSecho 2.10-Win32
    * Origin: The Hard Drive Cafe - telnet://hdcbbs.net (1:3613/47)
  • From Andrew Ball@1:261/38 to Mark Lewis on Sun Feb 13 17:33:32 2005
    Hello Mark,

    ML> CGI is nothing more than stdin and stdout... basically
    > plain old text mode...

    For CGI to work I will also need to be able to read two environment variables and then I'll need to write a simple handler for the way that certain characters are encoded in CGI requests.

    ML> using external libraries?? do you mean using external
    > dlls located in dllhell?

    I think DLLs are an MS Windows thing. I meant using platform
    -independent libraries such as curses and perhaps a graphics
    /GUI toolkit.

    - Andy Ball

    --- BBBS/LiI v4.01 Flag-5
    * Origin: Prism bbs (1:261/38)
  • From mark lewis@1:3634/12 to Andrew Ball on Sun Feb 13 23:03:14 2005
    ML>> CGI is nothing more than stdin and stdout... basically
    ML>> plain old text mode...

    For CGI to work I will also need to be able to read two
    environment variables and then I'll need to write a simple
    handler for the way that certain characters are encoded in CGI
    requests.

    yeah... and?? ;)

    ML>> using external libraries?? do you mean using external
    ML>> dlls located in dllhell?

    I think DLLs are an MS Windows thing. I meant using platform
    -independent libraries such as curses and perhaps a graphics
    /GUI toolkit.

    ahhh... i wasn't sure which platform of shared libraries you were thinking of... there are several to choose from, ya know ;)

    )\/(ark


    * Origin: (1:3634/12)
  • From Sean Dennis@1:18/200 to Jason Cullins on Tue Feb 15 22:21:10 2005
    Hello, Jason.

    On 12 Feb 05 at 12:47, Jason Cullins wrote to All:

    Is there anyone still around (besides myself) which codes in pascal??


    Nope (hides his Borland, Virtual and Free Pascal compilers).

    Later,
    Sean

    // outpostsysop@earthlink.net | http/ftp/telnet: outpostbbs.us

    --- GoldED+/W32 1.1.5-31012
    * Origin: Outpost BBS - Kennesaw, GA - outpostbbs.us (1:18/200)
  • From Sean Dennis@1:18/200 to mark lewis on Tue Feb 15 22:21:48 2005
    Hello, mark.

    On 13 Feb 05 at 13:54, mark lewis wrote to Andrew Ball:

    using external libraries?? do you mean using external dlls located in dllhell?? that would be a different pascal than what i've worked
    with... possibly delphi or kylix??

    Borland and Virtual can both use external DLLs... but I've never need for them myself.

    Later,
    Sean

    // outpostsysop@earthlink.net | http/ftp/telnet: outpostbbs.us

    --- GoldED+/W32 1.1.5-31012
    * Origin: Outpost BBS - Kennesaw, GA - outpostbbs.us (1:18/200)
  • From Sean Dennis@1:18/200 to Jason Cullins on Tue Feb 15 22:23:12 2005
    Hello, Jason.

    On 13 Feb 05 at 13:56, Jason Cullins wrote to Andrew Ball:

    I was writing pascal years ago, and im working on a project now that requires a door library for pascal, so im having to write the code in pascal.. Although i guess i could just port it over to vb or vc++ or something like that, but whats the fun in that?? :)

    I'm reworking the TGWAVE (Telegard-specific version of BlueWave)'s source to work under OS/2 again using VP. It's gonna be hell doing it, but a learning experience. I'm teaching myself VB for a job I'm interested in, but my heart's
    definitely in text-mode Pascal stuff. :)

    Later,
    Sean

    // outpostsysop@earthlink.net | http/ftp/telnet: outpostbbs.us

    --- GoldED+/W32 1.1.5-31012
    * Origin: Outpost BBS - Kennesaw, GA - outpostbbs.us (1:18/200)
  • From Jason Cullins@1:3613/47 to Sean Dennis on Sun Feb 27 00:24:52 2005
    Re: Pascal
    By: Sean Dennis to Jason Cullins on Tue Feb 15 2005 10:23 pm

    Hello, Jason.

    On 13 Feb 05 at 13:56, Jason Cullins wrote to Andrew Ball:

    I was writing pascal years ago, and im working on a project now that requires a door library for pascal, so im having to write the code in pascal.. Although i guess i could just port it over to vb or vc++ or something like that, but whats the fun in that?? :)

    I'm reworking the TGWAVE (Telegard-specific version of BlueWave)'s source to work under OS/2 again using VP. It's gonna be hell doing it, but a learning experience. I'm teaching myself VB for a job I'm interested in, but my hear definitely in text-mode Pascal stuff. :)

    Later,
    Sean

    // outpostsysop@earthlink.net | http/ftp/telnet: outpostbbs.us

    Hey, well if you need any help with VB let me know. I may be able to help you out with that. I have written alot of code in VB over the last couple of years.

    Just let me know. Drop me a Netmail or something if you need anything.


    Jason

    _________________________
    / \
    | The Hard Drive Cafe BBS |
    | Montgomery, Alabama, US |
    | telnet://bbs.hdcbbs.net |
    \_________________________/
    --- SBBSecho 2.10-Win32
    * Origin: The Hard Drive Cafe - telnet://hdcbbs.net (1:3613/47)
  • From Scott Adams@1:112/91 to mark lewis on Thu Mar 10 20:51:46 2005
    CGI is nothing more than stdin and stdout... basically plain old text
    mode with no colors and nothing visible to any screen...
    using external libraries?? do you mean using external dlls located in dllhell?? that would be a different pascal than what i've worked
    with... possibly delphi or kylix??

    I've worked on all pascals from v3 TP to BP7 and
    even mainframe versions of it. ABout 8 various versions
    including delphi. But never got itno Kylix. I should
    how big of a language is it? BP7 level or delphi level?


    ... Oxymoron: A vampire named Dawn.
    --- Fringe BBS
    * Origin: EWOG II - The Fringe - 904-733-1721 (1:112/91)
  • From Scott Adams@1:112/91 to Andrew Ball on Thu Mar 10 20:53:55 2005
    Quoting Andrew Ball to Mark Lewis <=-


    CGI is nothing more than stdin and stdout... basically
    plain old text mode...

    For CGI to work I will also need to be able to read two environment variables and then I'll need to write a simple handler for the way
    that certain characters are encoded in CGI requests.
    using external libraries?? do you mean using external

    Enviro variables are readable by pascal and easy to
    access. You can even fake the CGI requests with
    some imagination.

    dlls located in dllhell?

    I think DLLs are an MS Windows thing. I meant using platform
    -independent libraries such as curses and perhaps a graphics
    /GUI toolkit.

    Delphi does DLLs fine and even to some privitive level
    Turbovision of pascal did as well. Back in the old days.


    ... "My shoes are too tight." -- Londo
    --- Fringe BBS
    * Origin: EWOG II - The Fringe - 904-733-1721 (1:112/91)
  • From Scott Adams@1:112/91 to Sean Dennis on Thu Mar 10 20:55:21 2005
    Quoting Sean Dennis to mark lewis <=-


    using external libraries?? do you mean using external dlls located in dllhell?? that would be a different pascal than what i've worked
    with... possibly delphi or kylix??

    Borland and Virtual can both use external DLLs... but I've never need
    for them myself.

    Its a evil construct created by M$. :)

    Naw. They help share data and libraries and are useful for
    huge software like windows and office. But for the small
    disk size programs useless.


    ... "Made it back, but we lost him. Radiation poisoning." - Franklin
    --- Fringe BBS
    * Origin: EWOG II - The Fringe - 904-733-1721 (1:112/91)
  • From mark lewis@1:3634/12 to Scott Adams on Tue Mar 15 10:44:22 2005
    CGI is nothing more than stdin and stdout... basically
    plain old text mode with no colors and nothing visible
    to any screen... using external libraries?? do you mean
    using external dlls located in dllhell?? that would be
    a different pascal than what i've worked with... possibly
    delphi or kylix??

    I've worked on all pascals from v3 TP to BP7 and even
    mainframe versions of it. ABout 8 various versions
    including delphi. But never got itno Kylix. I should
    how big of a language is it? BP7 level or delphi level?

    kylix is linux delphi...

    )\/(ark


    * Origin: (1:3634/12)
  • From mark lewis@1:3634/12 to Andrew Ball on Tue Mar 15 10:46:42 2005
    ML>> using external libraries?? do you mean using external

    > dlls located in dllhell?

    I think DLLs are an MS Windows thing. I meant using platform
    -independent libraries such as curses and perhaps a graphics
    /GUI toolkit.

    i forgot to mention that DLL is just an extension on a filename, too... in the *nix world, they are .so files... Shared Object... they perform the function, though...

    )\/(ark


    * Origin: (1:3634/12)
  • From Andrew Ball@1:261/38 to Mark Lewis on Wed Mar 16 02:21:12 2005
    Hello Mark,

    ML> i forgot to mention that DLL is just an extension on a
    > filename, too... in the *nix world, they are .so files
    > ... Shared Object... they perform the function, though

    Thanks, that helps.

    - Andy Ball

    --- BBBS/LiI v4.01 Flag-5
    * Origin: Prism bbs (1:261/38)
  • From Scott Adams@1:112/91 to mark lewis on Thu Mar 24 19:10:05 2005
    Quoting mark lewis to Scott Adams <=-

    I've worked on all pascals from v3 TP to BP7 and even
    mainframe versions of it. ABout 8 various versions
    including delphi. But never got itno Kylix. I should
    how big of a language is it? BP7 level or delphi level?

    kylix is linux delphi...

    Yeah. I've heard of it and seen code. Easy to figure
    out. But just never used it more than 5 minutes.



    ... I (kick)...have HAD(kick)....enough of YOU (kick)!!!
    --- Fringe BBS
    * Origin: EWOG II - The Fringe - 904-733-1721 (1:112/91)
  • From Scott Adams@1:112/91 to mark lewis on Thu Mar 24 19:11:24 2005
    Quoting mark lewis to Andrew Ball <=-

    @MSGID: 1:3634/12@fidonet 25088fd7
    using external libraries?? do you mean using external

    > dlls located in dllhell?

    I think DLLs are an MS Windows thing. I meant using platform
    -independent libraries such as curses and perhaps a graphics
    /GUI toolkit.

    i forgot to mention that DLL is just an extension on a filename,
    too... in the *nix world, they are .so files... Shared Object... they perform the function, though...

    Ueay..sadly back in 3.1 days we saw it coming with the
    DLL files. I had a bad shiver it would grow and now
    look at the windows world. Sigh. If only we knew
    then we could've maybe killed gates off? :)


    ... You're still a suspect, Garibaldi - Major Kemmer
    --- Fringe BBS
    * Origin: EWOG II - The Fringe - 904-733-1721 (1:112/91)