Sylvain Petreolle wrote:
> Using latest CVS :
>
> Enabling dsound interactive tests with WINETEST_INTERACTIVE,
> I get many errors like this one, always the same :
>
> dsound.c:1223: Test failed: MsgWaitForMultipleObjects failed: 0x102
> dsound.c: 42774 tests executed, 0 marked as todo, 80 failures
On September 23, 2003 11:59 pm, Pavel Roskin wrote:
> For example, winefile.exe needs "-luuid" in MinGW because it provides
> IID_IDataObject. In Wine, IID_IDataObject is defined in include/objidl.h
> and a constant number. Wine doesn't have uuid library.
We have one, and it's called wine_uuid (
On Tue, 23 Sep 2003, Dimitrie O. Paun wrote:
> On September 23, 2003 11:02 pm, Pavel Roskin wrote:
> > The attached script makes it possible to compile many programs from Wine
> > under Windows. The only software needed on Windows is Cygwin with MinGW
> > libraries and some other utilities (flex,
On September 23, 2003 11:02 pm, Pavel Roskin wrote:
> The attached script makes it possible to compile many programs from Wine
> under Windows. The only software needed on Windows is Cygwin with MinGW
> libraries and some other utilities (flex, bison). Simply run setup.exe
> from www.cygwin.com a
"Eric Pouech" <[EMAIL PROTECTED]> wrote:
> but couldn't this be different from the charset used for mounting the
> filesystem ? AFAICS, on VFAT systems, long names are stored in Unicode.
> The charset in the mount option let you specify the charset for the
> Unicode -> multi-byte...
> All filen
On September 23, 2003 01:18 pm, Richard Cohen wrote:
> On dialup, the download will take 2 1/2 hrs - it is hard to see a
> succession of little trips to cvs.winehq adding up to anything like
> that. On broadband the situation is proportionally better, of course,
> but is the cvs server really so o
Hello!
The attached script makes it possible to compile many programs from Wine
under Windows. The only software needed on Windows is Cygwin with MinGW
libraries and some other utilities (flex, bison). Simply run setup.exe
from www.cygwin.com and make sure to select MinGW development tools.
Then
Ok people, new version. This time the tests (but not timetests.exe)
are compiled with MSVC 7 instead of crosscompiled.
(No agenda behind that decision - it's just that current CVS
is broken when it comes to crosstest.)
http://vmlinux.org/jakov/Wine/
(Especially the link errors I have no idea how to fix.)
Just in case somebody wants to know what the build log looks like:
-- Build started: Project: winetest, Configuration: MSVC Headers
Win32 --
winete
> Thanks Jerry,
>
> your second patch solved the bug 1715 against Wine-20030911. There are
still
> lots of errorr messages:
> err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1,
bpp=4
Maybe there is the same problem. Could you tell me the name of the
application you are trying to
> Thanks Jerry,
>
> your second patch solved the bug 1715 against Wine-20030911. There are
still
> lots of errorr messages:
> err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1,
bpp=4
Maybe there is the same problem. Could you tell me the name of the
application you are trying to
Eric Pouech wrote:
since 0 is a wrong console handle (in this case), we don't care about
actual c value.
Nevertheless, not setting c issues a compiler warning.
regards,
Jakob
Dimitrie O. Paun wrote:
On Tue, 23 Sep 2003, Eric Pouech wrote:
What about the stuff in win.ini/[mci extensions]. Is that used?
yes, in some internal mci function (but that doesn't need to be changed
by end users. we just need to list the default extensions for the given
mci playback. I haven't
Using latest CVS :
Enabling dsound interactive tests with WINETEST_INTERACTIVE,
I get many errors like this one, always the same :
dsound.c:1223: Test failed: MsgWaitForMultipleObjects failed: 0x102
dsound.c: 42774 tests executed, 0 marked as todo, 80 failures.
Im using wineoss with OSS compatib
Hi,
Just a few comments on an otherwise good patch:
> -static BOOL URL_JustLocation(LPCWSTR str)
> +static BOOL WINAPI URL_JustLocation(LPCWSTR str)
...
> -static LPCWSTR URL_ScanID(LPCWSTR start, LPDWORD size,
> WINE_URL_SCAN_TYPE type)
> +static LPCWSTR WINAPI URL_ScanID(LPCWSTR start, LPDWORD
On Tue, 23 Sep 2003, Eric Pouech wrote:
> > What about the stuff in win.ini/[mci extensions]. Is that used?
> yes, in some internal mci function (but that doesn't need to be changed
> by end users. we just need to list the default extensions for the given
> mci playback. I haven't found yet an e
Hi,
+COORD c = 0;
This won't compile with msvc since COORD is a struct, not a simple
type.
Please use the patch from my mail "Test fixes" instead.
Cheers,
Jon
__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
ht
Rick Langschultz wrote:
Is there any movement to combine Wine and X to create a free standing
operating system? That would be awesome. Maybe combining it with
FreeDos to make it bootable with basic cygwin features??? Just a question.
Yes, sort of, but not with X as the basis for graphics, but
w
Mike Hearn wrote:
On Mon, 2003-09-22 at 20:05, Jakob Eriksson wrote:
The other week I received a little program from a friend. I tried to
run it in Wine.
It didn't work at all. It was a dotNET - compiled EXE.
What error did you get from Wine? We should patch it to inform users
that th
Mike Hearn wrote:
On Mon, 2003-09-22 at 05:50, Dimitrie O. Paun wrote:
On September 18, 2003 01:26 pm, Eric Pouech wrote:
the point is that it's not easy to tell between :
- two physical sound cards (one ALSA, one OSS)
- one physical sound card but with ALSA and OSS emulation on top of ALSA
more
Dimitrie O. Paun wrote:
On September 18, 2003 01:26 pm, Eric Pouech wrote:
the point is that it's not easy to tell between :
- two physical sound cards (one ALSA, one OSS)
- one physical sound card but with ALSA and OSS emulation on top of ALSA
moreover, we'll have to store winmm card information
Dmitry Timoshkov wrote:
"Eric Pouech" <[EMAIL PROTECTED]> wrote:
Codepage: if you mount a fs with a given codepage, you need that cp
information to transform properly the filenames into unicode. Ideally,
we should get this information from OS
We already have that information, the support for
BTW if it helps I switched to 640x480 full screen in
windows and run a trace in wine again (same logical
error)
Hatky.
__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.comCould not stat /mnt/fd0 (No such fil
On Tue, 2003-09-23 at 13:26, Vincent Béron wrote:
> There was a small problem in the detection of a file on the commandline
> and what to do with it. Fixed by
> http://www.winehq.org/hypermail/wine-patches/2003/08/0102.html.
Ah genius. That'd be why "nobody had noticed" :) I saw a few people with
Rick Langschultz wrote:
Is there any movement to combine Wine and X to create a free standing
operating system? That would be awesome. Maybe combining it with
FreeDos to make it bootable with basic cygwin features??? Just a question.
Rick Langschultz
You may be interested in checking out http:
Jakob Eriksson wrote:
Index: dlls/kernel/tests/console.c
===
RCS file: /home/wine/wine/dlls/kernel/tests/console.c,v
retrieving revision 1.2
diff -u -r1.2 cons
tir, 23.09.2003 kl. 13.11 skrev Mike Hearn:
> On Mon, 2003-09-22 at 19:11, Alexandre Julliard wrote:
> > Mike Hearn <[EMAIL PROTECTED]> writes:
> >
> > > Ensure the header files work with upcoming DCOM patches
> >
> > We finally have correct header dependencies now, please don't start
> > breakin
Is there any movement to combine Wine and X to create a free standing
operating system? That would be awesome. Maybe combining it with FreeDos to
make it bootable with basic cygwin features??? Just a question.
Rick Langschultz
Compiling with MSVC 7, using MSCV headers.
For the record: to compile tests/dpa.c for comctl32.dll you need
the latest commctrl.h from Microsoft.
The one they settled to publish:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnapiover/html/api-overview.asp
Download the SDK and
Index: dlls/kernel/tests/console.c
===
RCS file: /home/wine/wine/dlls/kernel/tests/console.c,v
retrieving revision 1.2
diff -u -r1.2 console.c
--- dlls/kernel/tests/console.c 21 Jun 2003 02:07:10 - 1.2
+++ dlls/kernel/tests/c
On Tue, 23 Sep 2003, Richard Cohen wrote:
> ... isn't it clear that the comment refers to libraries that couldn't be
> found (in the -L library search path).
It's fine, thanks for the explanation.
--
Dimi.
On Tue, 23 Sep 2003, Francois Gouget wrote:
> Do you mean to remove the option altogether and hard-code it to
> 'managed'?
That was the intention at the time. I've changed it since to
regedit -- it's good enough for now. I am aware of the Z-order
problems, hopefully we'll get most apps to work in
Dimitrie O. Paun wrote:
OK, so I'm confused: if we both agree that we should be passing .a and
.so stuff to gcc, why are we ignoring these libs? (At this point, I'm
not sure at all of the context of the patch, it may be that just the
comment is a bit confusing).
The patched code looks like ...
---
On Wed, 17 Sep 2003, Dimitrie O. Paun wrote:
[...]
> -- Do everybody agree with the "Needed" column? Most importantly,
> do you see items marked as "cfg" that shouldn't, or items that
> are not marked as "cfg" and they should? Please take a few min
> to review the list, so we can h
On Mon, 22 Sep 2003, Francois Gouget wrote:
[...]
> > The lecture was given several months ago, but I'm going to repeat it in
> > about a month. If you have any comments, please send them over for
> > inclusion for next time.
Maybe we could also announce such presentations on WineHQ's front page,
Thanks Jerry,
your second patch solved the bug 1715 against Wine-20030911. There are still
lots of errorr messages:
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
but these seem harmless.
Jarkko Lavinen
Le mar 23/09/2003 à 07:09, Mike Hearn a écrit :
> It's kind of sad nobody noticed this for so long, but it seems the new
> visual regedit tool caused a major regression in the ./tools/wineinstall
> script - of course rather than simply importing the winedefault.reg file
> it now pops up the regedit
On September 23, 2003 07:11 am, Mike Hearn wrote:
> Hmm. How do I know what they should be? I missed the header dependencies
> work, not sure what I have to do here.
Don't add/remove includes to header files, unless you *know* that
include is/isn't in the MS headers. It's hard to say if you do
On Mon, 2003-09-22 at 20:05, Jakob Eriksson wrote:
>
> The other week I received a little program from a friend. I tried to
> run it in Wine.
> It didn't work at all. It was a dotNET - compiled EXE.
>
What error did you get from Wine? We should patch it to inform users
that this is the case,
On Mon, 2003-09-22 at 19:11, Alexandre Julliard wrote:
> Mike Hearn <[EMAIL PROTECTED]> writes:
>
> > Ensure the header files work with upcoming DCOM patches
>
> We finally have correct header dependencies now, please don't start
> breaking them again.
Hmm. How do I know what they should be? I m
On Tue, 23 Sep 2003 14:08:33 +0300 (EEST) Nerijus Baliunas <[EMAIL PROTECTED]> wrote:
> I ssh to remote machine, which is not running X, and run console
> win32 application on it. Now 2 questions:
>
> It seems remote wine uses my local fonts when rebuilding,
> could it be so? DISPLAY=localhost:10
It's kind of sad nobody noticed this for so long, but it seems the new
visual regedit tool caused a major regression in the ./tools/wineinstall
script - of course rather than simply importing the winedefault.reg file
it now pops up the regedit window.
I'd submit a patch but I have no idea why thi
Hello,
I ssh to remote machine, which is not running X, and run console
win32 application on it. Now 2 questions:
It seems remote wine uses my local fonts when rebuilding,
could it be so? DISPLAY=localhost:10.0 on remote pc.
How to disable font metrics rebuilding? I don't think fonts
are needed
I will share all my source & make environment, including .diff patches
to ATL/WTL/MFC so any wtl mfc activex project should compile. I intend
to supply example projects for MFC GUI and ODBC, WTL apps and ATL com
controls all compiled with winelib on Linux. I will show how to compile
the C runt
44 matches
Mail list logo