Click here to Skip to main content
15,895,084 members

Comments by forest-321 (Top 15 by date)

forest-321 20-Nov-17 21:59pm View    
Thank you for your solution.
forest-321 13-Sep-17 9:06am View    
Thanks for reply.
I agree for your suggetion using network communication.
I think that named pipes can not be used because the file systems on which the two applications are based are different.
In case of pipes:
The pipes are created by using fork() function on linux and CreatePipe() function on windows, and I do not know how to communicate with each other.
Please help me how to communicate using pipe in this case.
forest-321 13-Sep-17 9:00am View    
Thanks for reply.
I agree for your suggestion on network communication.
I think that the named pipes are not available because the file systems on which the two applications are based are different.
In case of pipes:
The pipes are created by using fork() function on LINUX and CreatePipe() function on windows, and I do not know how to communicate with each other.
forest-321 12-Sep-17 20:43pm View    
Is there any way to communicate between mfc and cygwin with pipe?
Because, sub application already has the network communication modules.
forest-321 11-Sep-17 12:40pm View    
what does cygwin dll init work?