"Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote:
I havent blindly copied them.
But modified them PSDK headers for our need.
You can't do that.
But havent added any unicode things 'coz I was busy with other things.
And defered to a later patch.
I'm sorry, but this doesn't sound plausibly. Mo
Hi,
I havent blindly copied them.
But modified them PSDK headers for our need.
But havent added any unicode things 'coz I was busy with other things.
And defered to a later patch.
If you think i need to send a newer patch, i will send it monday.
Thanks,
Vijay
On 7/15/06, Dmitry Timoshkov <[EMAIL
"Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote:
ChangeLog
Add userenv.h for userenv.dll
It appears that you have blindly copied the PSDK header contents,
that's not allowed. Moreover some things required for proper
compilation with and without UNICODE defined are missing.
--
Christoph Frick wrote:
i build wine nearly every day from cvs. for the last to days i was not
able to do so as the first occurences of IID_IUnknown and
IID_IClassFactory the compiler thinks they are missing. i can also not
find them via tags-file nor grep **/*.h; is there something wrong on my
hiho
i build wine nearly every day from cvs. for the last to days i was not
able to do so as the first occurences of IID_IUnknown and
IID_IClassFactory the compiler thinks they are missing. i can also not
find them via tags-file nor grep **/*.h; is there something wrong on my
end (as i would expec
ntdll: enable CreateRemoteThread and RtlCreateUserThread for remote processes
Greetings,
The attached patch is a proof-of-concept for implementing CreateRemoteThread
and RtlCreateUserThread for remote processes. It is currently Linux and x86
specific but should be portable to other platforms/OSes
> That is a good idea but that does not solve the problem with the fields
> in test results since we cannot and do not use include/filter.php
> because of problems with xinha variables. I do not see a problem with
> this patch going in but for now we need my patch as well.
No worries about Xinha.
Juan,
http://winehq.org/pipermail/wine-cvs/2006-July/024546.html
may have caused
http://bugs.winehq.org/show_bug.cgi?id=5680
could you have a look?
--- qingdoa daoo <[EMAIL PROTECTED]> wrote:
> --- Benjamin Arai <[EMAIL PROTECTED]> wrote:
>
> > See http://bugs.winehq.com/show_bug.cgi?id=5545
> > License: LGPL
> >
> > Changelog:
> > - oleaut32: Add conformance test for VarCat
> > - oleaut32: Update VarCat function to address all con
Damn. Boneheadedness. That should be:
if (rc == ERROR_SUCCESS && !value)
throughout ACTION_AppSearch. I'll submit a patch on Monday.
--Juan
As of wine-0.9.16 my winelib app now prints this message at startup:
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address
space, please report
Quick googling finds an old closed bug about this here:
http://bugs.winehq.org/show_bug.cgi?id=2062
Is this important? Is there any more in
Tobias Burnus wrote:
Hi,
Tony Lambregts schrieb:
Even with a new bugzilla you cannot do this yourself. Bah!
Only an administrator can change a users login name (email). If you want
I can change it for you. just send me an email with what you want it
changed from andwhat you want it changed
--- qingdoa daoo <[EMAIL PROTECTED]> wrote:
> --- Benjamin Arai <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > I wrote a conformance test for oleaut32:VariantChangeType but I ran
> > into a snag. The conformance test under windows does not allow the
> > conversion from type VT_INT to VT_I8 but i
Jonathan Ernst wrote:
Le jeudi 13 juillet 2006 à 23:06 -0600, Tony Lambregts a écrit :
Change log: Don't allow empty "what works", "what was tested" and "what was not"
fields again ;^)
Files Changed: include/testData.php
I think we should trim s and sH variables in filter.php, it s
Benjamin Arai wrote:
> I wrote a conformance test for oleaut32:VariantChangeType but I ran
> into a snag. The conformance test under windows does not allow the
> conversion from type VT_INT to VT_I8 but it does allow for VT_I4 to
Dosn't make me wonder. E.g. a lot of variant arithmetic functions do
James wrote:
+GetUrlCacheEntryInfoW( szUrl, NULL, &size );
+if ( GetLastError() != ERROR_FILE_NOT_FOUND )
Is it really ok to check GetLastError() to see if there's been an error?
I thought successful operations did not affect the value of GetLastError().
Something like
int succeeded =
Hi,
I wrote a conformance test for oleaut32:VariantChangeType but I ran
into a snag. The conformance test under windows does not allow the
conversion from type VT_INT to VT_I8 but it does allow for VT_I4 to
VT_I8. I made the necessary changes to VariantChangeType so that it
conforms to windows b
On 14/07/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
> > > * C&C Generals - Fails to run
> >
> > Copy protection? Otherwise it has GPU detection problems
>
> Looks like GPU issues, I'll try it again.
The issue is that Generals uses the pci id of the graphics card to find out
which capatibliti
Hey,
The following patch:
http://winehq.org/pipermail/wine-cvs/2006-July/024546.html
Juan Lang <[EMAIL PROTECTED]>
msi: Let caller set property in AppSearch.
breaks the PSDK installer. You can apply one of my 'download the
remote msi' patches in order to test it out. I've attached the output
It's 'command &> file' to take both the STDOUT and STDERR into a file.
seems a bit messy to do 'command > file 2> &1'.
I'll work with Imperialism II first, it's my second favourite game
after Imperialism II but I think it'll be easier to fix.
On 7/14/06, Olaf Leidinger <[EMAIL PROTECTED]> wrote:
Hello!
> > WINE_DEBUG=+ddraw,+d3d7 wine settlers.exe > mywinelog
>
> The environment variable is WINEDEBUG, not WINE_DEBUG.
And it should be "> filename 2>&1" not only "> filename", as without "2>&1"
only standard output, not standard error is written to the file.
WINEDEBUG=+ddraw,+d3d7 wine se
Stefan wrote:
I've tracked a bug on the Notes Client.
I've noticed you've been working on Notes lately, that's cool.
It is related to Lotus Notes
workspace, which shows the database symbols and their icons.
Up to Wine 0.909 the icons were colored correctly. From 0.910 on the icons
are black (
Hi,
> Some info below:
> > > I'll provide logs and things if asked.
> >
> > A +ddraw,+d3d7 log would be useful
>
> export WINE_DEBUG=+ddraw,+d3d7 (the way this debug flag thing
> works is completely baffling to me)
WINEDEBUG=+ddraw,+d3d7
> > > * Pharaoh - used to work back in 0.9.15 and
On 7/14/06, Joseph Garvin <[EMAIL PROTECTED]> wrote:
Martin Owens wrote:
> Well you've managed to be quite polite and considerate so I owe you at
> the very least my full co-operation if not my apologies.
>
> Some info below:
>
>> >
>> > I'll provide logs and things if asked.
>> A +ddraw,+d3d7 lo
Martin Owens wrote:
> Well you've managed to be quite polite and considerate so I owe you at
> the very least my full co-operation if not my apologies.
>
> Some info below:
>
>> >
>> > I'll provide logs and things if asked.
>> A +ddraw,+d3d7 log would be useful
>
> export WINE_DEBUG=+ddraw,+d3d7
On 7/14/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
Am Donnerstag 13 Juli 2006 22:07 schrieb Frank Richter:
> I think the article exaggerates. (a) it refers to one driver which
> exhibits the problem - Matrox G400 GL, on Win32. Linux drivers may
> actually all properly support that function. (
The parameter is a ULONG and the documentation states that -1 is a
special value. so i assume that other negative values would be
interpreted as their corresponding ULONG positive value causing the api
to expect a very large number of classes or categories to match against.
-aric
Dmitry Timos
does anyone know how wine (or at least crossover) enables itunes to work
w/ an ipod that is mounted in userspace? I've been reading the cxipod
script, and don't quite understand it (seems to do some registry mucking).
Is this modified wine dll's that are ipodservice.exe aware? The reason
I a
Dmitry Timoshkov wrote:
It's OK that a WM constrains windows to be placed inside of its work area
but still allows to place them into a fullscreen state on request. How
would
you suggest to properly inform a WM that a window needs to be in a
fullscreen
state? Does metacity ignore ClientMessage
thanks.
however,didn't make any difference.
hmm, anything else I could try?
-ph
On Wed, 2006-07-12 at 22:56 -0700, Juan Lang wrote:
> > trying to get wine 0.9.17 on solaris and end up with this error.
> > Undefined first referenced
> > symbol in
Well you've managed to be quite polite and considerate so I owe you at
the very least my full co-operation if not my apologies.
Some info below:
>
> I'll provide logs and things if asked.
A +ddraw,+d3d7 log would be useful
export WINE_DEBUG=+ddraw,+d3d7 (the way this debug flag thing
Am Donnerstag 13 Juli 2006 23:15 schrieb Martin Owens:
> OK I'm quite upset now, when I compiled the cvs version of wine on my
> own computer and Pharaoh started working again I thought great, fixed!
> but oh no one of the comunity computers I administer is running ubuntu
> same as me but their get
On 14/07/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
Am Donnerstag 13 Juli 2006 22:07 schrieb Frank Richter:
> I think the article exaggerates. (a) it refers to one driver which
> exhibits the problem - Matrox G400 GL, on Win32. Linux drivers may
> actually all properly support that function.
В сообщении от 13 июля 2006 23:22 Robert Shearman написал(a):
> phconix wrote:
> >hi all,
> >getting errors in wine 0.9.17 on solaris:
> >any tip appreciate
> >thanks
> >
> >fontforge -script ../fonts/genttf.ff courier.sfd courier.ttf
> >Copyright (c) 2000-2006 by George Williams.
> >Executable bas
Am Donnerstag 13 Juli 2006 22:07 schrieb Frank Richter:
> I think the article exaggerates. (a) it refers to one driver which
> exhibits the problem - Matrox G400 GL, on Win32. Linux drivers may
> actually all properly support that function. (b) you could use a cap -
> e.g. never report more than 50
"Aric Stewart" <[EMAIL PROTECTED]> wrote:
Here are 2 patches, the first is resending my handing of -1 in
EnumClassesOfCategories, the second patch is a test case for the first
patch.
It would be interesting to see how other negative values are supposed
to be handled, and if it's only -1 which
"Havoc Pennington" <[EMAIL PROTECTED]> wrote:
to shift it below the top GNOME top panel by 25 pixels (btw,
that's why I wrongly thought that the top GNOME top panel remained above
in Z order of the main game's window, actually they do not overlap each
other).
Metacity does this with all win
37 matches
Mail list logo