Re: Help with /?? stuff

2003-01-11 Thread Shachar Shemesh
John K. Hohm wrote: Alberto Massari wrote: I guess Wine is converting the NULL into \?? to be able to store it as a string. Shachar Shemesh wrote: You guessed wrong. The leading \?? is there under both Wine and Windows 2000, and in both cases there is ALSO a NULL. As neither Wine

Re: Wine, Mozilla IE ?

2003-01-11 Thread Shachar Shemesh
Alexandre Julliard wrote: None of these are showstoppers, but it needs a *really* good reason to overcome all of them. So far I haven't heard anything convincing enough. THE thing that makes me miss C++ the most is exception handling. C offers you, basically, three options: 1. Having to

Re: Wine, Mozilla IE ?

2003-01-11 Thread Roderick Colenbrander
Why do I allways forget attachments or urls? :( Here it is: http://developer.apple.com/darwin/projects/webcore/ (Not sure if it is still relevant for the rest of the thread.) On Friday 10 January 2003 21:58, Dimitrie O. Paun wrote: On January 10, 2003 05:15 pm, Roderick Colenbrander wrote:

Re: Help with /?? stuff

2003-01-11 Thread Dan Kegel
Shachar Shemesh wrote: [string processing stuff deleted] I was seriously considering doing it in C++ (which SHOULD be ok, as this is not a DLL, right?). That would have allowed much more felxibility. Oh well, maybe next time. You're joking, right? - Dan -- Dan Kegel Linux User #78045

Re: Wine, Mozilla IE ?

2003-01-11 Thread Dan Kegel
Shachar Shemesh wrote: THE thing that makes me miss C++ the most is exception handling. C offers you, basically, three options: 1. Having to perform an if every other line and perform a *shudder* goto in case of error. 2. Have nested ifs seven levels deep. 3. return from the middle

Re: Some ddraw / GDI palette problem

2003-01-11 Thread Christian Costa
Lionel Ulmer wrote: Hi all, In 'old' D3D games, a lot of textures are created paletted... And each of these texture has its own DDraw palette object. And thus each has some GDI memory allocated. This means that after some time, we run out of GDI Heap space due to all these palettes created

Re: patch for GetFileTitleW: illegal call to GetFileTitleA

2003-01-11 Thread Dmitry Timoshkov
liu spider [EMAIL PROTECTED] wrote: this is a patch to get rid of W-A calls: GetFileTitleW: illegal call to GetFileTitleA + ret = GetFileTitleW(lpwstrFile, lpwstrTitle, cbBuf); + HeapFree(GetProcessHeap(), 0, lpwstrTitle); + HeapFree(GetProcessHeap(), 0, lpwstrFile); + return ret; +} It

Re: [D3D8 - 1] resend of Jason Texture work + many fixes

2003-01-11 Thread Sylvain Petreolle
--- Raphaël Junqueira [EMAIL PROTECTED] a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 11 January 2003 01:27, Raphaël Junqueira wrote: Hi again, I forgot to say with this patch now: - - i have run successfully the NVIDIA Effects Browser 3.0

Redraw problems with Installshield 6

2003-01-11 Thread Uwe Bonnes
Hallo, on and off there are reports of redraw problems. One class of applications that have redraw problems for me are Installshield 6 applications. When in a setup finally the installation begins, only the windows displaying the file(s) installed is updated, the rest of the IKERNEL.exe window

C++ and winedbg: testers wanted

2003-01-11 Thread Eric Pouech
as some folks have already noticed, loading ELF modules with C++ compilation units gave a zillion of traces while parsing debug info in winedbg this patch should silence this type of output it won't however add the C++ ABI to the debugger: heavy C++ debugging will require gdb (and also DwarfII

Re: wine/programs/wineboot wineboot.c Makefile.in

2003-01-11 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh [EMAIL PROTECTED] writes: Two points about the differences between the version I submitted and the version that made it in. 1. If you are going to reject the printing of Windows is finishing to install your programs... closing message, at

Re: wine/programs/wineboot wineboot.c Makefile.in

2003-01-11 Thread Shachar Shemesh
Alexandre Julliard wrote: ChangeSet ID: 6997 CVSROOT: /opt/cvs-commit Module name: wine Changes by: [EMAIL PROTECTED] 2003/01/11 15:02:50 Modified files: programs/wineboot: wineboot.c Makefile.in Log message: Shachar Shemesh [EMAIL PROTECTED] Implemented the pending rename registry

Re: tests for GetPrinterDriverDirectoryA

2003-01-11 Thread Francois Gouget
On Tue, 7 Jan 2003, Stefan Leichter wrote: Hello, here are some tests for GetPrinterDriverDirectoryA. They should pass on NT4 and hopefully win95 too. Thanks to Francois Gouget for testing. I see this test has not been committed yet... I tested it and it works on Win95, Win98, NT4 and XP.

patch for GetFileTitleW: illegal call to GetFileTitleA 2ed

2003-01-11 Thread liu spider
Thanks to Dmitry Timoshkov. This patch is the second edition, adopted his suggestions. ChangeLog: -dlls/commdlg/filetitle.c implemented GetFileTitleW make GetFileTitleA a wrapper of GetFileTitleW liuspider __ Do you Yahoo!? Yahoo! Mail Plus -

Re: conformance test for ShellExecute

2003-01-11 Thread Francois Gouget
On Sun, 29 Dec 2002, Dan Kegel wrote: Well, the puny little beginnings of one, anyway. (I'll improve this later. Still, it already catches a difference between Windows and Wine, so it's worth committing as is.) I tested it on Win95, Win98, NT4 and XP and it worked on all platforms. However,