Re: [Haskell-cafe] Cross platform getProcessID

2009-06-22 Thread John Van Enk
Hi John, > The short anser is...you need to make a ffi call to getCurrentProcessId > > unfortunately there is no binding to this function in System.Win32.Process > which is the natural home for it. > > Perhaps you could submit a patch for Win32 package, once you have created > the binding the sign

Re: [Haskell-cafe] Cross platform getProcessID

2009-06-21 Thread John Lask
function is quite simple, so there should be no problem with the ffi call DWORD GetCurrentProcessId(VOID) - Original Message - From: "John Van Enk" To: "Haskell Cafe" Sent: Monday, June 22, 2009 1:43 PM Subject: [Haskell-cafe] Cross platform getProcessID In the u

[Haskell-cafe] Cross platform getProcessID

2009-06-21 Thread John Van Enk
In the unix package, we have getProcessID. Is there a corresponding method for finding the process ID in Windows? /jve ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe