Re: Where do old rpms go

2003-10-29 Thread Marcus Meissner
On Wed, Oct 29, 2003 at 08:25:39PM -0800, Bill Medland wrote: > I apologise for not concentrating; I'm sure that someone has already answered > this but I can't find the answer. > > Do the rpms at SourceForge expire? According to the file upload page no (or just occasionaly). But you can "hide"

Where do old rpms go

2003-10-29 Thread Bill Medland
I apologise for not concentrating; I'm sure that someone has already answered this but I can't find the answer. Do the rpms at SourceForge expire? (I see that the 20030618 for RedHat are no longer there) I just want to know since if that is the case I will have to start taking copies. On the

Re: Int21 bug

2003-10-29 Thread Sylvain Petreolle
Could you retry with current CVS, or if you cant, 20031016 ? > So: file handle 0x136 translates to DOS handle 10, and int21 returns > AX=0x000a > > My newer version, Wine 20030408, does the following: > I'm not sure, but this bug could also help number 1170, that seems > related > in that ther

Re: UI bugs hampering porting effort for shaped window

2003-10-29 Thread Jerry Jenkins
Rob wrote: The show stopper bugs are B1, B2, B3, B4 and B5. Issue B5, and B7 can be worked around, so they aren't as critical. B1, B2, B3, and B4 can be fixed by putting a title bar on the application. (See MAKE_IT_LOOK_LIKE_A_NORMAL_APP_AT_STARTUP in winetest.cpp.) - B1. Focus does not appear t

UI bugs hampering porting effort for shaped window

2003-10-29 Thread Rob
Hello All, Apologies if I'm not posting to the correct location. I am trying to port our X-Lite (a leading free SIP softphone) application to run under WINE as a first trial before we obtain the expertise to do a native application. However, I am running into some issues because our application u

Re: make install problem

2003-10-29 Thread Dimitrie O. Paun
On Wed, 29 Oct 2003, Alexandre Julliard wrote: > My guess is that ldconfig has messed with the symlinks. Maybe because I have the old libwine*.so.1.0 in there... I'll get rid of them, sorry for the false alarm. -- Dimi.

Re: make install problem

2003-10-29 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > Well, I did a standard build: > > configure --with-nptl --silent && make -s depend && make -s > > than installed it (as root): > > make -s install My guess is that ldconfig has messed with the symlinks. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Installshield7 notes

2003-10-29 Thread Gregory M. Turner
On Wednesday 29 October 2003 03:29 pm, Carlos Lozano wrote: > Hello, > > Here goes some notes about how to install installshield 7 programs > with the actual wine releases (sorry, i haven't been able to install > without some natives DLLs). Could you recommend any particular installer that fails t

Re: make install problem

2003-10-29 Thread Dimitrie O. Paun
On Wed, 29 Oct 2003, Alexandre Julliard wrote: > Yes, and it seems to work fine here. Could you show us the exact > commands you ran and the relevant make output? Well, I did a standard build: configure --with-nptl --silent && make -s depend && make -s than installed it (as root): make -s

Re: make install problem

2003-10-29 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > That is to say, both libwine.so and libwine_unicode.so are fubared. > They point to old libs. Shouldn't they just point to the .1 versions? Yes, and it seems to work fine here. Could you show us the exact commands you ran and the relevant make outp

Installshield7 notes

2003-10-29 Thread Carlos Lozano
Hello, Here goes some notes about how to install installshield 7 programs with the actual wine releases (sorry, i haven't been able to in

Re: Int21 bug

2003-10-29 Thread Marcus Meissner
On Wed, Oct 29, 2003 at 01:24:42PM +0100, Valentijn Sessink wrote: > Hi folks, > > I think I hunted down a bug in DOS int21 function 0x5b (my DOS book insists > this is 91 decimal). My older version of wine, 2000821, goes like this: > > We also checked Codeweavers Wine for this bug; it seems to b

Re: [dx88] Cull fix

2003-10-29 Thread Michael Günnewig
Jason Edmeades <[EMAIL PROTECTED]> writes: > Michael - See if this helps with your map / figure problems... Sorry, but it doesn't helped. Also the other ones doesn't helped. The fixme's fixme:d3d_surface:IDirect3DSurface8Impl_LockRect fixme:d3d:IDirect3DDevice8Impl_SetRenderTarget fixme:d3

RE: How do i find the start menu path?

2003-10-29 Thread Rolf Kalbermatter
Robert van Herk <[EMAIL PROTECTED]> wrote: >I have a question for my start menu generator, that is almost finished >now... > >How do I find the path of the wine start menu? (for me it's >~/c/windows/Start Menu, but for someone else it does not have to be like >that...) I assume/hope you have a

RE: Forwards exports - anyone?

2003-10-29 Thread Robert Shearman
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Shachar Shemesh > Sent: 29 October 2003 13:41 > To: Wine Devel > Subject: Forwards exports - anyone? > > > Hi all, > > I noticed in the code that there is a concept called "forwad_export". > Does it have an

Re: Forwards exports - anyone?

2003-10-29 Thread Rolf Kalbermatter
Shachar Shemesh <[EMAIL PROTECTED]> wrote: >I'm trying to implement unicows.dll. The theory is quite simple - since >unicows merely implements unicode functions that exist, theoretically, >only in Wine, all I have to do is create forwards (i.e. - ExtTextOutW in >unicows.dll will call ExtTextOut

WineHQ: Corrected PATCH to fix IPersistFile::Load() and associated functions.

2003-10-29 Thread Subhobroto Sinha
Hello all I corrected my last patch after replacing everything C++ into C. This patch has been inlined as well as attached as a ZIP file, so suit yourself. All reports regaring this patch is to be sent to with a proper subject prefixed by "IPersistFile patch" in the subject header. This patch

Re: How do i find the start menu path?

2003-10-29 Thread Martin Fuchs
Hello Robert, > I have a question for my start menu generator, that is almost finished > now... > > How do I find the path of the wine start menu? (for me it's > ~/c/windows/Start Menu, but for someone else it does not have to be like > that...) > > Any help here? Ypu should use the functio

Int21 bug

2003-10-29 Thread Valentijn Sessink
Hi folks, I think I hunted down a bug in DOS int21 function 0x5b (my DOS book insists this is 91 decimal). My older version of wine, 2000821, goes like this: trace:int21:DOS3Call CREATE NEW FILE 0x00 for X:\TMP41.$$$ trace:file:CreateFileA X:\TMP41.$$$ GENERIC_READ GENERIC_WRITE FILE_SHARE_READ

Re: Wine coredumps with Linux kernel 2.6.0-test9

2003-10-29 Thread Mike McCormack
I'm using the Wine, Slackware 9.1 and Linux 2.6.0-test9 without a problem. Slackware's glibc doesn't have NPTL enabled though. Mike bash-2.05b$ uname -a Linux kimchi 2.6.0-test9 #6 Tue Oct 28 01:23:24 KST 2003 i686 unknown unknown GNU/Linux bash-2.05b$ /lib/libc-2.3.2.so GNU C Library stable

Re: Serious Bug

2003-10-29 Thread Boaz Harrosh
I'm Just exactly now fighting same problems. See my last post: "Help with shared library make files" Note 2 things A. Initialization order is opposite of msvc++ Last object on the linker gets to run first. (msvc first on the command line first to initialize) B. Hard, in gdb (kdevelop), to set a b

Re: Serious Bug

2003-10-29 Thread flyker
Boaz Harrosh wrote: use --wrap in winemaker. Read about this option in the documentation Thanks. It is work :)

Re: Serious Bug

2003-10-29 Thread flyker
Vincent Béron wrote: Huh? Works fine here cross-compiled with mingw. Even added 2 printf (one to the constructor, the other in WinMain), and the constructor one is called first (as it should be). Vincent RedHat 9.0, gcc and winelib. Of course constructor first.

Re: Serious Bug

2003-10-29 Thread Vincent Béron
Le mer 29/10/2003 à 09:02, flyker a écrit : > > The simple test crashes wine. > And i think many other commands in constructor A() may crash wine. Huh? Works fine here cross-compiled with mingw. Even added 2 printf (one to the constructor, the other in WinMain), and the constructor one is called

Help with shared library make files

2003-10-29 Thread Boaz Harrosh
I have the following setup mfctest/Makefile - Main make file mfctest.exe.so - is the wrapper for an mfc gui application mfctest.dll.so - is the mfc gui application (as generated by the msvc++ wizard and than winemaker) msvc/Makefile - make file for mfc & stuff missing from msvcrt.dll l

Serious Bug

2003-10-29 Thread flyker
The simple test crashes wine. And i think many other commands in constructor A() may crash wine. test.cpp: #include #include class A { public: A(); }; A::A() { LoadLibrary("user32.dll"); // all ok user32.dll is present } A a; int WinMain(HINSTANCE hInst, HINSTANCE, LPSTR szCmdLine, int nCmdSh

Re: French keyboard layout with Euro symbol

2003-10-29 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "Shachar Shemesh" <[EMAIL PROTECTED]> wrote: The reason I listed it here is because in order for Wine to know what language the current keyboard is, it will also need to know what's the current keyboard. I have thought of two ways for Wine to do that - either it chec

Re: French keyboard layout with Euro symbol

2003-10-29 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > The reason I listed it here is because in order for Wine to know what > language the current keyboard is, it will also need to know what's the > current keyboard. > > I have thought of two ways for Wine to do that - either it checks what > name th

New tarball of valgrind for WINE available

2003-10-29 Thread Adam Gundy
A new tarball of valgrind modified to work with WINE is available from the valgrind home page: http://developer.kde.org/~sewardj/ http://developer.kde.org/~sewardj/valgrind-20031012-wine.tar.bz2 this is based on the latest stable valgrind release. use a current CVS or the latest snapshot of

Forwards exports - anyone?

2003-10-29 Thread Shachar Shemesh
Hi all, I noticed in the code that there is a concept called "forwad_export". Does it have anything to do with making a function in one DLL return a function address that belongs to another? If that is the case, how do I activate this? Is there some spec file magic that will do it? I'm trying

Re: French keyboard layout with Euro symbol

2003-10-29 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "Shachar Shemesh" <[EMAIL PROTECTED]> wrote: 5. In the future, windows keyboard language APIs will need to be handled. For those to work, we must be aware of which is the current keyboard. This one is just a missing functionality (support for keyboard layouts), a

Re: French keyboard layout with Euro symbol

2003-10-29 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > 5. In the future, windows keyboard language APIs will need to be > handled. For those to work, we must be aware of which is the current > keyboard. This one is just a missing functionality (support for keyboard layouts), and has nothing to do with

How do i find the start menu path?

2003-10-29 Thread Robert van Herk
Hi people, I have a question for my start menu generator, that is almost finished now... How do I find the path of the wine start menu? (for me it's ~/c/windows/Start Menu, but for someone else it does not have to be like that...) Any help here? Grtz, Robert

Re: French keyboard layout with Euro symbol

2003-10-29 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "Sylvain Petreolle" <[EMAIL PROTECTED]> wrote: At least, the detection mismatches should be fixed/explained IMHO. I think that this topic was explained many times already. Anyway, here is yet another attempt. 1. Keyboard detection code was introduced in order to ma

Re: DINPUT device unacquire (mouse) fix

2003-10-29 Thread Hannu Valtonen
Andreas Mohr wrote: But don't you think keyboard and joystick might need the same code?? (keyboard has it as well, but with completely different code --> mess) Umm correction to my last post, keyboard already has this working with different code just like you said. (I initially didn't see the

Re: Conformance tests fail with 20031016 build

2003-10-29 Thread Paul Millar
Hi Sylvain, Sami, What settings are you using for wine? I don't see this problem with WRT, but I've only recently got it back up and running again. On a seperate note, some other strange things I've noticed: One of Monday night's patches seems to have broken a conformance test in listbox.c (lin

WinE-Bug? InternetCrackUrl incorrectly sets dwUrlPathLength

2003-10-29 Thread Jan Sporbeck
Hi, During some application testing, we discovered that WinE does not correctly mimic the WinINet function InternetCrackUrl. The real WinAPI sets the dwUrlPathLength member of the URL_COMPONENTS structure to additionally hold the extra info of the given URL if the extra info is not requested a

Re: DINPUT device unacquire (mouse) fix

2003-10-29 Thread Hannu Valtonen
Andreas Mohr wrote: But don't you think keyboard and joystick might need the same code?? (keyboard has it as well, but with completely different code --> mess) This could probably be cleaned up. I have a patch semi-ready which does the same for keyboard/joystick using the existing scheme.. but