Re: Question about implementing application compatibility

2013-08-12 Thread Vincent Povirk
> This is awfully overcomplicated (plus I do not know how to make such a > "global" variable in wine) so I was wondering is it OK to implement this > differently than windows does it. If the implementation does not have to be the same to preserve compatibility, then you should ignore those details

Question about implementing application compatibility

2013-08-11 Thread Mislav Blazevic
For past two weeks I've been implementing apphelp.dll. I got that one working and moved onto kernel32 part of magic. According to various papers and blogs it seems that windows logs all exes and dlls ever executed in registry[1] and uses it as cache to lookup if binary needs to be shimmed or patche

Re: winetestbot question

2013-08-08 Thread Francois Gouget
On Wed, 7 Aug 2013, Stefan Leichter wrote: > Hello, > > i like to know why the WXPX64 VM of winetestbot does not have the 32 bit vc > runtime 2008. The other 64 bit VMs have the runtime installed. That VM is Windows XP SP1 and apparently that runtime only gets installed with SP3. The real pro

winetestbot question

2013-08-07 Thread Stefan Leichter
Hello, i like to know why the WXPX64 VM of winetestbot does not have the 32 bit vc runtime 2008. The other 64 bit VMs have the runtime installed. Because of the missing runtime each patch for the unit tests of the dlls msvcr90 and msvcp90 is marked as "Failed" at http://source.winehq.org/patche

Re: Question about legal requirement on gsoc page

2013-05-22 Thread Christian Costa
2013/5/22 Stefan Dösinger > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am 2013-05-22 10:59, schrieb Christian Costa: > > *"You are not allowed to analyze Windows files with the trace > > functions of Wine" > E.g. when you are working on Wine's d3dx9 implementation, you > shouldn't use na

Re: Question about legal requirement on gsoc page

2013-05-22 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 2013-05-22 10:59, schrieb Christian Costa: > *"You are not allowed to analyze Windows files with the trace > functions of Wine" E.g. when you are working on Wine's d3dx9 implementation, you shouldn't use native d3dx9.dll and create a +d3d9 log to se

Question about legal requirement on gsoc page

2013-05-22 Thread Christian Costa
*Hi, * *I read on the GSoC page this: * *"You are not allowed to analyze Windows files with the trace functions of Wine" * *What does that mean? * *Thanks * *Christian *

Question on debugging wineboot..

2012-11-11 Thread Roger Cruz
What is the proper way to debug wineboot and services.exe in order to find out what is causing the error outputted by wineserver below? err:wineboot:start_services_process Couldn't start services.exe: error 1359 wine: failed to update /winearm/winehome with /winearm/bin/../share/wine/wine.inf:

re: Question from new developer

2012-09-23 Thread Dan Kegel
Chris wrote: > 1. I discovered later that I don't think this is the root of my > original bug - and in fact doesn't seem to affect behavior of my > program. Is it still worth submitting? Generally, fixes are more likely to get committed when they don't break anything (did you run all the conforma

Re: Question from new developer

2012-09-23 Thread Bruno Jesus
On Fri, Sep 21, 2012 at 8:41 PM, Chris Teague wrote: > I submitted bug 31753 for an application that I use, and started > making an attempt to fix it. I started with the last few messages > from the log: > > fixme:win:LockWindowUpdate (0x501c4), partial stub! > fixme:win:LockWindowUpdate ((nil)),

Question from new developer

2012-09-23 Thread Chris Teague
I submitted bug 31753 for an application that I use, and started making an attempt to fix it. I started with the last few messages from the log: fixme:win:LockWindowUpdate (0x501c4), partial stub! fixme:win:LockWindowUpdate ((nil)), partial stub! wine: Unhandled page fault on read access to 0x000

Re: Question about some Linux integration

2012-08-25 Thread Oleg Yarigin
25.08.2012 14:42, GOUJON Alexandre пишет: I can't help you about the other points but as every project, answers you are looking for lies in the source code. See http://source.winehq.org/ident?i=wine_server_call for instance. I searched through the source with Notepad++, but I found nothing, so I

Re: Question about some Linux integration

2012-08-25 Thread GOUJON Alexandre
On 08/25/2012 12:28 PM, Oleg Yarigin wrote: And an off-top question: where is wine_server_call realisation defined? I can't help you about the other points but as every project, answers you are looking for lies in the source code. See http://source.winehq.org/ident?i=wine_server_cal

Question about some Linux integration

2012-08-25 Thread Oleg Yarigin
an off-top question: where is wine_server_call realisation defined? --- Oleg

Re: A copyright question to wine developpers

2012-07-26 Thread Christophe-Marie Duquesne
On Mon, Jun 11, 2012 at 11:04 AM, Edward Savage wrote: > http://tech.slashdot.org/story/12/05/31/237208/judge-rules-apis-can-not-be-copyrighted > > Have you considered talking to your local version of the EFF? > > Edward > Thank you for your kind advice, and for the link you provided. I'll consid

Re: A copyright question to wine developpers

2012-06-11 Thread Christophe-Marie Duquesne
On Mon, Jun 11, 2012 at 5:33 PM, Roderick Colenbrander wrote: > Have a look at what Google does for the Linux headers in Android. They > essentially process them with a script and remove comments, inline > functions and other stuff. There have been various articles about it. > Look at the argument

Re: A copyright question to wine developpers

2012-06-11 Thread Roderick Colenbrander
On Mon, Jun 11, 2012 at 6:50 AM, Christophe-Marie Duquesne wrote: > On Mon, Jun 11, 2012 at 3:09 PM, Ricardo Filipe > wrote: >> yeah, what happens is the header is reimplemented, not simply >> copy-pasted from Windows. >> Even if the API is not copyrighted, the header contents still are. >> > > W

Re: A copyright question to wine developpers

2012-06-11 Thread Christophe-Marie Duquesne
On Mon, Jun 11, 2012 at 3:09 PM, Ricardo Filipe wrote: > yeah, what happens is the header is reimplemented, not simply > copy-pasted from Windows. > Even if the API is not copyrighted, the header contents still are. > Well if you rewrite a header such that it is 100% compatible with an API (which

Re: A copyright question to wine developpers

2012-06-11 Thread Ricardo Filipe
2012/6/11 Michael Stefaniuc : > Hello! > > On 06/11/2012 10:54 AM, Christophe-Marie Duquesne wrote: >> To my understanding, wine is a reimplementation of the MS system. As >> far as I understand, you take MS public headers and reimplement their >> functions. If that is how it works, then how do you

Re: A copyright question to wine developpers

2012-06-11 Thread Michael Stefaniuc
Hello! On 06/11/2012 10:54 AM, Christophe-Marie Duquesne wrote: > To my understanding, wine is a reimplementation of the MS system. As > far as I understand, you take MS public headers and reimplement their > functions. If that is how it works, then how do you deal with > copyright? The MS headers

Re: A copyright question to wine developpers

2012-06-11 Thread Edward Savage
On Mon, Jun 11, 2012 at 6:54 PM, Christophe-Marie Duquesne wrote: > Hi, > > To my understanding, wine is a reimplementation of the MS system. As > far as I understand, you take MS public headers and reimplement their > functions. If that is how it works, then how do you deal with > copyright? The

A copyright question to wine developpers

2012-06-11 Thread Christophe-Marie Duquesne
Hi, To my understanding, wine is a reimplementation of the MS system. As far as I understand, you take MS public headers and reimplement their functions. If that is how it works, then how do you deal with copyright? The MS headers certainly come with a copyright clause: how is it possible to redis

Re: A question about Wine's mshtml implementation vs. crashing app

2012-03-14 Thread Alexey Loukianov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 14.03.2012 13:50, Jacek Caban wrote: >> What I've got here is an app that crashes unless I install IE6 or IE7 >> (i.e. - native mshtml implementation) using winetricks. So, what should I >> do (what data to collect, what test to run) prior to firing u

Re: A question about Wine's mshtml implementation vs. crashing app

2012-03-14 Thread Jacek Caban
Hi Alexey, On 03/13/12 20:59, Alexey Loukianov wrote: > Good day to all, > > I've got a question, which is most probably should be addressed to Jacek > Caban, concerning the proper way to debug and report about the > problems with > wine-gecko/mshtml implementation. >

Re: A question about Wine's mshtml implementation vs. crashing app

2012-03-13 Thread Austin English
On Tue, Mar 13, 2012 at 14:59, Alexey Loukianov wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Good day to all, > > I've got a question, which is most probably should be addressed to Jacek > Caban, concerning the proper way to debug and report about the

A question about Wine's mshtml implementation vs. crashing app

2012-03-13 Thread Alexey Loukianov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Good day to all, I've got a question, which is most probably should be addressed to Jacek Caban, concerning the proper way to debug and report about the problems with wine-gecko/mshtml implementation. What I've got here is an app that cras

Question about messages and the windows these need.

2011-11-21 Thread Joerg-Cyril . Hoehle
Hi, Alexandre Julliard wrote in http://www.winehq.org/pipermail/wine-devel/2011-July/090969.html >If you are going to wait for a reply it would be better to create a >HWND_MESSAGE window and do a SendMessage to it, then you get all the >synchronization for free. MMSYSTEM_MidiStream_Player needs a

Re: DLLCanUnloadNow Question

2011-10-07 Thread Paul Chitescu
On Friday 07 October 2011 11:50:17 am Alistair Leslie-Hughes wrote: > Hi, > > The Following sample code causes a crash under WINE, but not in windows. > > IUnknown *p > > LoadLibrary("mscoree.dll") > GetProcAddress("CreateDebuggingInterfaceFromVersion") > CreateDebuggingInterfaceFromVersion(..., (v

DLLCanUnloadNow Question

2011-10-07 Thread Alistair Leslie-Hughes
Hi, The Following sample code causes a crash under WINE, but not in windows. IUnknown *p LoadLibrary("mscoree.dll") GetProcAddress("CreateDebuggingInterfaceFromVersion") CreateDebuggingInterfaceFromVersion(..., (void**)&p) <-- Com Reference FreeLibrary("mscoree.dll") p->QueryInterface();

Re: [Question] Built-in indeo drivers

2011-10-05 Thread Henri Verbeet
On 5 October 2011 17:14, Maxim wrote: > I volunteer myself to create an open-source bult-in replacement for > indeo v3,4 and 5 based on my patches for ffmpeg. The code will be > reworked in order to remove ffmpeg/libav library dependencies. > Only decoding will be implemented. Encoding would requi

[Question] Built-in indeo drivers

2011-10-05 Thread Joerg-Cyril . Hoehle
Maxim Poliakovski wrote: >I volunteer myself to create an open-source Go ahead! Some apps still crash in Wine because their installers don't install them, and not every user is able to figure out from the fixme messages what's missing. OSS is not enough, your license must be compatible with Wine'

[Question] Built-in indeo drivers

2011-10-05 Thread Maxim
Hi crews, I want to propose a solution for the well-known problem with Indeo codecs. Details here: http://www.ligos.com/index.php/home/support/indeosupport/ There is a bunch of (old) games still using indeo in their cut scenes. For that reason the installation of the Intel DLLs is required. Unfor

Re: Quick Question

2011-09-26 Thread Ben Peddell
On 26/09/2011 3:07 PM, Peter Wilson wrote: > Hi, > > Quick question, might be silly, but is there a version of Wine that can be > installed on windows or linux to create apps for Mac? > > I just want to keep my mac clean and try run things in a dev environment, and > apple

Quick Question

2011-09-26 Thread Peter Wilson
Hi, Quick question, might be silly, but is there a version of Wine that can be installed on windows or linux to create apps for Mac? I just want to keep my mac clean and try run things in a dev environment, and apple are always so polite to make visualization a pain… Thank you very much for

Question about the fSources argument to SHChangeNotifyRegister

2011-05-23 Thread Jay Yang
Hi, Could someone who understands the fSources argument to SHChangeNotifyRegister explain it to me? MSDN says it can take some combination of SHCNRF_InterruptLevel, SHCNRF_ShellLevel, SHCNRF_RecursiveInterrupt, and SHCNRF_NewDelivery. I've looked at the source and it seems that the only one w

Re: Question about ddraw implemtation

2011-05-13 Thread Ralph Little
Hi, On 11-05-13 10:15 AM, Henri Verbeet wrote: On 13 May 2011 19:03, Ralph Little wrote: trace:ddraw:CreateSurface DDSURF dwFlags(124) Is that correct? It doesn't have DDSD_PIXELFORMAT set. No scrap that last message, my original trace was incorrect. A typo meant I was outputting the s

Re: Question about ddraw implemtation

2011-05-13 Thread Ralph Little
Hi, On 13 May 2011 19:03, Ralph Little wrote: trace:ddraw:CreateSurface DDSURF dwFlags(124) Is that correct? It doesn't have DDSD_PIXELFORMAT set. Wait, you're right. I misread what the code was doing. /* No pixelformat given? Use the current screen format */ if(!(desc2.dwFlags

Re: Question about ddraw implemtation

2011-05-13 Thread Henri Verbeet
On 13 May 2011 19:03, Ralph Little wrote: > trace:ddraw:CreateSurface DDSURF dwFlags(124) Is that correct? It doesn't have DDSD_PIXELFORMAT set.

Re: Question about ddraw implemtation

2011-05-13 Thread Ralph Little
Hi, On 11-05-13 03:33 AM, Stefan Dösinger wrote: On Friday 13 May 2011 01:36:09 Ralph Little wrote: Hi, Further to my last post, I can confirm that the pixelformat structure is completely empty. A quick dump of the DDPIXELFORMAT structure shows that: Can you show us the entire DDSURFACEDESC2 s

Re: Question about ddraw implemtation

2011-05-13 Thread Stefan Dösinger
On Friday 13 May 2011 01:36:09 Ralph Little wrote: > Hi, > Further to my last post, I can confirm that the pixelformat structure is > completely empty. > A quick dump of the DDPIXELFORMAT structure shows that: Can you show us the entire DDSURFACEDESC2 structure? > b) DDPIXELFORMAT is properly fill

Re: Question about ddraw implemtation

2011-05-12 Thread Ralph Little
Hi, Further to my last post, I can confirm that the pixelformat structure is completely empty. A quick dump of the DDPIXELFORMAT structure shows that: = trace:ddraw:PixelFormat_DD2WineD3D =dwSize = 32, sizeof(32) trace:ddraw:PixelFormat_DD2WineD3D ===

Question about ddraw implemtation

2011-05-12 Thread Ralph Little
Hi, I have been looking into bug #9672 regarding a crash on startup of The Sims. Tracing through what is happening, the problem seems to be manifesting in the DirectDraw implementation. The Sims calls CreateSurface() with DDSD->dwFlags & DDSD_PIXELFORMAT set to state that a pixformat is speci

Re: Question on Conformance Test

2011-04-27 Thread Stefan Dösinger
On Wednesday 27 April 2011 18:05:59 Austin English wrote: > Normal practice is to try to match the XP+ behavior, and mark NT as > broken if it differs. In d3d we prefer results that some applications depend on. E.g. Windows XP has pretty relaxed or no error checking on IDirect3DVertexBuffer9::Lock

Re: Question on Conformance Test

2011-04-27 Thread Austin English
On Tue, Apr 26, 2011 at 22:50, James McKenzie wrote: > All: > > I am writing a conformance test for the richedit function EM_FINDWORDBREAK. >  I realize that WindowsNT 4.0 is our base configuration and most of the > values process the same.  However, a couple of values process differently > for Wi

Question on Conformance Test

2011-04-27 Thread Joerg-Cyril.Hoehle
Hi, James McKenzie wrote: >I realize that WindowsNT 4.0 is our base configuration IMHO that doesn't matter. Winecfg's default changed from w95 to w2k to xp while I was looking. >What would be the BEST method of annotating this: >ok ( GetLastError() == WINXP_ERROR || GetLastError() == WINNT40_ER

Question on Conformance Test

2011-04-26 Thread James McKenzie
All: I am writing a conformance test for the richedit function EM_FINDWORDBREAK. I realize that WindowsNT 4.0 is our base configuration and most of the values process the same. However, a couple of values process differently for Windows NT 4.0/Windows2000, WindowsXP/Windows2003 and Windows

GSoC questions (Re: Question)

2011-03-22 Thread Hin-Tak Leung
Sanket Patel wrote: How Teams Are Formed in Google Summer Of Code For Any Project. Is It Formed By Organization Or Google ? First, it would be good etiquette to post to mailing lists with sensible and specific subject fields, rather than generic like your past few posts. Many people only read

Re: Question

2011-03-22 Thread Andrew Green
There are no teams in gsoc. Each person has to work individually on the project they choose. How it works is that the organisation pick projects it approves of. Then these projects are sent to google. Google takes into account various factors to decide how many projects get selected. On Mar 23, 2

Question

2011-03-22 Thread Sanket Patel
How Teams Are Formed in Google Summer Of Code For Any Project. Is It Formed By Organization Or Google ? -- " Live 2 Love and Love 2 Live "

USB architecture: driver loading question

2011-01-23 Thread Damjan Jovanovic
Hi There's essentially 2 ways USB could work in Wine[1]: 1. Process per driver, but special-case loading and initializing USBD.SYS Like my previous patchset: http://www.winehq.org/pipermail/wine-patches/2010-November/095883.html http://www.winehq.org/pipermail/wine-patches/2010-November/095884.ht

Question on yHeight values for CHARFORMAT2A/CHARFORMAT2W

2011-01-02 Thread James McKenzie
All: It is interesting that I am getting NEGATIVE values for this. I've ran this against the testbot and received 195 as the value for the System font in WindowsXP/WindowsVista/Windows7 but when I run this against Wine installed on a Mac, I get -240. Is this expected behavior or should I fi

Quick Question About GDI

2010-11-02 Thread Aaron Tyler
Hello, I was searching online to find more info about GDI and I came across your information. Can you tell me, are you still involved with GDI? If you are, how are things going for you? Please let me know. Sincerely, Aaron Tyler

Re: Question on use of TextMetricsW

2010-10-03 Thread James McKenzie
On 10/3/10 11:55 AM, Paul Vriens wrote: On 10/03/2010 08:44 PM, James McKenzie wrote: All: I am running code like the following in a richedit control to set the font to Courier 12 point font: + static const WCHAR courier[] = {'C','o','u','r','i','e','r',0}; + testFont1 = CreateFontW (12,0,0,

Re: Question on use of TextMetricsW

2010-10-03 Thread James McKenzie
On 10/3/10 11:55 AM, Paul Vriens wrote: On 10/03/2010 08:44 PM, James McKenzie wrote: All: I am running code like the following in a richedit control to set the font to Courier 12 point font: + static const WCHAR courier[] = {'C','o','u','r','i','e','r',0}; + testFont1 = CreateFontW (12,0,0,

Re: Question on use of TextMetricsW

2010-10-03 Thread Paul Vriens
On 10/03/2010 08:44 PM, James McKenzie wrote: All: I am running code like the following in a richedit control to set the font to Courier 12 point font: + static const WCHAR courier[] = {'C','o','u','r','i','e','r',0}; + testFont1 = CreateFontW (12,0,0,0,FW_LIGHT, 0, 0, 0, ANSI_CHARSET, + OUT_D

Question on use of TextMetricsW

2010-10-03 Thread James McKenzie
All: I am running code like the following in a richedit control to set the font to Courier 12 point font: +static const WCHAR courier[] = {'C','o','u','r','i','e','r',0}; +testFont1 = CreateFontW (12,0,0,0,FW_LIGHT, 0, 0, 0, ANSI_CHARSET, +OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRE

Re: Quick legal question... teapot related

2010-07-20 Thread David Gerard
On 20 July 2010 20:20, Avery Pennarun wrote: > On Tue, Jul 20, 2010 at 10:35 AM, David Gerard wrote: >> On 20 July 2010 14:52, Dan McDonald wrote: >>> On 07/20/2010 06:44 AM, Misha Koshelev wrote: If I take a publicly available teaset: http://www.sjbaker.org/teapot/teaset.tgz And

Re: Quick legal question... teapot related

2010-07-20 Thread Avery Pennarun
On Tue, Jul 20, 2010 at 10:35 AM, David Gerard wrote: > On 20 July 2010 14:52, Dan McDonald wrote: >> On 07/20/2010 06:44 AM, Misha Koshelev wrote: >>> If I take a publicly available teaset: >>> http://www.sjbaker.org/teapot/teaset.tgz >>> And run it through a Microsoft function: >>> http://msdn.

Re: Quick legal question... teapot related

2010-07-20 Thread David Gerard
On 20 July 2010 14:52, Dan McDonald wrote: > On 07/20/2010 06:44 AM, Misha Koshelev wrote: >> If I take a publicly available teaset: >> http://www.sjbaker.org/teapot/teaset.tgz >> And run it through a Microsoft function: >> http://msdn.microsoft.com/en-us/library/bb205470%28v=VS.85%29.aspx >> D3D

Re: Quick legal question... teapot related

2010-07-20 Thread Dan McDonald
On 07/20/2010 06:44 AM, Misha Koshelev wrote: > If I take a publicly available teaset: > http://www.sjbaker.org/teapot/teaset.tgz > > And run it through a Microsoft function: > http://msdn.microsoft.com/en-us/library/bb205470%28v=VS.85%29.aspx > D3DXTesselateRectPatch for example > > And then cop

Quick legal question... teapot related

2010-07-20 Thread Misha Koshelev
If I take a publicly available teaset: http://www.sjbaker.org/teapot/teaset.tgz And run it through a Microsoft function: http://msdn.microsoft.com/en-us/library/bb205470%28v=VS.85%29.aspx D3DXTesselateRectPatch for example And then copy the vertex buffer and index buffer and save them... Do I ha

Re: Quick license question for teapot

2010-07-19 Thread Austin English
On Mon, Jul 19, 2010 at 1:33 PM, Misha Koshelev wrote: > Dear All: > > Sorry to bother - apparently Owen Rudge has done quite a bit of basic > texture work, so I will await his patches to start my texture work. > > As for teapot, Henri recommends looking at freeglut. I know wine is: > http://www.w

Re: Quick license question for teapot

2010-07-19 Thread Misha Koshelev
't know the definite answer to your real question though, and I'll > abstain from spreading suspicions :-) > Sorry sorry. I will be more careful when composing these emails. And sorry Henri you are right you did say freeglut is safer. Ok I will stick to the original Newell dataset for the moment. Misha

Re: Quick license question for teapot

2010-07-19 Thread Stefan Dösinger
Am 19.07.2010 um 20:33 schrieb Misha Koshelev: > As for teapot, Henri recommends looking at freeglut. I know wine is: > http://www.winehq.org/license > GPL 2.1 Actually, it is LGPL 2.1. I don't know the definite answer to your real question though, and I'll abstain from spreading suspicions :-)

Re: Quick license question for teapot

2010-07-19 Thread Henri Verbeet
On 19 July 2010 20:33, Misha Koshelev wrote: > As for teapot, Henri recommends looking at freeglut. I know wine is: > http://www.winehq.org/license > GPL 2.1 > Well, Wine is LGPL 2.1 or later. I didn't say you *should* look at freeglut, just that freeglut is probably safer to look at than GLUT. (A

Quick license question for teapot

2010-07-19 Thread Misha Koshelev
Dear All: Sorry to bother - apparently Owen Rudge has done quite a bit of basic texture work, so I will await his patches to start my texture work. As for teapot, Henri recommends looking at freeglut. I know wine is: http://www.winehq.org/license GPL 2.1 Freeglut is "freeglut is released under t

Re: sorry one more question: assert statements in tests

2010-07-10 Thread Misha Koshelev
Just for thoroughness and clarity... I would like to put BOTH a skip that outputs that test was skipped and assert that then keeps any further damage being done. This is in the case of maxUlps. Any objections? Thanks Misha > > On Jul 10, 2010 12:11 PM, "Reece Dunn" wrote: > > On 10 July 2010 1

Re: sorry one more question: assert statements in tests

2010-07-10 Thread Misha Koshelev
Thank you for the explanation. maxUlps is in fact a constant. Although the asserts in my previous question re incremental patches were also only applicable due to programmer error. However, I think in that case a skip is much more appropriate if nothing else because it is immediately clear the

Re: sorry one more question: assert statements in tests

2010-07-10 Thread Reece Dunn
On 10 July 2010 17:40, Misha Koshelev wrote: > On Sat, 2010-07-10 at 07:40 +0100, Reece Dunn wrote: >> On 10 July 2010 03:40, Misha Koshelev wrote: > Ok that makes sense. > > What about in the case of something like this: > > /* > http://www.cygnus-software.com/papers/comparingfloats/comparingflo

Re: sorry one more question: assert statements in tests

2010-07-10 Thread Misha Koshelev
On Sat, 2010-07-10 at 07:40 +0100, Reece Dunn wrote: > On 10 July 2010 03:40, Misha Koshelev wrote: > > I am implementing my tests as follows: > > > > * patch 1: general test for a D3DX function (D3DXCreateBox for example, > > testing specific vertices and indices for _specific_ dimensions). > > *

Re: sorry one more question: assert statements in tests

2010-07-09 Thread Reece Dunn
On 10 July 2010 03:40, Misha Koshelev wrote: > I am implementing my tests as follows: > > * patch 1: general test for a D3DX function (D3DXCreateBox for example, > testing specific vertices and indices for _specific_ dimensions). > * patch 2: separate into function that works with arbitrary dimens

sorry one more question: assert statements in tests

2010-07-09 Thread Misha Koshelev
I am implementing my tests as follows: * patch 1: general test for a D3DX function (D3DXCreateBox for example, testing specific vertices and indices for _specific_ dimensions). * patch 2: separate into function that works with arbitrary dimensions for the box, etc. I restrict to the dimensions fro

Re: one more legal/protocol question

2010-07-06 Thread Misha Koshelev
On Tue, 2010-07-06 at 19:08 -0700, Juan Lang wrote: > > My question: > > Can I simply > > 1) look at the relevant DirectX 9 Microsoft .h files and add the > > constants (rewriting of course not copy paste) from there? > > I believe you can. > > > 2) do

Re: one more legal/protocol question

2010-07-06 Thread Juan Lang
> My question: > Can I simply > 1) look at the relevant DirectX 9 Microsoft .h files and add the > constants (rewriting of course not copy paste) from there? I believe you can. > 2) do I have to do something more complicated? No, I don't think so. There are legal precede

Re: one more legal/protocol question

2010-07-06 Thread James McKenzie
grep D3DXMESH_32BIT {} \; does not return any results. I would like to add these constants. My question: Can I simply 1) look at the relevant DirectX 9 Microsoft .h files and add the constants (rewriting of course not copy paste) from there? This should come from the PSDK (that is the

one more legal/protocol question

2010-07-06 Thread Misha Koshelev
{} \; does not return any results. I would like to add these constants. My question: Can I simply 1) look at the relevant DirectX 9 Microsoft .h files and add the constants (rewriting of course not copy paste) from there? or 2) do I have to do something more complicated? Thank you Misha

Re: ok sorry dumb question... running make test with native DLLs

2010-07-06 Thread Misha Koshelev
On Wed, 2010-07-07 at 00:17 +0200, Matteo Bruni wrote: > 2010/7/6 Misha Koshelev : > > Oops good thing I did not yet figure out how to use a native d3dx9_36 then > > so no compromise of my ability to contribute. > > > > Just to clarify then... I may NOT use wine to monitor calls within a native > >

Re: ok sorry dumb question... running make test with native DLLs

2010-07-06 Thread Matteo Bruni
2010/7/6 Misha Koshelev : > Oops good thing I did not yet figure out how to use a native d3dx9_36 then > so no compromise of my ability to contribute. > > Just to clarify then... I may NOT use wine to monitor calls within a native > DLL? Specifically, I may not determine what parameters one native

Re: ok sorry dumb question... running make test with native DLLs

2010-07-06 Thread Misha Koshelev
Oops good thing I did not yet figure out how to use a native d3dx9_36 then so no compromise of my ability to contribute. Just to clarify then... I may NOT use wine to monitor calls within a native DLL? Specifically, I may not determine what parameters one native function passes to another? Thank

Re: ok sorry dumb question... running make test with native DLLs

2010-07-06 Thread Austin English
On Tue, Jul 6, 2010 at 3:39 PM, Austin English wrote: > On Tue, Jul 6, 2010 at 3:29 PM, Misha Koshelev wrote: >> I am now trying to debug the exact parameters D3DXCreateBox uses in its >> call to D3DXCreateMesh to create its mesh. >> >> I would like to run make test with a native DLL. >> >> I hav

Re: ok sorry dumb question... running make test with native DLLs

2010-07-06 Thread Austin English
On Tue, Jul 6, 2010 at 3:29 PM, Misha Koshelev wrote: > I am now trying to debug the exact parameters D3DXCreateBox uses in its > call to D3DXCreateMesh to create its mesh. > > I would like to run make test with a native DLL. > > I have tried both: > * using winecfg to set native overrides > * WIN

ok sorry dumb question... running make test with native DLLs

2010-07-06 Thread Misha Koshelev
I am now trying to debug the exact parameters D3DXCreateBox uses in its call to D3DXCreateMesh to create its mesh. I would like to run make test with a native DLL. I have tried both: * using winecfg to set native overrides * WINEDLLOVERRIDES="d3dx9_36=n" make test but neither seems to do the tri

Re: Question about video capture and rendering and encoding in wine

2010-06-23 Thread shenyue
Hi Maarten, Thanks for reply so soon. Details reply below. - Original Message - From: "Maarten Lankhorst" To: "shenyue" Cc: Sent: Wednesday, June 23, 2010 10:50 PM Subject: Re: Question about video capture and rendering and encoding in wine Hello, I only

Re: Question about video capture and rendering and encoding in wine

2010-06-23 Thread Maarten Lankhorst
Hello, 2010/6/23 shenyue : > Hi everyone, > > Previously I post this question on wine-user forum, seems nobody > answered/interested, so I post it here. Hope somebody give me > a hand :) > > I have some questions about wine video capture andrendering. > > I'm a n

Question about video capture and rendering and encoding in wine

2010-06-23 Thread shenyue
Hi everyone, Previously I post this question on wine-user forum, seems nobody answered/interested, so I post it here. Hope somebody give me a hand :) I have some questions about wine video capture andrendering. I'm a newbie to wine, and am working on QQ or any other messengers in win

Re: kernel32 translation question

2010-06-19 Thread Frédéric Delanoy
On Fri, Jun 18, 2010 at 21:15, Luca Bennati wrote: > I found out why it didn't build: a numeric code in the first lines was in a > wrong format. > But now i need help to know what exactly i need to put there, because i > don't know anymore. > The lines are these (example got from french file): >

Re: kernel32 translation question

2010-06-19 Thread Michael Stefaniuc
On 06/18/2010 09:15 PM, Luca Bennati wrote: I found out why it didn't build: a numeric code in the first lines was in a wrong format. But now i need help to know what exactly i need to put there, because i don't know anymore. The lines are these (example got from french file): LanguageNames=(FRA

kernel32 translation question

2010-06-18 Thread Luca Bennati
I found out why it didn't build: a numeric code in the first lines was in a wrong format. But now i need help to know what exactly i need to put there, because i don't know anymore. The lines are these (example got from french file): LanguageNames=(FRA=0x0c:winerr) CodePages=(FRA=65001:0) The pro

Re: msvidc32/msvideo1 question: upside down buffers?

2010-04-06 Thread Maarten Lankhorst
Hi Joerg, On 06-04-10 17:47, joerg-cyril.hoe...@t-systems.com wrote: does anybody know why msvideo_decode_8bit(), when imported from the FFmpeg project in 2004, was changed such that the pixels[] array became filled upside down? See how #ifdef ORIGINAL, which shows the original FFmpeg code,

msvidc32/msvideo1 question: upside down buffers?

2010-04-06 Thread Joerg-Cyril.Hoehle
Hi, does anybody know why msvideo_decode_8bit(), when imported from the FFmpeg project in 2004, was changed such that the pixels[] array became filled upside down? See how #ifdef ORIGINAL, which shows the original FFmpeg code, differs from the #else branch in msvideo1.c Do buffers in Wine wo

Re: [PATCH 6/6] Due to code rewrites is_color_fixup_supported is not needed anymore in RealizePalette. The code in question should be executed in all cases. This also fixes palette refresh issues wh

2010-04-05 Thread Roderick Colenbrander
On Mon, Apr 5, 2010 at 9:52 PM, Stefan Dösinger wrote: > > Am 05.04.2010 um 20:05 schrieb Roderick Colenbrander: >> -        IWineD3DDeviceImpl *device = This->resource.device; >> -        if((This->resource.usage & WINED3DUSAGE_RENDERTARGET) && >> -             >> device->blitter->color_fixup_sup

Re: [PATCH 6/6] Due to code rewrites is_color_fixup_supported is not needed anymore in RealizePalette. The code in question should be executed in all cases. This also fixes palette refresh issues when

2010-04-05 Thread Stefan Dösinger
Am 05.04.2010 um 20:05 schrieb Roderick Colenbrander: > -IWineD3DDeviceImpl *device = This->resource.device; > -if((This->resource.usage & WINED3DUSAGE_RENDERTARGET) && > - > device->blitter->color_fixup_supported(&device->adapter->gl_info, > This->resource.format_desc

Re: PeekMsg/MsgWaitForMultipleObjects question

2010-02-24 Thread Joerg-Cyril.Hoehle
Hi, Alexandre wrote: >Message waiting functions only return for new input. You need to make >sure the queue is empty before waiting. Actually, now that I believe I understand the issue, I'd rephrase it differently: The queue need not be empty (a message might have arrived 1 microsecond before the

Re: PeekMsg/MsgWaitForMultipleObjects question

2010-02-23 Thread Alexandre Julliard
writes: > hopefully somebody familiar with messaging can immediately spot what's wrong > with the code below. > > The winmm/midi tests currently in git, using PeekMsg, show that the messages > (from CALLBACK_WINDOW) are almost always immediately available. > > Yet the code below, based on MsgWait

PeekMsg/MsgWaitForMultipleObjects question

2010-02-23 Thread Joerg-Cyril.Hoehle
Hi, hopefully somebody familiar with messaging can immediately spot what's wrong with the code below. The winmm/midi tests currently in git, using PeekMsg, show that the messages (from CALLBACK_WINDOW) are almost always immediately available. Yet the code below, based on MsgWaitFor... times out

Re: Quick multiple-patch submission question

2010-01-28 Thread Henri Verbeet
On 29 January 2010 00:28, Juan Lang wrote: >> When submitting multiple patches that apply to the same component but >> each patch is unrelated (ie. each one fixes a different issue), is it >> still appropriate to label the patches with the [PATCH X/Y] notation? >> In the case I have at hand the pa

Re: Quick multiple-patch submission question

2010-01-28 Thread Michael Stefaniuc
On 01/29/2010 12:26 AM, Erich Hoover wrote: When submitting multiple patches that apply to the same component but each patch is unrelated (ie. each one fixes a different issue), is it still appropriate to label the patches with the [PATCH X/Y] notation? In the case I have at hand the patches are

Re: Quick multiple-patch submission question

2010-01-28 Thread Juan Lang
> When submitting multiple patches that apply to the same component but > each patch is unrelated (ie. each one fixes a different issue), is it > still appropriate to label the patches with the [PATCH X/Y] notation? > In the case I have at hand the patches are even for different files of > the same

Quick multiple-patch submission question

2010-01-28 Thread Erich Hoover
When submitting multiple patches that apply to the same component but each patch is unrelated (ie. each one fixes a different issue), is it still appropriate to label the patches with the [PATCH X/Y] notation? In the case I have at hand the patches are even for different files of the same component

Re: Tests question.

2009-12-02 Thread Austin English
On Wed, Dec 2, 2009 at 11:43 AM, David Anderson wrote: > I am trying to get the tests to run before I submit a patch to > shdocvw/webbrowser.c.  My first attempts to get the tests to run. > > This morning I  did > cd /home/davea/winebld/wine > git fetch; git rebase origin         # make sure you'r

  1   2   3   4   5   6   7   8   9   10   >