Re: linux to windows porting help
- From: Duane Arnold <""Yep-Don't-Bother\"@You-got-it-right@.BET">
- Date: Sat, 17 Jun 2006 22:19:38 GMT
vamsi wrote:
Hi,
Thanks all for the valuable suggestions.
Presently i am working on win32 console applications. My primary task
is to port all the IPC communication through Pipes, Message queues, and
shared memory from linux to windows.
Though i was able to do it successfully for Pipes and Shared memory, i
could not find a proper win32 API to implement Message queue
communication between two different process(one process is created from
other using CreateProcess, and these two processes must talk with each
other using MQ).
I found the following functions so far, which didnt help,
1. PostThreadMessage - for Message queue between process and its
thread.
2. SendMessage, PostMessage - uses the destination window handle as an
argument. but since i am working on win32 console application ... I
donn have any windows handle so unable to use these functions...
Are there any win32 API functions, where we can send messages to Queue
of a process using queue id like msgsnd() in linux???
Thanks n Advance,
vamsi.
You're in the wrong NG asking this question. All you got here is wannabee teachers wanting to write a book, students and nobody with any real experience. <g>
These people don't know *jack* about the Windows O/S and queue processing. I suggest that you find a MS NG with someone that may know Linux and MS. You're not going to find it here. ;-)
Duane :)
.
- Follow-Ups:
- Re: linux to windows porting help
- From: Steve O'Hara-Smith
- Re: linux to windows porting help
- References:
- linux to windows porting help
- From: vamsi
- Re: linux to windows porting help
- From: Friedrich Dominicus
- Re: linux to windows porting help
- From: vamsi
- linux to windows porting help
- Prev by Date: Re: Free Ruby eBook
- Next by Date: Re: Free Ruby eBook
- Previous by thread: Re: linux to windows porting help
- Next by thread: Re: linux to windows porting help
- Index(es):
Relevant Pages
|