Click to See Complete Forum and Search --> : Linux Deve tool/Envr
Chris
May 19th, 2001, 08:50 PM
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
parksie
May 20th, 2001, 04:51 PM
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).
chenko
May 20th, 2001, 05:09 PM
No idea about linux, but that Euphoria stuff in the bottom set of links claims to support linux...
Chris
May 20th, 2001, 06:56 PM
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
HarryW
May 21st, 2001, 12:09 AM
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 .
HarryW
May 21st, 2001, 12:25 AM
I found the HawkNL site in case you're interested:
http://www.hawksoft.com/hawknl/
HarryW
May 21st, 2001, 12:32 AM
I found the HawkNL site in case you're interested:
http://www.hawksoft.com/hawknl/
parksie
May 21st, 2001, 10:40 AM
I think www.kdevelop.org or www.kde.org
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.