Re: Strange check in wrc

2000-11-30 Thread Francois Gouget
On Thu, 30 Nov 2000, Andreas Mohr wrote: On Thu, Nov 30, 2000 at 10:51:18AM -0800, Francois Gouget wrote: Hi, I came upon the following check in wrc (parser.y:474): if($1 65535 || $1 -32768) yyerror("Resource's ID out of range (%d)", $1);

Re: Strange check in wrc

2000-11-30 Thread Alexandre Julliard
Francois Gouget [EMAIL PROTECTED] writes: So it does look like this is a 16 bit value as the test implies. But the test is a mixture between a signed and unsigned check range check. I believe resource ids are signed because the MS's OBM_xxx resources ids (in winuser.h) end up neatly at

Re: Re: async serial patch - use the service thread for async IO

2000-11-30 Thread Mike McCormack
Hello Alexandre, Unfortunately, i think the service thread is pretty much a necessity. My previous implementation made the assumption that programs using asynchronous i/o would make calls to WaitForMultipleObjectsEx with the alertable flag set to true during async i/o. Unfortunately, that isn't

Rescan KDE menu entries

2000-11-30 Thread Jeremy White
Anyone know how to tell KDE to rescan menu bindings? Some people have reported that KDE menu entries don't appear until after KDE is restarted. Any way I can give KDE a kick in the pants? Thanks, Jer