tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] kill(pid, sig) in windows


From: charlesrandall4-tinycc
Subject: Re: [Tinycc-devel] kill(pid, sig) in windows
Date: Wed, 16 May 2007 11:55:40 -0700 (PDT)

Take a look at Microsoft's Unix Application Migration Guide. In chapter 9 there's a section on signals and signal handling.

http://msdn2.microsoft.com/en-us/library/ms811896.aspx

-Charles


 
Charles F. Randall, IV
address@hidden (always forwarded)


----- Original Message ----
From: Kenneth Forsbäck <address@hidden>
To: address@hidden
Sent: Wednesday, May 16, 2007 7:09:59 AM
Subject: [Tinycc-devel] kill(pid, sig) in windows

Hi,

I know this is not the right place to ask, but after tediously searching
the net I simply haven't found any answers, and the tcc mailing list is
the only place left I can think of where I could possibly find an answer.

Is there a windows equivalent or is it somehow possible to
emulate/translate/something else, the c function kill(pid, sig)? I know
the function is highly available on other systems, but for some reason
windows only has raise, which doesn't help me, as I want to send a
signal to an other process.

Multithreading is too troublesome, so are pipes, sockets, etc., I'd
simply want to use signals, the only problem being it's not available in
windows, thus not really cross-platform...so I'd need an alternative for
the windows version of my program.

~ Kenneth


_______________________________________________
Tinycc-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/tinycc-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]