getting started

2003-01-07 Thread Glen Kaukola
Hi everyone, I forget who's advice it was I took, but I went out and bought a few books on windows programming. And I plan to get started trying to help out with the wine project by trying to get the sample applications from the books to run under wine. If nothing else I guess I can let

Re: A humble request for help

2003-01-07 Thread Stefan Görling
Thank you for your comments, It's not clear whether you're only interested in Wine-related employers here, or any employer. For example, all of Martin Wilck's mails prominently display Fujitsu Siemens, which would be hard to miss, but still isn't recorded in your list, yet Bill Medland is listed

Re: getting started

2003-01-07 Thread Dimitrie O. Paun
On January 7, 2003 03:03 am, Glen Kaukola wrote: So what I'm wondering now is what I should be using to compile my applications on windows. One of the books I have says all I need is the win32 sdk and I can compile apps. The closest thing I can find on msdn is the microsoft platform sdk, or

Re: getting started

2003-01-07 Thread Francois Gouget
On Tue, 7 Jan 2003, Dimitrie O. Paun wrote: [...] Compiling under the SDK using MS tools gives us little value. We already know that works. If you don't want to spend the cash on MSVC (and not make MS any richer :)), and are willing to invest some time into it, I suggest the following path:

Re: Web CVS annotation

2003-01-07 Thread Shachar Shemesh
I'm not sure that's right, and I am sure that this is very unwanted. The reason I don't think this is right is that the rw access is required in order to create a lock file. Allowing it will have several very bad side effects. * Anyone who breaks into the web site will have instant write

Re: Mac OS X/Darwin port of Wine

2003-01-07 Thread Mike Hearn
Do you have any references for those statistics? The figures came from this: A few months ago (don't recall exactly when) Apple were under pressure from Redmond to sell more copies of OS X so they could make the money back on Office X. They revealed that 1 in 10 mac users were using OS X.

ole:_copy_arg TKIND_INTERFACE unhandled

2003-01-07 Thread Uwe Bonnes
Hallo, it seems that the Altera Quartus installation of quartusii_22_web_edition.exe using IKernel doesn't work because of an unhandled interface: trace:ole:ITypeInfo_fnGetRefTypeInfo (0x4428f470) hreftype 0x0001 loaded SUCCESS (0x4428bda0) trace:ole:ITypeInfo_fnGetTypeAttr (0x4428bda0)

Re: Symbol stripping?

2003-01-07 Thread Shachar Shemesh
Eric Pouech wrote: aren't you, by any chance, compiling with gcc = 3.1 ? if so, you need to force emission of stabs as a debugging format while running configure something like this should work CFLAGS=-gstabs+ ./configure Maybe we should patch configure.ac to detect this and add the apropriate

Re: Problem with interrupt vector

2003-01-07 Thread Sylvain Petreolle
What program is it ? It tries to read the int24 handler. Did you try to run it with --debugmsg +int ? --- Gustavo Junior Alves [EMAIL PROTECTED] a écrit : Hi, Since 20021107, some programs is not functional anymore. The problem begins with change of INT_GetPMHandler to

Re: Agent crashes and burns

2003-01-07 Thread Rein Klazes
On Mon, 06 Jan 2003 19:02:32 +, you wrote: It's been a little while since I've updated my CVS and I wanted to get the latest update before breaking things myself. I updated to today's CVS, and Agent would barely load and then crash. I would then get a message from the console saying it

Re: Agent File Access

2003-01-07 Thread Rein Klazes
On Sun, 05 Jan 2003 17:05:36 +, you wrote: Howdy, I'd like to (finally) get around to fixing something that Agent does that's really annoying. When launching programs, it sends a string with backslashes for directory markers instead of forward slashes. Anyhow, if I'm going to start

Re: A humble request for help

2003-01-07 Thread Michael Stefaniuc
On Mon, Jan 06, 2003 at 12:29:01PM +0100, Stefan Görling wrote: If there are someone out there who would be willing to answer some more detailed questions, such as how long they've been doing Open Source development as a source of income and how they think it have affected them and their

Re: A humble request for help

2003-01-07 Thread Shachar Shemesh
Stefan Görling wrote: Shachar Shemesh,Unknown / Self-financed I have been doing Wine on my spare time while being employed by Check Point, but I'm quitting there these days and turning into a freelance advisor (shamelss_plugIf you know anyone looking to hire one in, please feel free to

Re: dlls/Makefile.in

2003-01-07 Thread Jeff Smith
From: Marcus Meissner [EMAIL PROTECTED] Some not so compatible versions of make only like this variable in pattern replacement rules, so this might not work on all platforms. I tried looking into this before submitting the patch, but did not come up with anything. Do you know of any

Re: Problem with interrupt vector

2003-01-07 Thread Gustavo Junior Alves
Is a goverment program for incoming taxes. Appear to be made in Delphi. The log from app (wine --debugmsg +int) is: err:ntdll:RtlpWaitForCriticalSextion section 0x400f3ac8 ../../scheduler/syslevel.c: Win16Mutex wait timed out, retrying (60 sec) tid=08074ff8 trace:int:WIN87_fpmath

Re: Agent File Access

2003-01-07 Thread Oliver Sampson
On Sun, 05 Jan 2003 17:05:36 +, Oliver Sampson [EMAIL PROTECTED] wrote: looking at the code, and since it was a *real* simple fix, it sorta just fell by the way side.) Ahem. since it was *not* a real simple fix No wonder no one understands me anymore. :-)

Re: Agent File Access

2003-01-07 Thread Oliver Sampson
Hi, I'm not sue what winepath does, and the 'winepath --help' doesn't seem to do much. What I'm talking about for Agent in particular, is that when Agent as a Windows program communicates with (for example) gimp as a unix program and passes a command line parameter, like a file path (it still

Re: Agent File Access

2003-01-07 Thread Rein Klazes
On Tue, 07 Jan 2003 14:44:53 +, you wrote: Hi, I'm not sue what winepath does, and the 'winepath --help' doesn't seem to do much. I hoped the example would be enough. It does what I think you asked for, put path(s) known under wine and convert it to the unix path(s). What I'm talking

Re: dlls/Makefile.in

2003-01-07 Thread Jeff Smith
From: Marcus Meissner [EMAIL PROTECTED] And I don't see a reason for this change, these entries are generated by a script and who should care if they are longer or not? What script? dlls/make_dlls I did not see the line at the top of dlls/Makefile.in. Oh well, nevermind then. -- Jeff S

Re: Conformance tests status update

2003-01-07 Thread Steven Edwards
--- Francois Gouget [EMAIL PROTECTED] wrote: Yesterday I compiled and uploaded new Windows binaries for the conformance tests. The new binaries contain a ton of fixes, in particular for the following tests but there are more: If I start making binaries of the dlls we can build under Mingw

Re: Conformance tests status update

2003-01-07 Thread Dimitrie O. Paun
On January 7, 2003 10:20 am, Steven Edwards wrote: If I start making binaries of the dlls we can build under Mingw such as comctl, shlwapi and ole* can someone test them using the conformance suite under NT/2K/XP or something mabey in bochs or VMware? Why in bochs or VMware? Just throw them in

Re: [RFC] __WINESRC__ public headers

2003-01-07 Thread Dimitrie O. Paun
On January 7, 2003 10:44 am, Steven Edwards wrote: Hehe I'm happy someone else wants to see this now. If there is someway we can script testing with other headers mabey with perl or something (now that MSYS has a decent perl) we can find where the WINE headers and others are not in sync. If

Re: getting started

2003-01-07 Thread Dimitrie O. Paun
On January 7, 2003 03:39 am, Francois Gouget wrote: 1. get the sources to a Linux machine 2. run winemaker on the sources to generate Makefiles We should modify winemaker to use winegcc. There's now a lot of (bad) duplication between winemaker, and winegcc, like wrapper support, linking, etc.

Re: Wine Fun v0.3

2003-01-07 Thread Dimitrie O. Paun
On January 7, 2003 10:16 am, Steven Edwards wrote: I remeber seeing in the mingw-users list someone was able to build QT under Mingw although they were having issues with the size of the library and programs due to odd linking issues with libstdc++. I dont remeber the exact details except that

Re: A humble request for help

2003-01-07 Thread Bill Medland
On January 6, 2003 03:29 am, Stefan Görling wrote: Hi Everyone, I'm currently working on a thesis investigating how Open Source is affected by the influence of money and the interests of commercial companies. As the WINE efforts is the foundation of companies such as Codeweavers, Transgaming

Re: dlls/Makefile.in

2003-01-07 Thread Marcus Meissner
On Tue, Jan 07, 2003 at 07:17:38AM -0600, Jeff Smith wrote: From: Marcus Meissner [EMAIL PROTECTED] Some not so compatible versions of make only like this variable in pattern replacement rules, so this might not work on all platforms. I tried looking into this before submitting the patch,

Re: Windows XP conformance test update 1/5

2003-01-07 Thread Dave
Well, whatever the problem I can't get my XP laptop to do it. It could be something goofy with this one system. I'll do future tests on my laptop and avoid the problem. :) At 12:30 AM 1/5/2003 -0800, you wrote: On Sun, 5 Jan 2003, David Miller wrote: Not much to report this time but there

Re: wineboot wininit patch 1

2003-01-07 Thread Andreas Mohr
On Tue, Jan 07, 2003 at 08:19:19PM +0200, Shachar Shemesh wrote: Changelog Shachar Shemesh [EMAIL PROTECTED] programs/wineboot/wineboot.c * Added a print to indicate to user that installation is done. Hmm, I'm not sure whether that's an entirely good idea. It's probably more flexible to

Re: wineboot wininit patch 1

2003-01-07 Thread Shachar Shemesh
Andreas Mohr wrote: On Tue, Jan 07, 2003 at 08:19:19PM +0200, Shachar Shemesh wrote: Changelog Shachar Shemesh [EMAIL PROTECTED] programs/wineboot/wineboot.c * Added a print to indicate to user that installation is done. Hmm, I'm not sure whether that's an entirely good idea. It's

Re: getting started

2003-01-07 Thread Francois Gouget
On Tue, 7 Jan 2003, Dimitrie O. Paun wrote: On January 7, 2003 03:39 am, Francois Gouget wrote: 1. get the sources to a Linux machine 2. run winemaker on the sources to generate Makefiles We should modify winemaker to use winegcc. There's now a lot of (bad) duplication between winemaker,

Re: Problem in dlls/ddraw/dsufrace/main.c

2003-01-07 Thread Lionel Ulmer
found=NULL; for (surf = This-attached; surf != NULL; surf = surf-next_attached){ ... // surf is not modified into that if (...) found=surf; } if (found == NULL) { TRACE(Did not find any valid surface\n); return DDERR_NOTFOUND; } Well, we loop on 'surf' (which will be NULL at the end of

Re: Conformance tests status update

2003-01-07 Thread Steven Edwards
Why in bochs or VMware? Just throw them in Linux Wine, they should work just fine. And it would be a fine experiment, BTW. Just put them in you fake windows/system dir, and run with --dll name=n. I would still have to reboot to Linux or run Linux under Bochs/VMware as I havent even seen my

Re: Agent File Access

2003-01-07 Thread Oliver Sampson
Ah, sorry, I was a bit dense yesterday. Hopefully, I'm not so dense today. Do I dare ask why a script would be the favored solution, and not doing it directly in the code? In CreateProcessA in scheduler/process.c, each type of binary calls create_process. Why not just for the UNIX ones

Re: DirectSound and i810 soundcards

2003-01-07 Thread Francois Gouget
Glen Kaukola wrote: Ok, here's output from dsound_test.exe, I heard all 6 sounds: C:\Documents and Settings\sauron\Desktopwinmm_test.exe wave wave.c:182:found 1 WaveOut devices wave.c:206: 0: AC'97 Sound Card 5.0 (1:100): channels=65535 formats=0fff support=002c Interesting. This

Re: wxWindows: it's official!

2003-01-07 Thread Francois Gouget
On Tue, 7 Jan 2003, Dimitrie O. Paun wrote: Sorry about my previous attempt, I've pressed Send by mistake. And I've learned you can't stop KMail from sending... :) On January 7, 2003 02:09 pm, Francois Gouget wrote: include/io.h include/msvcrt/io.h That seems like an include order

Re: Problem in dlls/ddraw/dsufrace/main.c

2003-01-07 Thread Lionel Ulmer
On Tue, Jan 07, 2003 at 10:11:02PM +0100, Sylvain Petreolle wrote: OK. So in the case found=surf=NULL and we disable the test that exits with an error, should the part of the function after the test fail or not ? Well, according to what the MSDN tells us, if no surface is found or if more than

Re: Re: DirectSound and i810 soundcards

2003-01-07 Thread chrismorgan
Ove Kaaven wrote: On Mon, 6 Jan 2003, Francois Gouget wrote: [...] Note that test results from Windows XP won't be very useful for this; under XP, dsound primary buffers doesn't map directly to the sound hardware any more, according to MSDN. If you create and use a dsound primary

Re: Problem in dlls/ddraw/dsufrace/main.c

2003-01-07 Thread Sylvain Petreolle
OK. So in the case found=surf=NULL and we disable the test that exits with an error, should the part of the function after the test fail or not ? Well, we loop on 'surf' (which will be NULL at the end of the loop) and test 'found' (that won't be NULL if a matching surface was found). So no, I

Graphic cards for Wine [/Linux;)]

2003-01-07 Thread Sylvain Petreolle
Due to the problems encountered with NVidia drivers running Wine, I want to change my video card to another without NVidia chipset. Could someone who is using fast 3D (who said 'gamer' ? :)) give me some tips to buy another one that have free drivers ? PS : As shown in $SUBJ, wine isnt the only

Re: Problem in dlls/ddraw/dsufrace/main.c

2003-01-07 Thread Sylvain Petreolle
Well, I said the wrong words to explain me :/. Disabling the test in our code, will the function fail or not ? The reason I write is that : in fact, I disabled the failing test and the game (Re-Volt Demo) begins to start. Well, according to what the MSDN tells us, if no surface is found or if

Sound driver autodetection

2003-01-07 Thread chrismorgan
I've been thinking about implementing sound driver autodetection in wine. On startup wine would try to open a device with each of the drivers until one was opened successfully. This seems pretty simple to implement, I was wondering if there was a dynamic way of detecting the list of drivers

Re: Web CVS annotation

2003-01-07 Thread Eric Pouech
Shachar Shemesh wrote: I'm not sure that's right, and I am sure that this is very unwanted. The reason I don't think this is right is that the rw access is required in order to create a lock file. Allowing it will have several very bad side effects. * Anyone who breaks into the web site

Re: Graphic cards for Wine [/Linux;)]

2003-01-07 Thread Sylvain Petreolle
--- brett holcomb [EMAIL PROTECTED] a écrit : What version of Nvidia card and drivers are you running? I've found my GF3 to be solid and stable. Tried with a Geforce 2, Geforce 2 MX and Geforce 4 MX from Sparkle. Drivers : always with the latest binariesthat be found on NVidia site. Yes I

Re: Sound driver autodetection

2003-01-07 Thread Eric Pouech
[EMAIL PROTECTED] wrote: I've been thinking about implementing sound driver autodetection in wine. On startup wine would try to open a device with each of the drivers until one was opened successfully. This seems pretty simple to implement, I was wondering if there was a dynamic way of

Re: Problem in dlls/ddraw/dsufrace/main.c

2003-01-07 Thread Sylvain Petreolle
It will crash in the AddRef code. Better to try to do something like that : if (found == NULL) { TRACE(Did not find any valid surface\n); *ppSurface = NULL; return DD_OK; } Thanks, I will try it. But with the test disabled, I get no crash in AddRef (??). See

Re: wxWindows: it's official!

2003-01-07 Thread Dimitrie O. Paun
On January 7, 2003 03:00 pm, Francois Gouget wrote: For exactly the same reasons, Winelib applications, using Windows paths (c:\Windows\wininit.ini) on Unix have to link with the Wine C library (msvcrt) rather than the native one (glibc) in order to call functions with these paths. But this

Re: Problem in dlls/ddraw/dsufrace/main.c

2003-01-07 Thread Sylvain Petreolle
--- Lionel Ulmer [EMAIL PROTECTED] a écrit : Well, I said the wrong words to explain me :/. Disabling the test in our code, will the function fail or not ? It will crash in the AddRef code. Better to try to do something like that : if (found == NULL) { TRACE(Did not find

Re: Wine Fun v0.3

2003-01-07 Thread Steven Edwards
--- Sylvain Petreolle [EMAIL PROTECTED] wrote: If it hasnt already said : Some 'qt under windows' port is already in progress, see the guys from kde-cygwin.sf.net. Yeah I am aware of Donald Becker and others port for kde-cygwin and LibW11/cygwin a while back but this of course was using X11 2

Re: Web CVS annotation

2003-01-07 Thread Geoff Thorpe
* Eric Pouech ([EMAIL PROTECTED]) wrote: sure, the main issue we have is that winehq runs cvsweb as the web cvs frontend, and cvsweb only supports annotation under the condition I posted (IOW, it doesn't implement the annotate feature - on WWW side - with cvs annotate). But you're right on

Re: wxWindows: it's official!

2003-01-07 Thread Dimitrie O. Paun
On January 7, 2003 02:09 pm, Francois Gouget wrote: On Tue, 7 Jan 2003, Dimitrie O. Paun wrote: [...] 2. Francois' patch that fixes winsock.h I'll try to complete it shortly. 3. My patch that adds io.h I'm not sure this one is a good idea. We already have an io.h in the msvcrt

Re: wxWindows: it's official!

2003-01-07 Thread Francois Gouget
On Tue, 7 Jan 2003, Dimitrie O. Paun wrote: [...] 2. Francois' patch that fixes winsock.h I'll try to complete it shortly. 3. My patch that adds io.h I'm not sure this one is a good idea. We already have an io.h in the msvcrt directory as we need it for compatibility with msvcrt. So with

Possible Proformence Costs on Non-debug Builds

2003-01-07 Thread Nathan Boyle
Why are there 20364 debug messages that get compiled into the code even w/ debug messages turned off? They don't actually do anything when you configure w/ --disable-debug, but shouldn't all those ifs slow down execution incredibly? Why arn't the ifs implemented in preprocessor directives?

Re: Re: Sound driver autodetection

2003-01-07 Thread chrismorgan
So the external tool would try to load each driver and put the detected one into the appropriate location in the registry? Chris From: Eric Pouech [EMAIL PROTECTED] Date: 2003/01/07 Tue PM 05:09:02 EST To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Sound driver autodetection

Re: getting started

2003-01-07 Thread Francois Gouget
On Tue, 7 Jan 2003, Dimitrie O. Paun wrote: On January 7, 2003 02:25 pm, Francois Gouget wrote: * winemaker The assumption is that you have a Windows application (complete with CR/LF), most likely based on Visual C++ and thus with no suitable makefiles. So winemaker's goal is to

Re: DirectSound and i810 soundcards

2003-01-07 Thread Francois Gouget
Hi Eric, Eric Pouech wrote: Another thing i wonder about is whether Windows lets you play 11kHz sounds with WAVE_FORMAT_DIRECT using winmm and an i810 soundcard. If not then my winmm test is incorrect, and if yes then I have to wonder what WAVE_FORMAT_DIRECT really means. So if someone can

Re: DirectSound and i810 soundcards

2003-01-07 Thread Francois Gouget
[EMAIL PROTECTED] wrote: [...] Ok. That makes sense. That's sort of the opposite direction of the DirectSound patch I sent to wine-patches (and which just got applied). The annoying thing is that the mmap, the device format bubbling up and the CreateThread are all in different places :-( Oh

Re: wxWindows: it's official!

2003-01-07 Thread Francois Gouget
On Tue, 7 Jan 2003, Dimitrie O. Paun wrote: On January 7, 2003 03:00 pm, Francois Gouget wrote: For exactly the same reasons, Winelib applications, using Windows paths (c:\Windows\wininit.ini) on Unix have to link with the Wine C library (msvcrt) rather than the native one (glibc) in order

OT: Possible Proformence Costs on Non-debug Builds

2003-01-07 Thread Sylvain Petreolle
--- Nathan Boyle [EMAIL PROTECTED] a écrit : Why are there 20364 debug messages that get compiled into the code even w/ debug messages turned off? They don't actually do anything when you configure w/ --disable-debug, but shouldn't all those ifs slow down execution incredibly? Why arn't

Re: Mac OS X/Darwin port of Wine

2003-01-07 Thread Jim White
Mike Hearn wrote: Do you have any references for those statistics? The figures came from this: ... You're mixing installed base numbers with new shipments (market share). Worthwile to note in this vein is Apple released their version of the XFree86 X11 server (rootless for Aqua) beta for

Re: Window menu

2003-01-07 Thread Dmitry Timoshkov
Duane Clark [EMAIL PROTECTED] wrote: Changelog: A window with a WS_EX_APPWINDOW extended style can also get a menu. [skipped] /* Set the window menu */ -if ((wndPtr-dwStyle (WS_CAPTION | WS_CHILD)) == WS_CAPTION ) +if ((wndPtr-dwStyle WS_CAPTION || wndPtr-dwExStyle

Re: Window menu

2003-01-07 Thread Duane Clark
Dmitry Timoshkov wrote: Duane Clark [EMAIL PROTECTED] wrote: Changelog: A window with a WS_EX_APPWINDOW extended style can also get a menu. [skipped] /* Set the window menu */ -if ((wndPtr-dwStyle (WS_CAPTION | WS_CHILD)) == WS_CAPTION ) +if ((wndPtr-dwStyle WS_CAPTION ||

Re: Window menu

2003-01-07 Thread Dmitry Timoshkov
Duane Clark [EMAIL PROTECTED] wrote: Well, just as a bit of info, the window does not appear to have a caption; either in Windows or Wine. The menu pops down when the mouse is slid to the very top of the window, and no other border decoration shows ever. Here is the call that does it,

Can't find MFC afx.h

2003-01-07 Thread John Westerman
Hi Everybody, I'm currently trying to compile the basic Win32 "Hello world" project that VC6 generates for you using Wine. My problem is that when I run ./configure -with-wine=/usr/local/wine It fails with the Message "checking for afx.h Could not find the MFC includes"

Re: wineboot : rename wininit.ini

2003-01-07 Thread Shachar Shemesh
Beat you to it, I'm afraid. I also made the parsing unnecessary by means of a simple CD. Thanks though. Shachar P.S. Try to tweak your mime settings so that, next time, attached .diff files are shown inline. Either that or just copy/paste into the message like everyone here

Re: Registering DLL's

2003-01-07 Thread John K. Hohm
On Wed, Dec 04, 2002 at 05:14:23PM -0800, Alexandre Julliard wrote: John K. Hohm [EMAIL PROTECTED] writes: I posted my idea for representing the registration data, accidentally from [EMAIL PROTECTED] rather than my usual [EMAIL PROTECTED] (see

Re: getting started

2003-01-07 Thread Dimitrie O. Paun
On January 8, 2003 01:18 am, David Fraser wrote: Me! Do we have a task list for this? Depends on what you want to work on :) If you want to adapt winemaker to better integrate with winegcc, I'm your man! g -- Dimi.

Re: getting started

2003-01-07 Thread David Fraser
Francois Gouget wrote: On Tue, 7 Jan 2003, Dimitrie O. Paun wrote: On January 7, 2003 02:25 pm, Francois Gouget wrote: * winemaker The assumption is that you have a Windows application (complete with CR/LF), most likely based on Visual C++ and thus with no suitable makefiles. So

Re: Re: bug report.

2003-01-07 Thread yf
[yf@yf 2002]$ wine ./hexin.exe fixme:ole:CoRegisterMessageFilter stub fixme:shdocvw:WBPCI2_GetGUID stub: dwGuidKind = 1, pGUID = {----} fixme:shdocvw:WBPCI2_GetGUID Wrongly returning IPropertyNotifySink interface {9bfbbc02-eff1-101a-84ed-00aa00341d07}

Re: Problem with interrupt vector

2003-01-07 Thread Sylvain Petreolle
tried to install it, says corrupt installation detected. --- Gustavo Junior Alves [EMAIL PROTECTED] a écrit : Is a goverment program for incoming taxes. Appear to be made in Delphi. The log from app (wine --debugmsg +int) is: err:ntdll:RtlpWaitForCriticalSextion section 0x400f3ac8

Re: DirectSound and i810 soundcards

2003-01-07 Thread Francois Gouget
Ove Kaaven wrote: On Mon, 6 Jan 2003, Francois Gouget wrote: [...] Note that test results from Windows XP won't be very useful for this; under XP, dsound primary buffers doesn't map directly to the sound hardware any more, according to MSDN. If you create and use a dsound primary buffer under

Re: DirectSound and i810 soundcards

2003-01-07 Thread Eric Pouech
Another thing i wonder about is whether Windows lets you play 11kHz sounds with WAVE_FORMAT_DIRECT using winmm and an i810 soundcard. If not then my winmm test is incorrect, and if yes then I have to wonder what WAVE_FORMAT_DIRECT really means. So if someone can send me these results... well,

Re: Wine Fun v0.3

2003-01-07 Thread Steven Edwards
I remeber seeing in the mingw-users list someone was able to build QT under Mingw although they were having issues with the size of the library and programs due to odd linking issues with libstdc++. I dont remeber the exact details except that the resulting binary was way larger then the Unix

Re: wxWindows: it's official!

2003-01-07 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: That's the user's choice. We need to support io.h, mingw has it, cygwin has it. If we provide it only in msvcrt, we force everybody to use msvcrt, which is not right IMO. IMO it is right. I would say this is a cygwin bug; cygwin is supposed to be