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
Printable View
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
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).
No idea about linux, but that Euphoria stuff in the bottom set of links claims to support linux...
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
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 .
I found the HawkNL site in case you're interested:
http://www.hawksoft.com/hawknl/
I found the HawkNL site in case you're interested:
http://www.hawksoft.com/hawknl/
I think www.kdevelop.org or www.kde.org