Windows API equivalent in Linux

Reply

Join Date: Mar 2007
Posts: 8
Reputation: Dionysus is an unknown quantity at this point 
Solved Threads: 0
Dionysus's Avatar
Dionysus Dionysus is offline Offline
Newbie Poster

Windows API equivalent in Linux

 
0
  #1
Jun 25th, 2008
IS there any Equivalent for Windows API in LInux???
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 514
Reputation: Jishnu will become famous soon enough Jishnu will become famous soon enough 
Solved Threads: 26
Jishnu's Avatar
Jishnu Jishnu is offline Offline
Posting Pro

Re: Windows API equivalent in Linux

 
0
  #2
Jun 25th, 2008
"You know you're a computer geek when you try to shoo a fly away from the monitor screen with your cursor. That just happened to me. It was scary." - Juuso Heimonen.

"The only truly secure computer is one buried in concrete, with the power turned off and the network cable cut." - Anonymous.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 241
Reputation: ssharish2005 is on a distinguished road 
Solved Threads: 20
ssharish2005's Avatar
ssharish2005 ssharish2005 is offline Offline
Posting Whiz in Training

Re: Windows API equivalent in Linux

 
0
  #3
Jun 25th, 2008
You could use Tcl/Tk as well.

ssharish
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 43
Reputation: michinobu_zoned is an unknown quantity at this point 
Solved Threads: 0
michinobu_zoned michinobu_zoned is offline Offline
Light Poster

Re: Windows API equivalent in Linux

 
0
  #4
Jun 25th, 2008
The UNIX equivalent to Win32 API is POSIX.

"With UNIX, there is almost a 1-to-1 relationship between the system calls (e.g., read) and the library procedures (e.g., read) used to invoke the system calls. In other words, for each system call, there is roughly one library procedure that is called to invoke it...Furthermore, POSIX has only about 100 procedure calls."
"With Windows, the situation is radically different. To start with, the library calls and the actual system calls are highly decoupled...The number of Win32 API calls is extremely large, numbering in the thousands. Furthermore, while many of them do invoke system calls, a substantial number of them are carried out in userspace."

"Modern Operating Systems" 2nd ed. by Andrew S. Tanenbaum. 2001, Prentice Hall, Inc. pp.54
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 1,951
Reputation: Duoas has much to be proud of Duoas has much to be proud of Duoas has much to be proud of Duoas has much to be proud of Duoas has much to be proud of Duoas has much to be proud of Duoas has much to be proud of Duoas has much to be proud of 
Solved Threads: 214
Featured Poster
Duoas's Avatar
Duoas Duoas is offline Offline
Posting Virtuoso

Re: Windows API equivalent in Linux

 
0
  #5
Jun 25th, 2008
If you are looking to port Win32 API code to Linux, take a look at Wine.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC