Re: pf_vsnprintf implementatnion of 'I', 'I32' and 'I64' prefixes for type specifiers

2005-08-08 Thread Aneurin Price
David Laight wrote: On Tue, Aug 02, 2005 at 10:35:59PM +0900, Mike McCormack wrote: It's a little more complicated than you think, after you start handling all the width modifiers, various floating point formats, etc. Not to mention coding in the 'brokenness'! On windows: _snprintf(buff, 3

Printing Problems

2005-08-08 Thread josie
I have been trying to print reports in Landscape and every time a line hits about 122 characters it cuts out 5 characters and then picks up with the rest of the line, example 'Wine Printing Problems' would be 'Wine ing Problems.' Is anybody familiar with this kind of problem and what I can do t

Re: wine/ server/trace.c server/request.h server/p ...

2005-08-08 Thread Vincent Béron
Le lun 08/08/2005 à 11:11, Alexandre Julliard a écrit : [snip] > Modified files: > server : trace.c request.h protocol.def mapping.c file.c >fd.c change.c > include/wine : server_protocol.h > > Log message: > Added an unmount_device request th

Re[2]: Inconsistency/bug with GetProcAddress

2005-08-08 Thread Vitaliy Margolen
>> >>>It's a common technique to rely on the fact that exports from kernel32 >> >>>reside at the same address to use CreateRemoteThread calling LoadLibrary >> >>>for remote code injection (this is not what Vitaliy's App is doing here >> >>>but the assertions are the same). >> >>It's hard to implem

Re: [Bug 3148] Mouse: multi-file "selection" & drag behavior broken

2005-08-08 Thread Hiji
> > Anybody on this list make any changes to listview > or > > treeview in the last few months? > I wouldn't even find it hard to believe that they > already forgot about it... > > If you want hard, definitive data, then I I cannot > find any reason why you > wouldn't want to look at ChangeLog...

Re: Help debugging GLXUnsupportedPrivateRequest failure

2005-08-08 Thread Alex Villací­s Lasso
Lionel Ulmer wrote: On Wed, Aug 03, 2005 at 12:13:00PM -0500, Alex Villací­s Lasso wrote: No luck. The patch did not change a thing in my configuration. It still fails with the exact same failed request. Did you test any other OpenGL application (except 'glxinfo') with your set-up to

Re: test case demonstrating PeekMessage give up timeslices

2005-08-08 Thread Oliver Mössinger
We changed our program to avoid the needless polling (only two PeekMessage are needet then). We add also the PM_NOYIELD. This gives back the reaction of the program if some other process consumes process time. But the speed is more reduced than windows. Your patch works for our program. It seems i

Re: compile error in current cvs

2005-08-08 Thread Adam D. Moss
Jacek Caban wrote: Hello. Stefan Leichter wrote: Am Freitag, 5. August 2005 09:05 schrieben Sie: Hello Mike, after removing the link /usr/include/libxml my config.log has ac_cv_lib_xml2_xmlReadIO=no the patch fixes the problem with the missing header but compiling fails still with:

Wine + MS Office 2000 - can not install

2005-08-08 Thread RLLOYDNAVE123
I recently installed the latest  07252005 version of wine on my system which is running Fedora 4. The wine compile and install seemed to go smoothly. I also downloaded the documentation ZIP file from source forge. However, the Make procedure for the documentation failed to build. I next attempted

Re: Inconsistency/bug with GetProcAddress

2005-08-08 Thread Kuba Ober
> >>>It's a common technique to rely on the fact that exports from kernel32 > >>>reside at the same address to use CreateRemoteThread calling LoadLibrary > >>>for remote code injection (this is not what Vitaliy's App is doing here > >>>but the assertions are the same). > >>It's hard to implement t

Re: Inconsistency/bug with GetProcAddress

2005-08-08 Thread Jacek Caban
Kuba Ober wrote: On Sunday 07 August 2005 10:13, Mike McCormack wrote: http://www.codeguru.com/Cpp/W-P/system/processesmodules/article.php/c5767 / says: > When creating a process, the loader on Win 2000, Win XP and Win 2003 > checks if kernel32.dll and user32.dll (their names are hardcoded

Re: Inconsistency/bug with GetProcAddress

2005-08-08 Thread Kuba Ober
On Sunday 07 August 2005 10:13, Mike McCormack wrote: > > http://www.codeguru.com/Cpp/W-P/system/processesmodules/article.php/c5767 > >/ > > > > says: > > > When creating a process, the loader on Win 2000, Win XP and Win 2003 > > > checks if kernel32.dll and user32.dll (their names are hardcoded

Re: include/winsplp.h added (create "include/ddk/" ?)

2005-08-08 Thread Detlef Riekenberg
Am Montag, den 08.08.2005, 11:32 +0100 schrieb Huw D M Davies: > > Changelog: > > - File "include/winsplp.h" added > As this is part of the ddk, it should probably go in > include/ddk/winsplp.h We do not have include/ddk/ yet. While comparing directories, some Files are present in mingw:inclu

Re: include/winsplp.h added

2005-08-08 Thread Huw D M Davies
On Sun, Aug 07, 2005 at 08:52:08PM +0200, Detlef Riekenberg wrote: > > Changelog: > - File "include/winsplp.h" added > As this is part of the ddk, it should probably go in include/ddk/winsplp.h Huw. -- Huw Davies [EMAIL PROTECTED]

Re: MSXML3: initial implementation based on libxml2

2005-08-08 Thread Saulius Krasuckas
* On Mon, 8 Aug 2005, Saulius Krasuckas wrote: > > Ok folks, but my hands are off. I just reported for everybody to know. > I am going to upgrade libxml2 packages (to v2.6.16). Heh.. I opened this message to discard it. That Ctrl-C combination is so near to a Ctrl-X. Sorry for a noise, igno

Re: MSXML3: initial implementation based on libxml2

2005-08-08 Thread Saulius Krasuckas
* On Thu, 4 Aug 2005, Mike McCormack wrote: > > If you don't use xmlReadIO, then you could use xmlReadMemory I guess. > The whole file would need to be read into memory first. * On Thu, 4 Aug 2005, Dmitry Timoshkov wrote: > > Or just mmap'ed. That could be a reasonable workaround. Ok folks,