[Wine] Re: RSH

vitamin wineforum-user at winehq.org
Wed Feb 24 09:03:06 CST 2010


goingwhere wrote:
> Can't use the native RSH from the system as you suggest.   In short, I have a Windows application which makes a system call to RSH.   Linking the native Linux RSH to the wine Windows environment does not work

If under "system" call you mean starting console app - then you just doing it wrong. You'll need to make a shell wrapper to translate all paths from windows to unix with 'winepath' program.

In either case it won't work on Wine as-is:

> Unhandled exception: unimplemented function mswsock.dll.rcmd called in 32-bit code (0x7b8454c3). 

You can try using native mswsock.dll see if that helps.







More information about the wine-users mailing list