"Vitaly Budovski" <[EMAIL PROTECTED]> wrote:
As I explained previously, this algorithm makes no assumptions about the
data that is being queried. Just because in this case (patch 3) we are
working with RGB colour data doesn't mean it is limited to only that. It
will work with *any* values, as
Hi!
I was trying to install the Joint Task Force game, which was packaged as
a bonus with my new graphics card. The game itself seems to install well
using the standard InstallShield, but then it tries to install a PhysX
driver/library, which is necessary to run it. The PhysX package is provided
Hi all,
I have a patch ready to go that fixes a problem with the media
switching code in msi. According to tests and msdn, the presence of a
required media (usually a CD or DVD) is confirmed using only the
volume name listed in the Media table of the msi file. The patch
simplifies the existing
I forgot to mention the inclusion of config.h and port.h should come
before other headers in your source.
Thanks
Steven
On 5/6/07, Christian Eggers <[EMAIL PROTECTED]> wrote:
Hello,
this wrapper dll permits access to chipcard readers which provides a ct-api
(CardTerminal
API).
--
Steven E
On 5/6/07, Christian Eggers <[EMAIL PROTECTED]> wrote:
Hello,
this wrapper dll permits access to chipcard readers which provides a ct-api
(CardTerminal
It looks really good. A couple of quick comments for future patches.
Please use a standard LGPL license header in your patch for the
header,
Dmitry Timoshkov wrote:
"Vitaly Budovski" <[EMAIL PROTECTED]> wrote:
Now that you got rid of sqrt calls usage of float numbers internally
doesn't look justified (to me) anymore.
Only because in this instance it is used with integer data. It
doesn't need to be limited to just integer values.
"Vitaly Budovski" <[EMAIL PROTECTED]> wrote:
Now that you got rid of sqrt calls usage of float numbers internally
doesn't look justified (to me) anymore.
Only because in this instance it is used with integer data. It doesn't
need to be limited to just integer values. Besides, what would be g
"James Hawkins" <[EMAIL PROTECTED]> wrote:
+text = MSI_RecordGetString( rec, 10 );
+if ( text )
+{
+begin = strchrW( text, '{' );
+end = strchrW( text, '}' );
Perhaps it would be cleaner to use
end = strchrW( begin, '}' );
--
Dmitry.
"Bernhard Rosenkraenzer" <[EMAIL PROTECTED]> wrote:
The attached patch fixes bug #1798 (also known as 6986, 4042, 2819, 2149, and
2926) -- some fullscreen applications not getting focus correctly.
As I already pointed out in the bug using window/screen width in comparisons
should allow to avoi
Hi!
Here in my University, we have original copies of educational version of
AutoCAD (I don't remember the versions).
I don't know the licence restrictions, but I can try autorization to share
exclusively to wine developers some AutoCAD license (then I can send you a
copy).
I'm talking from Bra
Dmitry Timoshkov wrote:
"Mikolaj Zalewski" <[EMAIL PROTECTED]> wrote:
+/* The validation is also done in explorer. However we must also
do it
+ * on the client size so that WM_COPYDATA doesn't crash the
application
+ */
+if (nid->cbSize != NOTIFYICONDATAW_V1_SIZE &&
+
On Fr, 2007-05-04 at 17:15 -0300, Alisson Gomes wrote:
> I do can recompile wine with change generic.ppd file?
Not needed.
> only change the generic.ppd?
"generic.ppd" is used "as is", but only, when CUPS did not provide a ppd
for your Printer and there was no ppd-override in the Registry.
htt
> just a dummy question... does the different fonts your tests refer to
> have all the glyphs required ? (or said differently, isn't this a font
> issue about the required glyphs for russian ?)
> A+
By default (in 866 OEM codepage) wine console renderer behaves just like
windows does, the differen
Hi,
Thanks Maarte for your comment. Please find attached the patch augmented
with some tests that illustrate what has been corrected.
Mounir IDRASSI
IDRIX - Cryptography and IT Security Experts
http://www.idrix.fr
Maarten Lankhorst wrote:
> I don't see any tests added in this patch so it is hard
Eric Pouech schrieb:
Markus Amsler a écrit :
No, performance is exactly the same as pool_heap :( .
even for memory consumption ???
Yes, it looks like HeapCreate has a default size of 64k.
I analyzed why your original insert_first version was slower and
memory hungrier then pool_heap. It turne
oi
From: Emmanuel Maillard <[EMAIL PROTECTED]>
Reply-To: wine-devel@winehq.org
To: [EMAIL PROTECTED]
Subject: Initial Mixer support on Mac OS X (2/7)
Date: Sun, 6 May 2007 11:53:48 +0200
Changelog :
- implement MIX_Open and MIX_GetNumDevs
<< 0002-implement-MIX_Open-and-MIX_GetNumDevs.pa
i dnt understand wot ur on abwt m8 im only 15 and plus im blonde so i hav no
idea?
From: "Steven Edwards" <[EMAIL PROTECTED]>
Reply-To: wine-devel@winehq.org
To: wine-devel@winehq.org
CC: [EMAIL PROTECTED]
Subject: Re: winmm: Use a pipe for timer
Date: Sat, 5 May 2007 16:59:26 -0400
Hi,
"Emmanuel Maillard" <[EMAIL PROTECTED]> wrote:
> Changelog :
> - inital Mixer support on Mac OS X
> - find all lines and initialize controls
Looking through it you seemed to have used OSS as base, which means some
of the comments on my earlier code also apply to your code:
- 64 bits safety (use DW
"Vitaly Budovski" <[EMAIL PROTECTED]> wrote:
Make use of the Triangle Inequality Nearest Neighbour algorithm to find the
nearest colour more efficiently than a simple linear search. The improvements
are most noticeable with a palette of 256 colours. Testing shows approximately
3-4x performance i
I noticed a FIXME cropping up in the logs when working on EQ2, related to
InternetCanonicalizeURL not fully parsing the flags that it is called with.
Looking a bit closer, it offloads the grunt work to UrlCanonicalize anyway,
and the missing flags seem to have analogs defined for UrlCanonicalize t
Markus Amsler a écrit :
Eric Pouech wrote:
Markus Amsler a écrit :
Eric Pouech wrote:
Markus Amsler a écrit :
I've played around with dbghelp performance. My test case was
breaking at an unknown symbol (break gaga) while WoW was loaded in
the debugger (wine winedbg WoW.exe). The time was han
Eric Pouech wrote:
Markus Amsler a écrit :
Eric Pouech wrote:
Markus Amsler a écrit :
I've played around with dbghelp performance. My test case was
breaking at an unknown symbol (break gaga) while WoW was loaded in
the debugger (wine winedbg WoW.exe). The time was hand stopped,
memory usage
"Emmanuel Maillard" <[EMAIL PROTECTED]> wrote:
Changelog :
- inital Mixer support on Mac OS X
- find all lines and initialize controls
Could you please while you are working on winecoreaudio.drv make all public
entry points (CoreAudio_widMessage, CoreAudio_wodMessage, CoreAudio_midMessage,
Cor
"Mikolaj Zalewski" <[EMAIL PROTECTED]> wrote:
+/* The validation is also done in explorer. However we must also do it
+ * on the client size so that WM_COPYDATA doesn't crash the application
+ */
+if (nid->cbSize != NOTIFYICONDATAW_V1_SIZE &&
+nid->cbSize != NOTIFYICONDAT
24 matches
Mail list logo