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
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.
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
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