Re: regarding win32 functions

2001-09-18 Thread Jos I. Boumans
all depends on what you need hth Jos - Original Message - From: "jaya kumaran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 18, 2001 11:56 AM Subject: regarding win32 functions > Hi, > > i have used > > use win32::process

regarding win32 functions

2001-09-18 Thread jaya kumaran
Hi, i have used use win32::process() statement This statement is used only for NT ie using if statement. In NT, this is used to kill a process. But when the same code is taken to UNIX, it is giving compilation error. Ie, its searching for Wind32 libraries in UNIX which is not existing.