Re: DPA_Create/Search may be missing

2004-01-18 Thread Alexandre Julliard
Francois Gouget <[EMAIL PROTECTED]> writes: > I checked in more details and with the import library that comes from > the latest Microsoft SDK, it's only DPA_Create which is missing. > DPA_Search is there and links fine. Yes, it seems DPA_Create has been removed; it's there in the import lib of M

Hi

2004-01-18 Thread jsheets
Test =) jxbvitmuqfjiwe -- Test, yep. <>

cvs documentation not in sync with website?

2004-01-18 Thread Chris Morgan
I noticed this snippet from the online docs in the documentation section: http://winehq.com/site/docs/wine-devel/wine-docbook Run ./configure (or make distclean && ./configure) Switch to the documentation/ directory run ./make_winehq <--- This line has changed View wine-doc/index.h

Re: INSENG, IActiveSetup and ICifFile interfaces ...

2004-01-18 Thread Mike McCormack
Well, I don't think we need to implement it, unless we find some other program that uses it but doesn't install IE first. I started writing this because IE didn't seem to install INSENG.DLL when using Version=win2k, but later found that it was a wierd dll override problem. Rather than just th

Re: Fixed some problems found while compiling and linking Wine under Cygwin

2004-01-18 Thread Dmitry Timoshkov
"BiGgUn" <[EMAIL PROTECTED]> wrote: > Did you succeed in running Wine under Cygwin ? Cygwin misses a lot of required functionality to run Wine: passing file descriptors via sendmsg(), thread context management to mention some of them. -- Dmitry.

Re: Translation assessment tool (part 1)

2004-01-18 Thread Vincent Béron
Le dim 18/01/2004 à 18:30, Alexandre Julliard a écrit : > Vincent Béron <[EMAIL PROTECTED]> writes: > > > Here we go again after a couple of months... > > > > Changelog: > > Adds a new dump flag to wrc, to be used to assess translations > > advancement. > > OK, I put that one in with a few change

Re: DPA_Create/Search may be missing

2004-01-18 Thread Francois Gouget
On Mon, 19 Jan 2004, Francois Gouget wrote: [...] > The link fails with both the Visual C++ 6 import library, and the one > from the very latest Microsoft SDK (downloaded this week). So I'm not > sure such a 'correct' import lib exists. I checked in more details and with the import library that co

Re: DPA_Create/Search may be missing

2004-01-18 Thread Francois Gouget
On Sun, 18 Jan 2004, Alexandre Julliard wrote: > Francois Gouget <[EMAIL PROTECTED]> writes: > > > Or is there a way to keep the static ordinal import and still have > > something that compiles with MSVC? > > Yes, you just need an MSVC version that has a correct import lib (or > copy the import li

ntdll

2004-01-18 Thread MediaHost \(TM\)
Hi,   Just a small question:   The error:   err:ntdll:RtlpWaitForCriticalSection section 0x40dd36a0 "x11drv_main.c: X11DRV_CritSection" wait timed out in thread 0032, blocked by 0039, retrying (60 sec)seams to happen oftenIs there anything I can do about it?   Also:     fixme:system:Sy

Re: Translation assessment tool (part 1)

2004-01-18 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > Here we go again after a couple of months... > > Changelog: > Adds a new dump flag to wrc, to be used to assess translations > advancement. OK, I put that one in with a few changes, but it would be really nice if it could be print something understandab

Re: DPA_Create/Search may be missing

2004-01-18 Thread Alexandre Julliard
Francois Gouget <[EMAIL PROTECTED]> writes: > Or is there a way to keep the static ordinal import and still have > something that compiles with MSVC? Yes, you just need an MSVC version that has a correct import lib (or copy the import lib from somewhere). > What about MinGW? It sounds like this

Re: DPA_Create/Search may be missing

2004-01-18 Thread Francois Gouget
On Sun, 18 Jan 2004, Alexandre Julliard wrote: [...] > I think we should leave it as it is. These are about the only > functions exported by ordinal that are available in basically all > Windows versions, and that are even documented on MSDN, so this is > a very good opportunity to test ordinal imp

Re: INSENG, IActiveSetup and ICifFile interfaces ...

2004-01-18 Thread Mike Hearn
On Sun, 18 Jan 2004 17:50:24 +0900, Mike McCormack wrote: > This is a stub implemenation of the undocumented IActiveSetup from > Internet Explorer's INSENG.DLL. I'm not sure that any other software > except for Internet Explorer uses INSENG, however incase anybody is ever > interested in it, I'

Re: readme update

2004-01-18 Thread Marcelo Duarte
Ivan, Dimi had much work in officializing the domain winehq.org and you modified text placing .com again. - Original Message - From: "Ivan Leo Murray-Smith" <[EMAIL PROTECTED]> To: "wine-patches" <[EMAIL PROTECTED]> Sent: Sunday, January 18, 2004 5:44 PM Subject: readme update This patc

Re: DPA_Create/Search may be missing

2004-01-18 Thread Alexandre Julliard
Francois Gouget <[EMAIL PROTECTED]> writes: > But Hans Leidekker and Rolf Kalbermatter were right: the functions are > there, it's only that they are exported by ordinal only and/or are > missing from the MSVC import libraries. In any case, modifying the test > to load them by ordinal using GetPro

Re: readme update

2004-01-18 Thread Andreas Mohr
Hi, On Sun, Jan 18, 2004 at 08:44:19PM +0100, Ivan Leo Murray-Smith wrote: > This patch improves the italian version fo the README file, and uniforms it > layout to the one of the English README. It also updates the links to the faq, > the forums and the cvs to the urls currently used at winehq in

Re: I'm off to Cuba!

2004-01-18 Thread Shachar Shemesh
Brian Vincent wrote: I hope it's going to be sweet, but I'll be off the web until next Sunday. Until then, hasta la vista amigos! :) Excelente! Just in time to bring us souvenirs at Wineconf. -brian I think you are forgetting we are getting quite a few people travelling from abroad

INSENG, IActiveSetup and ICifFile interfaces ...

2004-01-18 Thread Mike McCormack
Hi All, This is a stub implemenation of the undocumented IActiveSetup from Internet Explorer's INSENG.DLL. I'm not sure that any other software except for Internet Explorer uses INSENG, however incase anybody is ever interested in it, I'm posting it here. To build this dll in wine place the f

Re: I'm off to Cuba!

2004-01-18 Thread Brian Vincent
> I hope it's going to be sweet, but I'll be off the web > until next Sunday. Until then, hasta la vista amigos! :) Excelente! Just in time to bring us souvenirs at Wineconf. -brian

Re: PATCH: tools/winewrapper and memory limits

2004-01-18 Thread Gerald Pfeifer
On Sun, 18 Jan 2004, Marcus Meissner wrote: > This does not really help, since winewrapper is only used for in-source-tree > startup. > > Once installed, 'wine' is no longer this shellscript, but an ELF binary. Of course you're right (I didn't forget our discussion ). Still, this very patch would

Re: DPA_Create/Search may be missing

2004-01-18 Thread Francois Gouget
On Fri, 16 Jan 2004, Alexandre Julliard wrote: > Francois Gouget <[EMAIL PROTECTED]> writes: > > > On NT4 (or is that on Internet Explorer <=5?), comctl32 is missing entry > > points for DPA_Create and DPA_Search. So we need to link them > > dynamically if we want the rest of the tests to run. > >

Re: Regression tests and Paul Millars WRT

2004-01-18 Thread Paul Millar
On Sat, 17 Jan 2004, Mike Hearn wrote: > On Sat, 17 Jan 2004 18:40:01 +, Paul Millar wrote: > >> 3) Is the source to WRT available anywhere? [...] > > http://www.astro.gla.ac.uk/users/paulm/Code/wrt-0.1.tar.gz > Cool, thanks! :) No problem. Of course, any feedback/bug-fixes would be appreci

Re: Fixed some problems found while compiling and linking Wine under Cygwin

2004-01-18 Thread BiGgUn
Hi Did you succeed in running Wine under Cygwin ? Stéphan

Re: wine cvs notes and proposed keyboard detection fix.

2004-01-18 Thread Dmitry Timoshkov
"Sylvain Petreolle" <[EMAIL PROTECTED]> wrote: > Forwarded fom wine-users. > The keyboard detection when starting wine does not detect my turkish keyboard > and choses a scandinavion keyboard instead. I had a look at the keyboard.c > and there is a turkish keyboard defined. I found in the > X1

Re: bin2res - Make adding resources work on Windows.

2004-01-18 Thread Dmitry Timoshkov
"Martin Fuchs" <[EMAIL PROTECTED]> wrote: > The error does not occure when build with cygwin. > It's displayed only when build with MinGW: > > Processing failed: File exists Thanks. Now I see the cause of that: 'rename' will fail if the target already exists. -- Dmitry.

Re: Need help debugging ... Ddraw issue

2004-01-18 Thread Jason Edmeades
Andreas Rosenberg: >If somebody could provide me the problematic exe of DK and the address >where the crash occurs I will put it through IDA pro. This might help lifting the >mystery. If IDA pro detects which compiler suite has been used to link the EXE, >it should be "easy" to detect where the s

Re: bin2res - Make adding resources work on Windows.

2004-01-18 Thread Martin Fuchs
On 18.01.2004 11:52:06 Dmitry Timoshkov wrote: > "Steven Edwards" <[EMAIL PROTECTED]> wrote: > > > I dont know if anyone else has tried this but when I try to add > > resources to a *.rc I get a error. This patch fixes it. > > What kind of error do you get? I just tried to change an .rc > and to

Re: bin2res - Make adding resources work on Windows.

2004-01-18 Thread Dmitry Timoshkov
"Steven Edwards" <[EMAIL PROTECTED]> wrote: > I dont know if anyone else has tried this but when I try to add > resources to a *.rc I get a error. This patch fixes it. What kind of error do you get? I just tried to change an .rc and to rebuild resources of commdlg under cygwin and I don't see any

Re: ntdll / kernel32 #39-2

2004-01-18 Thread Eric Pouech
Dmitry Timoshkov a e'crit : "Eric Pouech" <[EMAIL PROTECTED]> wrote: +DWORD WINAPI GetFullPathNameW( LPCWSTR name, DWORD len, LPWSTR buffer, + LPWSTR *lastpart ) +{ +LPWSTR dst = HeapAlloc(GetProcessHeap(), 0, len * sizeof(buffer)); +DWORD ret; + +

Re: ntdll / kernel32 #39-2

2004-01-18 Thread Dmitry Timoshkov
"Eric Pouech" <[EMAIL PROTECTED]> wrote: > +DWORD WINAPI GetFullPathNameW( LPCWSTR name, DWORD len, LPWSTR buffer, > + LPWSTR *lastpart ) > +{ > +LPWSTR dst = HeapAlloc(GetProcessHeap(), 0, len * sizeof(buffer)); > +DWORD ret; > + > +if (!dst) r