|
-
May 19th, 2001, 08:50 PM
#1
Thread Starter
PowerPoster
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
-
May 20th, 2001, 04:51 PM
#2
Monday Morning Lunatic
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
-
May 20th, 2001, 05:09 PM
#3
No idea about linux, but that Euphoria stuff in the bottom set of links claims to support linux...
-
May 20th, 2001, 06:56 PM
#4
Thread Starter
PowerPoster
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
-
May 21st, 2001, 12:09 AM
#5
Frenzied Member
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."
-
May 21st, 2001, 12:25 AM
#6
Frenzied Member
I found the HawkNL site in case you're interested:
http://www.hawksoft.com/hawknl/
Harry.
"From one thing, know ten thousand things."
-
May 21st, 2001, 12:32 AM
#7
Frenzied Member
I found the HawkNL site in case you're interested:
http://www.hawksoft.com/hawknl/
Harry.
"From one thing, know ten thousand things."
-
May 21st, 2001, 10:40 AM
#8
Monday Morning Lunatic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|