Re: docs: wine-devel [11/16]

2003-09-21 Thread Shachar Shemesh
Marcelo Duarte wrote: - Original Message - From: "Eric Pouech" <[EMAIL PROTECTED]> To: "Dimitrie O. Paun" <[EMAIL PROTECTED]> Dimitrie O. Paun wrote: Eric, a lot of stuff in here looks like it's in need of some TLC, if you can take a look... TLC ? tender & loving care

Re: docs: wine-devel [11/16]

2003-09-21 Thread Marcelo Duarte
- Original Message - From: "Eric Pouech" <[EMAIL PROTECTED]> To: "Dimitrie O. Paun" <[EMAIL PROTECTED]> > Dimitrie O. Paun wrote: > > Eric, a lot of stuff in here looks like it's in > > need of some TLC, if you can take a look... > TLC ? tender & loving care > is that what you're look

Re: Wine lecture slides

2003-09-21 Thread Marcelo Duarte
From: "Ove Kaaven" <[EMAIL PROTECTED]> To: "Eric Pouech" <[EMAIL PROTECTED]> Cc: "Shachar Shemesh" <[EMAIL PROTECTED]>; "Marcelo Duarte" <[EMAIL PROTECTED]>; "Wine Devel" <[EMAIL PROTECTED]> Sent: Sunday, September 21, 2003 2:25 PM Subject: Re: Wine lecture slides > søn, 21.09.2003 kl. 08.46 skre

Re: CreateBitmap fails

2003-09-21 Thread jerry jenkins
Patch for loading bitmaps. ChangeLog: * dlls/comctl32/toolar.c - Create a compatible bitmap of the display, which can be selected into a device context. * windows/cursoricon.c - Loading bitmaps with specified size works now. Index: dlls/comctl32/toolbar.c ==

Re: tools/translations_status

2003-09-21 Thread Dimitrie O. Paun
On September 21, 2003 09:37 pm, Vincent Béron wrote: > Ideally, it'd be integrated with Make.rules, so it knows where it is and > what are the rc files to check. Moreover, the script should also support a switch that would make it generate nice, color HTML, so we can integrate it into the wine_rel

Re: WRC problems on Alpha AXP

2003-09-21 Thread Dimitrie O. Paun
On September 21, 2003 04:32 pm, Steven Edwards wrote: > I forgot to mention bin2res works fine. Yeah, bin2res works on the byte level, it doesn't do any byte swapping, or anything like that. It just doesn't care, for it binary resources are just a binary stream of bytes. -- Dimi.

Re: ntdll/kernel32: #36

2003-09-21 Thread Dimitrie O. Paun
On September 21, 2003 10:20 am, Eric Pouech wrote: > Codepage: if you mount a fs with a given codepage, you need that cp > information to transform properly the filenames into unicode. Ideally, > we should get this information from OS > ReadVolInfo: whether you can try to get the volume information

Re: wine/dlls/comctl32 comctl32undoc.c comctl32.sp ...

2003-09-21 Thread Dimitrie O. Paun
On September 17, 2003 06:42 pm, Alexandre Julliard wrote: > Renamed the COMCTL32_* functions to use the exported name. What about a search & replace? I know, it's a big change, but this COMCTL32_ prefix is kinda uglifying. They also perpetuate themselves in the code, as they provide bad ex

Re: [winegcc10] Search standard libraries last

2003-09-21 Thread Dimitrie O. Paun
On September 18, 2003 09:59 am, Richard Cohen wrote: > >>+fprintf(stderr, "Ignoring library %s\n", library); > > > > We need to pass .a files to gcc, otherwise Winelib apps break. > > Yes of course. > > What do you mean "won't find"? > This comment refers to the ones that couldn't be found

Re: Configuration parameters

2003-09-21 Thread Dimitrie O. Paun
On September 18, 2003 01:26 pm, Eric Pouech wrote: > the point is that it's not easy to tell between : > - two physical sound cards (one ALSA, one OSS) > - one physical sound card but with ALSA and OSS emulation on top of ALSA > moreover, we'll have to store winmm card information to dsound driver

Re: text edit box not painting text ( on form startup )

2003-09-21 Thread Doug Herbert
further, the following edit control debugmsg from my simple app has two lines, probably worth of discussion - the last two in the following log extract : ---snip--- trace:edit:EDIT_WM_SetText L"more text by Doug" trace:edit:EDIT_EM_ReplaceSel L"more text by Doug", can_undo 0, send_update 0 trac

Re: tools/translations_status

2003-09-21 Thread Vincent Béron
Le dim 21/09/2003 à 10:18, Dimitrie O. Paun a écrit : > On September 20, 2003 01:05 pm, Vincent Béron wrote: > > What is needed is a parser to get at least the structure of the .rc > > files, to identify the layout of the menus and the ID of the strings, > > and then compare those between languages

"Unknown directory 15 ignored"

2003-09-21 Thread Andrew Patrikalakis
Hello, I'm trying to run a specific program (Winny2), and it doesn't work anymore... here is the output: fixme:win32:PE_CreateModule Unknown directory 15 ignored ...and nothing more (however, wine is apparantly racing at this point but still doesn't show anything after ~10minutes.) I looked thi

Re: text edit box not painting text ( on form startup )

2003-09-21 Thread Doug Herbert
> > It's possible that this might help. > > Huw. > -- > case WM_MOUSEACTIVATE: > - /* > - * FIXME: maybe DefWindowProc() > - SetFocus(hwnd); > result = MA_ACTIVATE; > break; > > +SetFocus(es->hwndSelf); > if

Re: DOS: silence some fixme's

2003-09-21 Thread Michael Stefaniuc
Hello, On Sun, Sep 21, 2003 at 05:44:23PM +0200, Andreas Mohr wrote: > On Sun, Sep 21, 2003 at 05:15:18PM +0200, Michael Stefaniuc wrote: > > Alexandre, please use following revised changelog for the patch: > > Changelog: > > - silence the FIXME's produced by a check for dos4gw or > > co

Re: WRC problems on Alpha AXP

2003-09-21 Thread Steven Edwards
I forgot to mention bin2res works fine. --- Steven Edwards <[EMAIL PROTECTED]> wrote: > Hello, > 99% of WINE is building fine for me on AXP other then a few warnings > but I am having trouble with the embbeded bitmap and Icon resources. > I have tried to change the --endianess= option but I always

WRC problems on Alpha AXP

2003-09-21 Thread Steven Edwards
Hello, 99% of WINE is building fine for me on AXP other then a few warnings but I am having trouble with the embbeded bitmap and Icon resources. I have tried to change the --endianess= option but I always get the same result as seen below. [EMAIL PROTECTED] winefile]# make LD_LIBRARY_PATH="../../l

Re: Wine's options (ver 0.3)

2003-09-21 Thread Dimitrie O. Paun
On September 21, 2003 10:55 am, Mike Hearn wrote: > Hmm, this confuses me. I just set Managed to N, and Desktop, and it > works fine. It works identically to if Managed is Y in fact. > > How are they related? My bad. Anyway, (part of what) I was trying to say is that Desktop as an option will go a

Re: docs: wine-devel [11/16]

2003-09-21 Thread Dimitrie O. Paun
On September 21, 2003 02:44 pm, Eric Pouech wrote: > is that what you're looking for ? (even if everything is not filled in yet) Yes, thanks! Now it's up to Alexandre to merge everything in, and then I'll review it again to see where we stand. -- Dimi.

Re: Regression - game not detecting display mode

2003-09-21 Thread Alex Pasadyn
hatky wrote: Jason Edmeades has checked that a bit, he tought it was becouse of the patch that made a diffrent type of resolotion changing but I didn't get if the figured out a fix... I think this is the root of the problem: Log: Opened viewport Log: Enter SetRes: 512x384 Fullscreen 1 Init: No acc

Re: Wine lecture slides

2003-09-21 Thread Ove Kaaven
søn, 21.09.2003 kl. 10.30 skrev Dmitry Timoshkov: > "Eric Pouech" <[EMAIL PROTECTED]> wrote: > > > S8: ReWind is not for TG. TG is not based on ReWind. ReWind serves as a > > X11-cross platform between Wine and WineX. > > I do not want to start a flame war, but you just repeat what TG wants > Re

Re: DOS: silence some fixme's

2003-09-21 Thread Ove Kaaven
søn, 21.09.2003 kl. 16.07 skrev Andreas Mohr: > Wine DOES have to implement a DOS extender. I think you're wrong. Wine doesn't have to implement a DOS extender, it's much simpler and more useful to have Wine be able to run them rather then implement them all. After all, DOS extenders don't have st

Re: Wine lecture slides

2003-09-21 Thread Ove Kaaven
søn, 21.09.2003 kl. 08.46 skrev Eric Pouech: > > MZ are the first two bytes of the file, identifying it as an executable. > > I'm not aware that they mean anything at all. > IIRC, they were the initial of the author(s) of the file format Mark Zbikowski. But that's just a theory, I haven't heard a

docs: wine-devel [0/16]

2003-09-21 Thread Dimitrie O. Paun
Hi folks, I've been doing some work on the Wine Developer's Guide. It's in better shape now, but I'd still rate it at 2.5 stars. It still needs some work until it's production quality, but the end is in sight. In fact, if Lionel can look at the OpenGL section (lots of things changed in there latel

Re: Regression - game not detecting display mode

2003-09-21 Thread hatky
Jason Edmeades has checked that a bit, he tought it was becouse of the patch that made a diffrent type of resolotion changing but I didn't get if the figured out a fix... So here are the logs I sent him, Hatky. __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-u

Re: DOS: silence some fixme's

2003-09-21 Thread Andreas Mohr
Hi, On Sun, Sep 21, 2003 at 05:15:18PM +0200, Michael Stefaniuc wrote: > Alexandre, please use following revised changelog for the patch: > Changelog: > - silence the FIXME's produced by a check for dos4gw or > compatible dos32 extender. Maybe it's actually a good idea to change the

Re: Bug in the heap management code?

2003-09-21 Thread Michael Günnewig
[EMAIL PROTECTED] (Michael Günnewig) writes: > Have done some tests with some other programms which seems to work and > get the following (and some more which I was able to fix myself): > ,- > | ==3597== 6 errors in context 4 of 5: > | ==3597== Conditional jump or move depends on uninitialised

Re: DOS: silence some fixme's

2003-09-21 Thread Michael Stefaniuc
Hi, On Sun, Sep 21, 2003 at 04:07:20PM +0200, Andreas Mohr wrote: > On Sun, Sep 21, 2003 at 03:51:32PM +0200, Michael Stefaniuc wrote: > > The DOS32A extender checks if a dos32 extender is already installed. As > > we probably don't want to implement one silence this check. > > > > License: LGPL,

Re: Wine's options (ver 0.3)

2003-09-21 Thread Mike Hearn
On Sun, 2003-09-21 at 14:59, Dimitrie O. Paun wrote: > > Done (including Desktop). BTW, as I've done desktop now I can't be arsed > > taking it out, especially as some people *cough*lionel*cough* prefer it > > that way for all things ;) > > The problem is that without Managed, Desktop is meaningle

Re: Misc bugs found by using valgrind

2003-09-21 Thread Shachar Shemesh
Michael Günnewig wrote: Changelog: Fixed use of uninitialized memory and wrong buffersize (found by valgrind). Michael --- dlls/avifil32/api.c.SAV 2003-09-20 16:14:45.0 +0200 +++ dlls/avifil32/api.c 2003-09

Re: Wine lecture slides

2003-09-21 Thread Shachar Shemesh
Eric Pouech wrote: S17: I would complement "re-implementing" by the fact we translate Win calls into local OS calls (mostly) Please remeber these are slides that accompanied a two hours lecture. We are reimplementing Win32. We are using "backend" engines for the actual work (as Wine is not an

how complete is the WINE DirectX & OLE/COM header files?

2003-09-21 Thread Jonathan Wilson
1.where do I get the most complere DirectX & OLE/COM header files? WineHQ CVS or somewhere else? 2.how complete are they? 3.what version of DirectX are the header files targeted at?

Re: ntdll/kernel32: #36

2003-09-21 Thread Eric Pouech
Dimitrie O. Paun wrote: On September 20, 2003 02:39 pm, Eric Pouech wrote: for the time being, we'll be living with two sets of data for device configuration. At the end, of course, only the newly introduced shall subsist. If you add/delete config options, please send me a note so I can update t

Re: Wine lecture slides

2003-09-21 Thread Eric Pouech
Dimitrie O. Paun wrote: On September 21, 2003 03:06 am, Eric Pouech wrote: - a winelib app, is an ELF executable (not shared library), which is able to execute as a Win32 application (loading DLLs, calling into (native/builtin) DLLs). Well, not really -- that would be ideal, but at the moment a

Re: Wine lecture slides

2003-09-21 Thread Eric Pouech
I do not want to start a flame war, but you just repeat what TG wants ReWind to be looking like on public. That's simply not true. Right now it's an one directional way: Wine -> ReWind -> WineX. And in my opinion that's an exactly an idea behind that. As of today, If something happens, it's more W

Re: tools/translations_status

2003-09-21 Thread Dimitrie O. Paun
On September 20, 2003 01:05 pm, Vincent Béron wrote: > What is needed is a parser to get at least the structure of the .rc > files, to identify the layout of the menus and the ID of the strings, > and then compare those between languages. Or something based on that > (removing quoted text and comme

Re: ntdll/kernel32: #36

2003-09-21 Thread Dimitrie O. Paun
On September 20, 2003 02:39 pm, Eric Pouech wrote: > for the time being, we'll be living with two sets of data for device > configuration. At the end, of course, only the newly introduced shall > subsist. If you add/delete config options, please send me a note so I can update the options table. I

Re: DOS: silence some fixme's

2003-09-21 Thread Andreas Mohr
Hi, On Sun, Sep 21, 2003 at 03:51:32PM +0200, Michael Stefaniuc wrote: > Hello, > > The DOS32A extender checks if a dos32 extender is already installed. As > we probably don't want to implement one silence this check. > > License: LGPL, X11 > Changelog: > Michael Stefaniuc <[EMAIL PROTECTE

Re: Wine's options (ver 0.3)

2003-09-21 Thread Dimitrie O. Paun
On September 20, 2003 05:35 pm, Mike Hearn wrote: OK, I've marked the DONE ones as done in the HTML. You are right, it looks like a lot of the hard work is done, which is a good thing :) Anyway, it now seems within reach, at least to me. Thanks! > Done (including Desktop). BTW, as I've done deskt

Re: Wine lecture slides

2003-09-21 Thread Dimitrie O. Paun
On September 21, 2003 03:06 am, Eric Pouech wrote: > - a winelib app, is an ELF executable (not shared library), which is > able to execute as a Win32 application (loading DLLs, calling into > (native/builtin) DLLs). Well, not really -- that would be ideal, but at the moment a winelib app is an EL

Re: [TOOLS] winecheck has still old environment syntax

2003-09-21 Thread Michael Günnewig
Oops, wrong list and that twice. Stupid resend to -- entered wine-patches but sended it to wine-devel again *grumpf* Michael

Re: Bug in the heap management code?

2003-09-21 Thread Michael Günnewig
[EMAIL PROTECTED] (Michael Günnewig) writes: > Mike Hearn <[EMAIL PROTECTED]> writes: > >> This is very much like a problem I am having with InstallShield. >> Something, somewhere, is trashing the heap data structures, which causes >> a crash some time later, often yards away from the original bug

Re: Bug in the heap management code?

2003-09-21 Thread Michael Günnewig
Lionel Ulmer <[EMAIL PROTECTED]> writes: >> Yes and no. valgrind still doesn't support many instructions... > > Well, using any DRI GL libraries or the NVIDIA GL libraries is not really > supported by Valgrind right now... Yes, but even with Mesa it bombs. Seems to be that quartz.dll is the probl

Re: usefull info on GDI internals but more is needed

2003-09-21 Thread Dmitry Timoshkov
"Jonathan Wilson" <[EMAIL PROTECTED]> wrote: > Does anyone have any more info related to how GDI handles work, what the > different bits mean, how to turn a gdi handle into an entry in the shared > handle table, the internal structures behind the pointers or whatever? > > Is anything more given

usefull info on GDI internals but more is needed

2003-09-21 Thread Jonathan Wilson
http://msdn.microsoft.com/msdnmag/issues/03/01/GDILeaks/ It indicates that there is a table that holds GDI internals and gives details about it. I can also confirm that the API call GdiQueryHandle in gdi32.dll retrieves pointer to this handle table. Does anyone have any more info related to how

ros explorer

2003-09-21 Thread Ivan Leo Murray-Smith
It looks cool, maybe it should go into the programs dir, in any case it look much better than the wine desktop. http://spazioinwind.libero.it/nonsolomicrosoft/explorer.html

Re: Wine lecture slides

2003-09-21 Thread Dmitry Timoshkov
"Eric Pouech" <[EMAIL PROTECTED]> wrote: > S8: ReWind is not for TG. TG is not based on ReWind. ReWind serves as a > X11-cross platform between Wine and WineX. I do not want to start a flame war, but you just repeat what TG wants ReWind to be looking like on public. That's simply not true. Right

re: wine + valgrind

2003-09-21 Thread Dan Kegel
Oleg asked: > Could anyone give me the point how to use valgrind and wine altogether ? http://developer.kde.org/~sewardj/ says http://developer.kde.org/~sewardj/valgrind-1.9.6-wine.tar.bz2 is the valgrind to use. "This is variant of the older 1.9.6 stable release. It makes it possible to run Wine o

Re: Compile failed on Solaris 9 x86

2003-09-21 Thread Christian Costa
Dieter Bürgie wrote: Hi there, I tried to compile Wine-20030911 on a Solaris 9 x86 with gcc 2.95.3. Wineinstall runs through until I get the following error when performing make: --- ./tools/makedep -I. -I. -I./include -I./include

Re: Wine lecture slides

2003-09-21 Thread Eric Pouech
Shachar Shemesh wrote: Hi all, I have placed on my site the slides for a presentation I gave at a local LUG about Wine. The slides are in English, in PDF format. You can get them at http://shemesh.biz/lectures.html The lecture was given several months ago, but I'm going to repeat it in about a