Re: [ros-kernel] suggestion regarding d3d8thk (and directx in general)

2003-11-18 Thread Jonathan Wilson
Personally, I would like to see Transgaming release all the code that they have that is not copy-protection and is not directx under a true open-source licence. In particular, any enhancements (whatever they may be) to OLE and COM. I think that Transgaming, WineHQ, Codeweavers and ReactOS should

Re: using glXGetProcAddressARB

2003-11-18 Thread Raphaël Junqueira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le Tuesday 18 November 2003 23:01, Daniel Skorka a écrit : > Hi! Hi, > The question I'm asking me now is: > Is it a bug in my libGL because it is returning a wrong string, > or No, your libGL seems to implement GLX1.4 > is it a bug in wine because

Map and Guide & ADO

2003-11-18 Thread Olaf Leidinger
Hello! I'm trying to run MAP and Guide 9.0, but it needs ADO V.2.5 So I tried to install mdac from Microsoft, but both version 2.5 and 2.6 crash before installing anything. I've extracted the cabs and installed everything, but it would be cool to have the registry entries added by the installer, s

Re: question new to the group

2003-11-18 Thread Mike Hearn
On Mon, 17 Nov 2003 16:21:02 -0500, Sir Nathan Hack scribed thus: > ok my question is this since this API is no longer in windows > ( Comctl32.dll version 6 and higher do not support flat scroll bars) > show i go ahead > and write in the code or just go find something else more productive? Well,

Re: X Error of failed request

2003-11-18 Thread Mike Hearn
Well, firstly the error you're seeing is not the same on as the problem talked about on the wine-devel link. That is about InstallSHield causing BadMatch errors by shifting around windows in multiple desktops, the error you are seeing is probably caused by bad fonts. See if you can get a +font trac

Re: Delay setting breakpoints

2003-11-18 Thread Mike Hearn
On Tue, 18 Nov 2003 19:46:23 +0200, Sir Shachar Shemesh scribed thus: > Hi list, > > Does anyone remeber how to delay setting a breakpoint in GDB? Due to > human-machine incompatibilities, I am using GDB rather than winedbg, and > setting breakpoints inside the actual program would be greatly >

Re: Mac OS X Compilation broken

2003-11-18 Thread Mike Hearn
On Tue, 18 Nov 2003 20:55:21 +0100, Sir Pierre d'Herbemont scribed thus: > I am getting the following error when launching wine: > iMac:~ steg$ wine > wine: failed to initialize: dlcompat: dyld: wine Undefined symbols: > __end > > In fact the error appears when loading ntdll. Any idea? A quick go

using glXGetProcAddressARB

2003-11-18 Thread Daniel Skorka
Hi! I am having trouble with OpenGL under wine (specifically Half-Life). The problem is some code in $(TOPDIR)/dlls/opengl32/wgl.c. The function wglGetProcAddress would like to call glXGetProcAddressARB, but can't, due to the DLL's initialisation routines, namely process_attach. process_attach ca

Re: Delay setting breakpoints

2003-11-18 Thread Eric Pouech
Shachar Shemesh wrote: Hi list, Does anyone remeber how to delay setting a breakpoint in GDB? Due to human-machine incompatibilities, I am using GDB rather than winedbg, and setting breakpoints inside the actual program would be greatly simplified if I could ask for the breakpoint before starti

Mac OS X Compilation broken

2003-11-18 Thread Pierre d'Herbemont
Hi! I am getting trouble on Mac OS X with a modification to WineBuild. Here is the patch I am refering to: http://cvs.winehq.com/patch.py?id=9949 I'd like to know to what symbol "_end" should refer to? "_end" is flagged as an external symbol in the spec.c file, but I don't see any definition o

Re: Reject wildcards in directory names

2003-11-18 Thread Paul Millar
On Tue, 18 Nov 2003, Francois Gouget wrote: > On Tue, 18 Nov 2003, Hans Leidekker wrote: > > I have looked into this a bit more and I think your confusion > > stems from the fact that you run 'make test', which doesn't > > run tests marked 'todo_wine'. > > This is incorrect. 'make test' runs all t

Re: Reject wildcards in directory names

2003-11-18 Thread Alexandre Julliard
Hans Leidekker <[EMAIL PROTECTED]> writes: > Changelog: > - Reject wildcards in directory names There's no need to check in both A and W functions since the A one calls the W one anyway. Also you should only check the part of the filename that is actually being created, and there are probably o

Re: Where has Freetype config gone?

2003-11-18 Thread Rein Klazes
On Tue, 18 Nov 2003 18:48:39 +0200, you wrote: > When trying to compile CVS Wine, I don't have freetype support. The > configure script claims that I don't have freetype-dev installed (I do). > > configure.log shows the message: > > In file included from conftest.c:95: > /usr/include/freetype2/

Re: Small winedefault.reg changes

2003-11-18 Thread Alexandre Julliard
Francois Gouget <[EMAIL PROTECTED]> writes: > [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug] > # command line to start a debugger when an exception occurs > -"Debugger"="winedbg --debugmsg -all %ld %ld" > +"Debugger"="winedbg.exe --debugmsg -all %ld %ld" This shouldn'

Delay setting breakpoints

2003-11-18 Thread Shachar Shemesh
Hi list, Does anyone remeber how to delay setting a breakpoint in GDB? Due to human-machine incompatibilities, I am using GDB rather than winedbg, and setting breakpoints inside the actual program would be greatly simplified if I could ask for the breakpoint before starting Wine. Can anyone po

Re: Where has Freetype config gone?

2003-11-18 Thread Rein Klazes
$On Tue, 18 Nov 2003 18:48:39 +0200, you wrote: > When trying to compile CVS Wine, I don't have freetype support. The > configure script claims that I don't have freetype-dev installed (I do). > > configure.log shows the message: > > In file included from conftest.c:95: > /usr/include/freetype2

Re: X Error of failed request

2003-11-18 Thread Erik Enge
"Robert Shearman" <[EMAIL PROTECTED]> writes: >> X Error of failed request: BadMatch (invalid parameter attributes) >> Major opcode of failed request: 12 (X_ConfigureWindow) >> Serial number of failed request: 93 >> Current serial number in output stream: 98 > > There is a message descri

Where has Freetype config gone?

2003-11-18 Thread Shachar Shemesh
When trying to compile CVS Wine, I don't have freetype support. The configure script claims that I don't have freetype-dev installed (I do). configure.log shows the message: In file included from conftest.c:95: /usr/include/freetype2/freetype/freetype.h:20:2: #error "`ft2build.h' hasn't been in

RE: question new to the group

2003-11-18 Thread Robert Shearman
Hi Nathan, Welcome to the world of Wine! Implementing FlatSB support shouldn't be too hard. You just will need to subclass the window passed into the initialization function and then handle the messages just like in the ordinary scroll bars. Making them look 'hot' is relatively easy - just look a

Re: Potential forum at linuxquestions.org

2003-11-18 Thread Francois Gouget
On Sat, 15 Nov 2003, Dan Kegel wrote: [...] > >>The newsgroup link is currently wrong(!); it's currently > >> news://comp.emulators.ms-windows.wine/ > > Where did you find the broken link? > > Would you believe Mozilla 1.5 did it? Hard to believe, but true. Sounds like a bug > in mozilla! I'm

Re: Reject wildcards in directory names

2003-11-18 Thread Francois Gouget
On Tue, 18 Nov 2003, Hans Leidekker wrote: > On Monday 17 November 2003 18:47, Hans Leidekker wrote: > > > > Which conformance tests fail currently? I don't see any problems with > > > the kernel DLL tests right at the moment, which is somewhat > > > disconcerting. > > [sorry for those repeated m

Re: Reject wildcards in directory names

2003-11-18 Thread Hans Leidekker
On Monday 17 November 2003 18:47, Hans Leidekker wrote: > > Which conformance tests fail currently? I don't see any problems with > > the kernel DLL tests right at the moment, which is somewhat > > disconcerting. [sorry for those repeated mails, I received an error message from my mailclient an

Re: dutch keyboard support

2003-11-18 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > Dmitry/Alexandre - What happened to the patch you (Dmitry) CCed me? I > have not seen it go in. Somehow you have missed it: Changes by: [EMAIL PROTECTED] 2003/11/13 21:32:44 Modified files: windows: input.c defwnd.c include: winus

Re: Netmeeting under wine

2003-11-18 Thread Jérôme Bouat
I just tried to help someone which has to use under Linux a H.323 solution NOW. I don't think Wine will be able to run NetMeeting in a few weeks, nor in a few months. If I would not advise him this alternative, the only choice this NetMeeting user had was to through away Linux and come back to Wi

Re: dutch keyboard support

2003-11-18 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "grant williamson" <[EMAIL PROTECTED]> wrote: This patch offers better wine support for Dutch Keyboards. Most IBM computers sold in the Netherlands have Dutch keyboards. Well, then it would be nice to see the patch generated against current CVS, since the code has

Re: dutch keyboard support

2003-11-18 Thread Dmitry Timoshkov
"grant williamson" <[EMAIL PROTECTED]> wrote: > This patch offers better wine support for Dutch Keyboards. > Most IBM computers sold in the Netherlands have Dutch keyboards. Well, then it would be nice to see the patch generated against current CVS, since the code has changed a bit. > Can this b

Re: listview advice needed.

2003-11-18 Thread Rein Klazes
On Sat, 15 Nov 2003 10:56:34 -0500, you wrote: > On November 15, 2003 09:43 am, Rein Klazes wrote: > > OK, this looks good, but 2 small nits: > > > - dispInfo.item.iSubItem = lpLVItem->iSubItem; > > + dispInfo.item.iSubItem = isubitem; > > I'm not sure if we have to use the

Re: Freeze in Agent 2.0 beta.

2003-11-18 Thread Rein Klazes
On Sun, 16 Nov 2003 11:58:42 -0800, you wrote: > I guess we'll need to remove that > optimization then, unless we can convince the Agent folks to fix the > bug. No problem, they are very convinced. It is fixed in the latest beta. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Netmeeting under wine

2003-11-18 Thread Dimitrie O. Paun
On November 18, 2003 03:01 am, Lionel Ulmer wrote: > Imagine the nightmare if all the people asking for Kazaa / HalfLife / > CounterStrike support on #WineHQ started sending mails to this list ? Maybe we should have these working and avoid the questions altogether -- Dimi.

Re: Netmeeting under wine

2003-11-18 Thread Lionel Ulmer
> This guy ask if we could help him to get a win > app that he uses "Netmeeting" in this case to work with > the vine "wine" but instead of help he got use this... as its native to > linux! Well, we could also have said (and with reasons) 'This is a developper mailing list - send your support req

Re: WineHQ: Update the Janitorial page

2003-11-18 Thread Dimitrie O. Paun
On November 17, 2003 10:53 pm, Tom wrote: > - loader, but no committed on loader.. Yes, I've just removed loader from the list, as it will not go away... -- Dimi.