Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two programs, a simple notepad application that i made using vb 2008, and (moses) which is an open source statistical machine translation program that i have compiled in windows using cygwin. How can i send commands from my vb application to the moses which runs using cygwin? P.S The moses application is command line and has no GUI.
Posted

1 solution

Use Inter-Process Communications (IPC) - this article[^] specifies the standard Windows IPC mechanisms and gives C++ implementations.

I think that named pipes would be a good bet - they are available in VB[^] as well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900