Hi all,
I have a palm pilot that came with a lot of different apps, but they
have conduits that need windows to function. I have been experimenting
with getting Palm Desktop to run with Wine. It installs OK, but it
doesn't run because of a bug in WinMM. I can, however, get the Hotsync
service to ru
Oliver Stieber wrote:
With a lot of wines configuration moving over to
HKEY_LOCAL_USER and magic comments being added to
identify places where configuration is read, I though
it may be a good idea to move over to a standard
function for reading configuration instead of using
direct registry acc
First of all: I sent a new DPA testsuite to wine-patches some hours ago
(http://tinyurl.com/ddlp4) which tests DPA_InsertPtr() with both (nItems
< idx < 0x7fff) and (0x7fff < idx).
Our behaviour does not match Windows in both cases (besides several
other differences). The tests are marked as t
Hi Martin,
> currently it's impossible to compile winefile in UNICODE mode
> with Wine without some extra rule for unixcalls.c in the
> Makefile. I tried it even without using any TCHAR functions
> or types, but inserting include/msvcrt in the include path
> conflicts with inclusion of the hea
On Sunday 03 July 2005 01:45, Alexandre Julliard wrote:
> Robert Lunnon <[EMAIL PROTECTED]> writes:
> > I Get the following assembly errors with the latest cvs, even with the
> > very latest gas (2.16.1), any takers on why ?
>
> winebuild is no longer using autoconf checks now that the platform can
On 7/2/05, James Liggett <[EMAIL PROTECTED]> wrote:
> Tom,
> I've been following your discussion about putting a Get Firefox button
> on the WineHQ front page. While I'm a big fan of Firefox, I think that
> we should advocate the more generic W3C standards instead, and use XHTML
> that is valid aga
> "Hans" == Hans Leidekker <[EMAIL PROTECTED]> writes:
Hans> On Saturday 2 July 2005 23:12, Uwe Bonnes wrote:
>> fixme:mscms:SetStandardColorSpaceProfileA ( 0x52474220, 0x7ba9fb40 )
>> stub profile.c:427: Test failed: Unexpected profile
Hans> This is one the tests that only ge
On Sunday 03 July 2005 03:07, Mike McCormack wrote:
> Hi Gerold
>
> Gerold J. Wucherpfennig wrote:
> > And now take this...
>
> Gulp.
>
> > +p_fci_internal->perf->erfOper = FCIERR_NONE;
> > +p_fci_internal->perf->erfType = ERROR_INVALID_DATA;
> > +p_fci_internal->perf->fError = TRUE;
>
On Saturday 2 July 2005 23:12, Uwe Bonnes wrote:
> fixme:mscms:SetStandardColorSpaceProfileA ( 0x52474220, 0x7ba9fb40 ) stub
> profile.c:427: Test failed: Unexpected profile
This is one the tests that only get run when there's
a color profile installed. Did you install one? What
happens if you ru
Tom,
I've been following your discussion about putting a Get Firefox button
on the WineHQ front page. While I'm a big fan of Firefox, I think that
we should advocate the more generic W3C standards instead, and use XHTML
that is valid against those. That way, we can support pretty much any
browser.
> "Hans" == Hans Leidekker <[EMAIL PROTECTED]> writes:
Hans> On Saturday 2 July 2005 22:45, Uwe Bonnes wrote:
>> make test in dlls/mscms/tests fails in profile.c. It seems that the
>> test expects an installed ColorProfile.exe. However I think our
>> police for the
Hans> N
On Saturday 2 July 2005 22:45, Uwe Bonnes wrote:
> make test in dlls/mscms/tests fails in profile.c. It seems that the test
> expects an installed ColorProfile.exe. However I think our police for the
No, tests that depend on an installed color profile will be skipped
when a color profile can't be
Hi,
> > In lines 1944 and 1977 of dlls/comctl32/comctl32undoc.c the value
> > "0x7FFF" is used to check for the boundary of a 32 bit integer. However,
> > there should be used MAX_INT instead.
> I somehow doubt that this function will ever encounter an INT greater
> than MAX_INT... :)
you're of
Hallo,
make test in dlls/mscms/tests fails in profile.c. It seems that the test
expects an installed ColorProfile.exe. However I think our police for the
tests is to have them succeed without any other prerequisit. Hans, can you
perhaps rethink your test strategy?
Bye
--
Uwe Bonnes
Hi,
With a lot of wines configuration moving over to
HKEY_LOCAL_USER and magic comments being added to
identify places where configuration is read, I though
it may be a good idea to move over to a standard
function for reading configuration instead of using
direct registry access.
Something like
Dmitry,
> > switch winefile to UNICODE mode
>
> Why to go through all this pain and not just make it unicode
> only?
currently it's impossible to compile winefile in UNICODE mode with
Wine without some extra rule for unixcalls.c in the Makefile. I tried
it even without using any TCHAR functions
Why clutter the front page with that? I dont see any relation to wine.
In any case anyone who has not already heard about firefox must have has
his/her head stuck between a fat lady's thighs of for the last two years.
Why do you suggest this?
On Sat, 02 Jul 2005 15:48:51 +0200, Tom Wicklin
Apologies for delay replying.
On 28/09/04 09:46, Andreas Mohr wrote:
[...]
>p.s. Is there any way to get these mangled function names to be
>displayed un-mangled please?
Yes, use the winedump program.
I had already told him several days ago in another wine-devel mail,
so maybe he asked it to
> "Lionel" == Lionel Ulmer <[EMAIL PROTECTED]> writes:
Lionel> Changelog: - add 400x300 resolution to modes supported by
Lionel> Desktop mode
Isn't 1400x1050 also a valid mode?
--
Uwe Bonnes[EMAIL PROTECTED]
Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Da
> "Jacek" == Jacek Caban <[EMAIL PROTECTED]> writes:
Jacek> Uwe Bonnes wrote:
>> Hallo Jacekm
>>
>> thanks for the response. I tried the patch, but with no
>> change. Looking closer, you only change the "if(pmkContext)" code
>> path. However in my case the API is calle
Hi Lionel,
I didn't see the whole code, but shouldn't you change the #define to 9 ?
a+
Maxime
-static const unsigned int widths[] = {320, 512, 640, 800, 1024, 1152,
1280, 1600};
-static const unsigned int heights[] = {200, 384, 480, 600, 768, 864,
1024, 1200};
+static const unsigned int wid
Hi Gerold
Gerold J. Wucherpfennig wrote:
And now take this...
Gulp.
+p_fci_internal->perf->erfOper = FCIERR_NONE;
+p_fci_internal->perf->erfType = ERROR_INVALID_DATA;
+p_fci_internal->perf->fError = TRUE;
+SetLastError(ERROR_INVALID_DATA);
Your code seem to be doing this o
Uwe Bonnes wrote:
>Hallo Jacekm
>
>thanks for the response. I tried the patch, but with no change. Looking
>closer, you only change the "if(pmkContext)" code path. However in my case
>the API is called with pmkContext == NULL.
>
>Bye
>
>
Sorry, I've made a mistake reading logs. Anyway that
code
Robert Lunnon <[EMAIL PROTECTED]> writes:
> I Get the following assembly errors with the latest cvs, even with the very
> latest gas (2.16.1), any takers on why ?
winebuild is no longer using autoconf checks now that the platform can
be set at run-time. You need to adapt the functions at the end
> "Jacek" == Jacek Caban <[EMAIL PROTECTED]> writes:
Jacek> Uwe Bonnes wrote:
>> Hallo,
>>
>> with native urlmon(and ole32,oleaut32,rpcrt4), Atmel Avrstudio brings
>> up the "Program AVR" option in the "Tools" pulldown menu, with
>> builtin this item is missing.
>>
On 7/2/05, Felix Nawothnig <[EMAIL PROTECTED]> wrote:
> Marcus Meissner wrote:
> >>Would anyone object to a "Get FireFox" button on our front page?
> >>I know I can send a patch and wait and see if there is objection to it.
> >>I just think its better to ask before hand.
> >>
> >>If there is NO obj
I Get the following assembly errors with the latest cvs, even with the very
latest gas (2.16.1), any takers on why ?
bash-3.00$ ../../tools/winegcc/winegcc -v -B../../tools/winebuild
-shared ./glu32.specglu.o glu32.dll.dbg.o -o glu32.dll.so -L../../dlls
-L../../dlls/kernel32 -L../../dll
Uwe Bonnes wrote:
>Hallo,
>
>with native urlmon(and ole32,oleaut32,rpcrt4), Atmel Avrstudio brings up the
>"Program AVR" option in the "Tools" pulldown menu, with builtin this item is
>missing.
>
>
>
Could you try attached patch?
Jacek
Index: dlls/urlmon/umon.c
=
Saturday, July 2, 2005, 12:33:19 AM, you wrote:
> Vitaliy Margolen a écrit :
>> Vitaliy Margolen
>>
>> changelog:
>> dlls/ntdll/virtual.c
>> Load all dll sections no matter what attributes say
> why do you need this ?
> A+
I have found a dll that have one section marked as
IMAGE_SCN_CNT_UNI
Some more impressions from the test server and coming patches.
First the server was heavy crowded. Funny but net latency about 1200ms.
Hard to play. Blizz added a lot new game content and that is to be
tested. They happily rebootet the servers several times while I was on
and also applied a ti
Marcus Meissner wrote:
Would anyone object to a "Get FireFox" button on our front page?
I know I can send a patch and wait and see if there is objection to it.
I just think its better to ask before hand.
If there is NO objection ill send a patch in a couple days,
or Jer can beat me to it ;)
Y
On Sat, Jul 02, 2005 at 09:48:51AM -0400, Tom Wickline wrote:
> Hello,
>
> Would anyone object to a "Get FireFox" button on our front page?
> I know I can send a patch and wait and see if there is objection to it.
> I just think its better to ask before hand.
>
> If there is NO objection ill sen
Hallo,
with native urlmon(and ole32,oleaut32,rpcrt4), Atmel Avrstudio brings up the
"Program AVR" option in the "Tools" pulldown menu, with builtin this item is
missing.
Here the relay trace of the CreateURLMoniker call with builtin:
0009:CALL urlmon.CreateURLMoniker() ret=69bdb8bf
0009:Call kern
Hello,
Would anyone object to a "Get FireFox" button on our front page?
I know I can send a patch and wait and see if there is objection to it.
I just think its better to ask before hand.
If there is NO objection ill send a patch in a couple days,
or Jer can beat me to it ;)
Tom
On Fri, 2005-07-01 at 22:30 +, Jules Richardson wrote:
> On Fri, 2005-07-01 at 13:15 +0200, Holly Bostick wrote:
> > 2. It *asked me* about things I might want to change-- and didn't make
> > assumptions about its own detection!! No, I really don't have a Windows
> > drive, so you were right, b
hello
i just wanted to compile recent wine cvs and configure gives me this output
als you expect compilation is broken too.
checking GL/glx.h presence... yes
configure: WARNING: GL/glx.h: present but cannot be compiled
configure: WARNING: GL/glx.h: check for missing prerequisite headers?
co
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
When I run DCOM98.exe with newest CVS I get "A required resource appears
to be corrupted".
Also no text in the license aggreement.
Greetings,
Jan Schiefer!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thun
37 matches
Mail list logo