Hi,
I am new to Wine development and wanted to ask on the list, whether someone
could point me to the correct place where the code for issues 3 and 4 in
http://bugs.winehq.org/show_bug.cgi?id=7273 might be located. It looks like
the solution could be rather straightforward to implement but I ha
Actually all members are always valid (for the internal structure at
least). I already sent a patch which removes the mask.
Felix
Sorry, I didn't notice the patch.
Mikolaj
Mikołaj Zalewski wrote:
Tab uses a mask to mark which fields are set but it new fields were set
by SetItem the mask wasn't updated.
Actually all members are always valid (for the internal structure at
least). I already sent a patch which removes the mask.
Felix
Hi. comctl32 exports (undocumented) Alloc() and friends which call
LocalAlloc => GlobalAlloc => HeapAlloc since it's doesn't use any fancy
LMEM / GMEM flags... so shouldn't Alloc() call HeapAlloc() directly?
If Global/Local* behave different than Heap* on Windows - wouldn't it
then be desirabl
http://www.qemu.org/
QEMU 0.9.0 was released.
The QEMU Accelerator Module kqemu-1.3.0pre10 was released
and is now available under the GPL license.
Thanks Fabrice, the qemu-team and every contributor.
--
By by ... Detlef
On Tue, 2007-02-06 at 19:51 +0100, Felix Nawothnig wrote:
> Misha Koshelev wrote:
> >>>So do you think I should add a define like INSTALLUILEVEL_NOFLAGS
> >>>somewhere set to 0xf then?
> >>Shouldn't that be 0x7?
> > I guess either one would work since the first flag is 0x20. Do I need to
> > chan
Misha Koshelev wrote:
So do you think I should add a define like INSTALLUILEVEL_NOFLAGS
somewhere set to 0xf then?
Shouldn't that be 0x7?
I guess either one would work since the first flag is 0x20. Do I need to
change it to 0x7 or leave as is?
So would 0x1f or 0xfe1f. Doesn't make it cor
On Tue, 2007-02-06 at 19:23 +0100, Felix Nawothnig wrote:
> Koshelev, Misha Vladislavo wrote:
> > So do you think I should add a define like INSTALLUILEVEL_NOFLAGS
> > somewhere set to 0xf then?
>
> Shouldn't that be 0x7?
I guess either one would work since the first flag is 0x20. Do I need to
Dmitry Timoshkov wrote:
"Duane Clark" <[EMAIL PROTECTED]> wrote:
Is it possible to do window focus testing in Wine conformance tests? Or
does the windows not being mapped mean that this testing cannot be done?
Or maybe I am doing something completely wrong; which is likely ;)
Have a look at
Koshelev, Misha Vladislavo wrote:
So do you think I should add a define like INSTALLUILEVEL_NOFLAGS
somewhere set to 0xf then?
Shouldn't that be 0x7?
Marcus Meissner wrote:
- if(nRelPos>=0) { /* if this or preceding row */
+ if(nRelPos<=0) { /* if this or preceding row */
while(nRelPos<=0) {
Shouldn't that become a "do { ... } while()" then?
No, since there is a return item; after the while () loop.
I meant replacing just the while()
On 2/6/07, Koshelev, Misha Vladislavo <[EMAIL PROTECTED]> wrote:
So do you think I should add a define like INSTALLUILEVEL_NOFLAGS somewhere
set to 0xf then? Should
this be in msi.h (or would this be confusing as this is not defined in
Windows I don't think) or
just in the same file where th
Hi Trent, thanks for the patches. Please send the split up patches to
wine-patches instead of wine-devel. The crypt32 patches won't make it in
as-is, but I think you can get a better quality hack accepted.
As MSDN states, CryptGetMessageCertificates is just a wrapper around
CertOpenStore. So yo
On Tuesday 06 February 2007 10:26, Stefan Munz wrote:
> Is anybody interested in participating in a Wine booth? More information
> (in german) is here:
>
> http://www.linuxtag.org/2007/de/community/projects/cfpro/call-for-projects.
>html
English link is
http://www.linuxtag.org/2007/en/community/pr
So do you think I should add a define like INSTALLUILEVEL_NOFLAGS somewhere set
to 0xf then? Should
this be in msi.h (or would this be confusing as this is not defined in Windows
I don't think) or
just in the same file where the other change is being made?
Thanks
Misha
-Original Message---
David asked if anyone's interested in manning a Wine
booth at Linuxtag.
A related question: is anybody proposing a Wine talk
or tutorial at Linuxtag? The deadline for submitting
proposals is Feb 16th.
(Here's the CFP:
http://www.linuxtag.org/2007/en/conf/cfp/cfp-target.html )
Hello!
In my last mail I confused a few message types. However, I think I know why
this bug occurs. Apparently windows silently ignores nullpointer callbacks
passed to SendMessageCallback (although it does deliver the message).
Fabian
hiho
what i ever wondered but never dared to ask:
i tried recently the said key with jagged alliance 2. as the game has
quite a low resolution 640 or 800 it would be nice to allow higher
resolutions when rendering ddraw with opengl (e.g. game wants 800 but
for the final rendering use 1600). is th
Francois Gouget wrote:
> Israel Standard Time
At least with this one I can help. Feel free to use the data under LGPL:
http://lingnu.com/support.html#timezone
Which is not to say that I know what to do about it. :-)
Shachar
Hi
Dean Kuslar has patched keyboard.c so that the numeric keypad now works
in both World of Warcraft and Warcraft. If anybody is currently doing
any development or bug fixing to other games and the numeric keypad
doesn't work on the game your working on, we would be interested in
hearing if t
On Mon, Feb 05, 2007 at 10:29:23PM +0100, Felix Nawothnig wrote:
> Marcus Meissner wrote:
> >- if(nRelPos>=0) { /* if this or preceding row */
> >+ if(nRelPos<=0) { /* if this or preceding row */
> > while(nRelPos<=0) {
>
> Shouldn't that become a "do { ... } while()" then?
No, since there
Hi,
there is a "CALL FOR PROJECTS" for Linuxtag 2007 in Germany/Berlin from May
30 to June 2.
Is anybody interested in participating in a Wine booth? More information (in
german) is here:
http://www.linuxtag.org/2007/de/community/projects/cfpro/call-for-projects.html
Projects should be regis
22 matches
Mail list logo