m*******n 发帖数: 154 | 1 have a linux program and I want to develop C# in windows and call the linux
program from the C# program. Anybody know how to do this?
Many thanks!!! |
n*********g 发帖数: 75 | 2 try mono
【在 m*******n 的大作中提到】 : have a linux program and I want to develop C# in windows and call the linux : program from the C# program. Anybody know how to do this? : Many thanks!!!
|
m*******n 发帖数: 154 | 3 thanks, i remember mono only runs in linux, however i want to develop c# in
windows.
linux
【在 n*********g 的大作中提到】 : try mono
|
g****y 发帖数: 212 | 4 Using socket or remoting.
【在 m*******n 的大作中提到】 : have a linux program and I want to develop C# in windows and call the linux : program from the C# program. Anybody know how to do this? : Many thanks!!!
|
d*r 发帖数: 238 | 5
I don't think you can do that other than recompile the source code in windows.
【在 m*******n 的大作中提到】 : have a linux program and I want to develop C# in windows and call the linux : program from the C# program. Anybody know how to do this? : Many thanks!!!
|
p***n 发帖数: 635 | 6 expose the Linux program, whatever it is written in, as a web service?
【在 m*******n 的大作中提到】 : have a linux program and I want to develop C# in windows and call the linux : program from the C# program. Anybody know how to do this? : Many thanks!!!
|