R
ribaud
Hi all,
i am working on a communication method between two apps.
the first app is a pure c++ project, potentially usable on windows and linux.
the second app will be a dotnet app using winforms. it will give orders to the first app. winforms are used to make a good looking and simple interface for third party users.
The communication method must be usable on linux in order to create a third app which could also run on linux. (maybe using mono? i dont know for now how it is working)
I found several solutions :
- Named pipes : good but not usable under win98/95 so i cant use this
- Remoting in Net : same and linux problems
- ...
Do you have an idea ?
thx you ^^
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
i am working on a communication method between two apps.
the first app is a pure c++ project, potentially usable on windows and linux.
the second app will be a dotnet app using winforms. it will give orders to the first app. winforms are used to make a good looking and simple interface for third party users.
The communication method must be usable on linux in order to create a third app which could also run on linux. (maybe using mono? i dont know for now how it is working)
I found several solutions :
- Named pipes : good but not usable under win98/95 so i cant use this
- Remoting in Net : same and linux problems
- ...
Do you have an idea ?
thx you ^^
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...