On Tue, Aug 19, 2008 at 9:15 AM, Dan Kegel dank@kegel.com wrote:
Scott Lindeneau slindeneau@gmail.com wrote:
i Don't have any windows machines to test the code on
That's a real problem. You can't be sure the tests you're writing are good unless they pass on a windows machine.
Is an emulated environment using qemu good enough?
Can't you just see if accept() or moral equivalent grabs a connection?
- Dan
That's a good idea, but I think the wineserver already knows about it, and its clobbering that information somewhere accidentally. (Also, it means further complicating the accept function in the wineserver... and complicated things make life hard for the next person who has to tinker with it. If it's the only way to do it, I will do it.) - Scott