Re: linux to windows porting help
- From: "vamsi" <vamsi.komati@xxxxxxxxx>
- Date: 16 Jun 2006 03:31:33 -0700
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.
.
- Follow-Ups:
- Re: linux to windows porting help
- From: Rob Thorpe
- Re: linux to windows porting help
- From: Alf P. Steinbach
- Re: linux to windows porting help
- From: Duane Arnold
- Re: linux to windows porting help
- References:
- linux to windows porting help
- From: vamsi
- Re: linux to windows porting help
- From: Friedrich Dominicus
- linux to windows porting help
- Prev by Date: Re: Looking for algo. to find points along alignment
- Next by Date: Re: finding nearest place
- Previous by thread: Re: linux to windows porting help
- Next by thread: Re: linux to windows porting help
- Index(es):
Relevant Pages
|