chanchal chitwan wrote: > i didn't understand what you are saying > > --- On Sat, 19/7/08, Brett McCoy <[EMAIL PROTECTED]> wrote: > > From: Brett McCoy <[EMAIL PROTECTED]> > Subject: Re: [c-prog] Simple Keystroke logger > To: [email protected] > Date: Saturday, 19 July, 2008, 6:11 AM > > On Fri, Jul 18, 2008 at 8:36 PM, Paul David <[EMAIL PROTECTED] net> wrote: > >> I'm looking for one in C but i will take another look at those linux >> ones > > Should be easy to port one of those Linux ones to OSX. > > -- Brett
A "port" is essentially a "translation" or "conversion". In this case, Linux-specific APIs would get translated/converted into OSX APIs. Since OSX is based on some flavor of BSD, a *NIX variant, the effort required for a port should be minimal since the OSes and APIs are similar. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
