Thanks (Monkey Island 4 success)

2003-12-26 Thread Robert Bihlmeyer
After abstaining from commercial games for a couple of years I found three Windows games under the Christmas tree this time. I was a bit nervous as I no longer have a working Windows partition. I only tried one game (Esacape From Monkey Island) so far and it was a shattering success. I did have to

Wine/Agent freezes with deadkeys

2003-12-26 Thread Gerhard W. Gruber
I' m running KDE 3.1.4 and as keyboard I have the US w/deadkeys activated to get german umlauts. I noticed frequent freezes in Agent when I typed new messages and now I know when it happens. I have to press the ' or " key in order to get accented chracters or Umlaute. When I press this key Agent f

Re: Status ToDo's

2003-12-26 Thread Juan Lang
--- "Gregory M. Turner" <[EMAIL PROTECTED]> wrote: > If nonlocal named-pipes over SMB is to go into > kernel, then it no longer falls > upon rpcrt4 dev's to invent a solution to > Samba-vs-wine... I guess this > burden falls on the shoulders of Juan Lang now? > What say you, Juan? Agreed. I'm

Re: Status ToDo's

2003-12-26 Thread Shachar Shemesh
Tom wrote: Anyone have any comments, or something they believe I should add before I send the patch? Tom National Language Support * Better support of Chinese, Korean, Japanese...(currently in works) Better supp

Re: Status ToDo's

2003-12-26 Thread Gregory M. Turner
On Friday 26 December 2003 06:27 am, Tom wrote: > Anyone have any comments, or something they believe I should add > before I send the patch? > > Tom Kernel32 Split 16/32 function, finish moving stuff into ntdll (review FS & device support) Implement non-local named pipes and mailslots over

Re: Status ToDo's

2003-12-26 Thread Dmitry Timoshkov
"Tom" <[EMAIL PROTECTED]> wrote: > >>National Language Support > >> > >> a.. We currently lack a way to model heirachical resources like > >>those required by calendar information (each locale has a varaible > >>number of calendars, with different attributes). This is a show > >>stopper for compl

Re: lParam of WM_CREATE for MDI children

2003-12-26 Thread Dmitry Timoshkov
"Steven Edwards" <[EMAIL PROTECTED]> wrote: > You may want to take a look at the ReactOS implementation of MDI as we > have done quite a bit of work on this and shell32 of late to get the > ReactOS Explorer working. I dont know if Filip or Martin has already > fixed the MDI bugs but if so we shoul

dphnpast.dll

2003-12-26 Thread Tom
Hello, Is this a suitable link for dpnhpast docs?? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directx/play/advancedtopics/nats/quicknatcompatibilityguide.asp Anyone here care to comment on this? or have a good doc link to dpnhpast :-) Tom

Re: Status ToDo's

2003-12-26 Thread Tom
Dmitry Timoshkov wrote: "Tom" <[EMAIL PROTECTED]> wrote: National Language Support a.. We currently lack a way to model heirachical resources like those required by calendar information (each locale has a varaible number of calendars, with different attributes). This is a show stopper for compl

Re: lParam of WM_CREATE for MDI children

2003-12-26 Thread Steven Edwards
Hello Dmitry, --- Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > applications use something like the following code in order to pass > a custom parameter to a newly created MDI child: > Any ideas how to proceed without breaking too much assumptions in > the current code? You may want to take a

Re: Status ToDo's

2003-12-26 Thread Dmitry Timoshkov
"Tom" <[EMAIL PROTECTED]> wrote: > National Language Support > > a.. We currently lack a way to model heirachical resources like > those required by calendar information (each locale has a varaible > number of calendars, with different attributes). This is a show > stopper for completing the NL

Re: Winelib Program with DLL problem

2003-12-26 Thread Kevin Atkinson
On Fri, 26 Dec 2003, Dmitry Timoshkov wrote: > "Kevin Atkinson" <[EMAIL PROTECTED]> wrote: > > > If the names are not decorated in that fashion mingw has a problem linking > > with it. When linked the linker is looking for the names with the > > '@' decoration. > > ... in the object files. Th

Re: Of wchar_t and WCHAR and incompatibilities....

2003-12-26 Thread Steven Edwards
--- Dan Kegel <[EMAIL PROTECTED]> wrote: > Subhobroto Sinha wrote: > > As most of you might be aware, I and Robert are progressing with a > Start Menu. > > Yay! > > > However, I had to write a .lnk parser for it and till date, I made > it compatible ONLY with UTF-8 and thus did not require to use

Status ToDo's

2003-12-26 Thread Tom
Anyone have any comments, or something they believe I should add before I send the patch? Tom Wine Status - Known To Do's Window management Rewrite Wine's window management code to be able to change the visual of an X window once the window has been created. In Desktop Mode all processes start

Re: Winelib Program with DLL problem

2003-12-26 Thread Dmitry Timoshkov
"Kevin Atkinson" <[EMAIL PROTECTED]> wrote: > If the names are not decorated in that fashion mingw has a problem linking > with it. When linked the linker is looking for the names with the > '@' decoration. ... in the object files. That's a way compilers treat __stdcall keyword in the windows

Re: Of wchar_t and WCHAR and incompatibilities....

2003-12-26 Thread Dan Kegel
Subhobroto Sinha wrote: As most of you might be aware, I and Robert are progressing with a Start Menu. Yay! However, I had to write a .lnk parser for it and till date, I made it compatible ONLY with UTF-8 and thus did not require to use glibc's Unicode functions. I'm personally a huge fan of Unico