Wine and serial port AGAIN

2010-12-16 Thread Pavel Troller
Hi! As a technician, I need often to use some form of serial port communication. My recent experience is with a program for programming TYT radios from China. They supply a simple windows app, which allows to program all the features of the radio, which cannot be accomplished using the radio ke

Re: [PATCH 5/7] mshtml: Added IHTMLScriptElement::get_scr implementation.

2010-12-16 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=7657 Your paranoid android.

socks & wine, patching wininet to use winsock

2010-12-16 Thread Gabriele Greco
I'm trying to make programs that need a socks proxy to work on wine. They work with freecaps or similar winsock patches as long as they don't use wininet or other indirect winsocks APIs to make their stuff, if they use wininet those patches could not work since wininet bypasses winsocks and use li

Re: [PATCH 1/5] server: Handle more inotify mask values

2010-12-16 Thread Alexandre Julliard
Piotr Caban writes: > -static int inode_check_dir( struct inode *parent, const char *name ) > -{ > -char *path; > -unsigned int filter; > -struct inode *inode; > -struct stat st; > -int wd = -1, r = -1; > - > -path = inode_get_path( parent, strlen(name) ); > -if (!path