Results 1 to 8 of 8

Thread: Linux Deve tool/Envr

  1. #1

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Linux Deve tool/Envr

    What kind of development tool that I need to build an app for Linux environmemt?

    If is wieh to build an app that access the Comm port and network port (Winsock) is that dificult and need to build everything from scrash?

    Thx Adv.
    Chris

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    KDevelop is pretty good. I think CodeWarrior is out for Linux as well.

    This is assuming you're developing on Linux In which case you'd use Berkeley sockets rather than Winsock (the code is basically the same except you don't have the WSA* functions, and others take their place).
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    chenko
    Guest
    No idea about linux, but that Euphoria stuff in the bottom set of links claims to support linux...

  4. #4

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    Hi! parkise, where can i get the kDevelop? Does I need to write Berkeley sockets from scratch? Or does it like what VB did. All then events is ready, juz put the code in?

    'coz I'm running out of time to write

    thx,
    Chris

  5. #5
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    There are quite a few networking libraries that do this kind of multiplatform thing. Same goes for graphics (obviously [OpenGL]) and sound (OpenAL) and some other stuff. I think HawkNL is one of the networking things. They often have announcements about updates at www.gamedev.net .
    Harry.

    "From one thing, know ten thousand things."

  6. #6
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    I found the HawkNL site in case you're interested:

    http://www.hawksoft.com/hawknl/
    Harry.

    "From one thing, know ten thousand things."

  7. #7
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    I found the HawkNL site in case you're interested:

    http://www.hawksoft.com/hawknl/
    Harry.

    "From one thing, know ten thousand things."

  8. #8
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width