How to emulate PSG and SCC in Windows applications.

페이지 6/6
1 | 2 | 3 | 4 | 5 |

By Manuel

Ascended (19273)

Manuel의 아바타

26-06-2011, 13:56

Or, it is SSPI... For security reasons we moved to UNIX Domain sockets for the TCP connection. Windows doesn't have such a thing, so we use SSPI for Windows to make sure only the user who runs openMSX can connect to it. In the debugger, you can see code for this here:

http://openmsx.svn.sourceforge.net/viewvc/openmsx/openmsx-debugger/trunk/src/ConnectDialog.cpp?revision=12193&view=markup

and the SspiNegotiateClient is implemented here:

http://openmsx.svn.sourceforge.net/viewvc/openmsx/openmsx-debugger/trunk/src/openmsx/

So, indeed, the scenario you tried doesn't work just like that on Windows... It's a little more complicated.

페이지 6/6
1 | 2 | 3 | 4 | 5 |