Re: Patch 1/2 - [scrrun] - Add initial support for Dictionary - try 2

2012-06-08 Thread Vijay Kiran Kamuju
On Fri, Jun 8, 2012 at 11:00 AM, Jacek Caban wrote: > Hi Vijay, > > On 06/08/12 03:15, Vijay Kiran Kamuju wrote: >> +    *ppvObject = NULL; >> +    if ( IsEqualGUID( riid, &IID_IDictionary ) || >> +         IsEqualGUID( riid, &IID_IPersist ) || >> +

Re: unable to compile wine from latest git

2011-10-04 Thread Vijay Kiran Kamuju
On Tue, Oct 4, 2011 at 3:52 AM, Austin English wrote: > On Mon, Oct 3, 2011 at 12:24, Vijay Kiran Kamuju wrote: >> Hi, >> >> This is on fedora 15. I have just downloaded the fresh git, and >> attempting the my first build on this system. > > Please bottom-pos

Re: unable to compile wine from latest git

2011-10-03 Thread Vijay Kiran Kamuju
, Vijay On Mon, Oct 3, 2011 at 8:17 PM, Austin English wrote: > On Mon, Oct 3, 2011 at 05:03, Vijay Kiran Kamuju wrote: >> Hi, >> >> I just downloaded the git and tried compile it. >> >> I just issued `make` command after doing `./configure` >> >> But

Re: unable to compile wine from latest git

2011-10-03 Thread Vijay Kiran Kamuju
On Mon, Oct 3, 2011 at 2:15 PM, Bruno Jesus <00cp...@gmail.com> wrote: > On Mon, Oct 3, 2011 at 09:03, Vijay Kiran Kamuju wrote: >> Hi, >> >> I just downloaded the git and tried compile it. >> >> I just issued `make` command after doing `./configure` >&g

unable to compile wine from latest git

2011-10-03 Thread Vijay Kiran Kamuju
Hi, I just downloaded the git and tried compile it. I just issued `make` command after doing `./configure` But it gave the below errors: make[1]: Leaving directory `/media/PENDRIVE/devel/repo/wine/tools/wrc' make[1]: Entering directory `/media/PENDRIVE/devel/repo/wine/include' make[1]: Nothing t

Re: [3/3] msxml3: Support creating IXMLParser Interface (try 2)

2011-09-07 Thread Vijay Kiran Kamuju
On Wed, Sep 7, 2011 at 2:13 PM, Alistair Leslie-Hughes wrote: > On 7/09/2011 9:43 PM, Nikolay Sivov wrote: > >> >> (not related to patch contents) >> >> First time I saw this on a list I thought - god dammit, another parser >> interface. But looking at methods list it's probably a first candidate

Re: Wine and serial port AGAIN

2010-12-18 Thread Vijay Kiran Kamuju
Hi All, Can anyone tell me how to get that into the mainline kernel ASAP. Or Anyone can send it on my behalf to lkml list to get it into main line Thanks, Vijay On Sat, Dec 18, 2010 at 2:20 AM, Pavel Troller wrote: > > On Fri, Dec 17, 2010 at 8:42 AM, Wolfram Sang > wrote: > > > > > > OT: > >

Re: Wine and serial port AGAIN

2010-12-17 Thread Vijay Kiran Kamuju
On Fri, Dec 17, 2010 at 8:42 AM, Wolfram Sang wrote: > > OT: > > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0bca1b913affbd7e2fdaffee62a499659a466eb5 > > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d281da7ff6f70efca0553c288bb883e

Re: Wine and serial port AGAIN

2010-12-17 Thread Vijay Kiran Kamuju
On Fri, Dec 17, 2010 at 7:28 AM, Wolfram Sang wrote: > > > It seems that the PL2303 driver doesn't implement TIOCGICOUNT > > > /usr/src/linux/usb/serial/pl2303.c > > > > Well, no, this ioctl gets handled by the tty-layer. Yes, the driver > > needs to define a get_icount-routine wh

Re: Wine and serial port AGAIN

2010-12-17 Thread Vijay Kiran Kamuju
On Fri, Dec 17, 2010 at 6:42 AM, Wolfram Sang wrote: > On 17/12/10 11:21, Uwe Bonnes wrote: > >> "Pavel" == Pavel Troller writes: > > > > Pavel> Hi! As a technician, I need often to use some form of serial > > Pavel> port communication. My recent experience is with a program > for

WebKit vs Gecko and Wine

2008-09-19 Thread Vijay Kiran Kamuju
Hi, I have a nice idea to discuss at wineconf this year. Is it possible to use webkit for mshtml and jscript implementations of wine? Have been hearing a lotta good reviews about performance of webkit and lotta other browsers adopting it. How much work would it be to support webkit as to provide a

Re: Problems Running Windows app

2008-09-01 Thread Vijay Kiran Kamuju
Hi, Please post this a bug in bugzilla. Also please post the detailed logs in the bug description. Please also provide a link and name of the software you are trying to run. Also try testing with the latest wine 1.1.3 Thanks, Vijay Fran Lebowitz - "Life is something to do when you can't get to

improvement to patchwatcher

2008-08-26 Thread Vijay Kiran Kamuju
Hi, Is it possible to add column to the patchwatcher, whether the patch has been rejected/accepted/pending into git. Also please skip the mail entries if they do have "Re:" in the subject and do not have any patch. Mark the corresponding patch to rejected/needs more work. Thanks, VJ -

Re: [advapi32] - Add stub for ConvertToAutoInheritPrivateObjectSecurity

2008-08-12 Thread Vijay Kiran Kamuju
On Mon, Aug 11, 2008 at 11:59 PM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote: > >> +BOOL WINAPI ConvertToAutoInheritPrivateObjectSecurity( >> +PSECURITY_DESCRIPTOR ParentDescriptor, >> +

Re: Patchwatcher online

2008-08-12 Thread Vijay Kiran Kamuju
>> Yes. I already changed the success message to make more sense, >> and added background colors of green and red for success and failure. > I dislike the implementation, while I like the idea. You now have: > > a:visited { color: #FF; } > .fail { background color: #ff5050; } > > At least on m

Re: Patchwatcher online

2008-08-11 Thread Vijay Kiran Kamuju
On Mon, Aug 11, 2008 at 11:02 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: >> Also add Yellow for ignored patches. > > Let me think on that a bit. Probably. > >> For ignored patches /i would like to add a second pass

Re: Patchwatcher online

2008-08-11 Thread Vijay Kiran Kamuju
On Mon, Aug 11, 2008 at 8:34 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: >> Ok I was expressing my concern as it took around 2-3hrs to see my >> patch in the patchwatcher. > > It's running on a 1GHz single core mac

Re: Patchwatcher online

2008-08-11 Thread Vijay Kiran Kamuju
On Mon, Aug 11, 2008 at 7:42 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > On Mon, Aug 11, 2008 at 4:31 PM, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: >> When running tests for the patch, I think we should just run the tests >> of the dlls that are affected direct;y o

Re: Patchwatcher online

2008-08-11 Thread Vijay Kiran Kamuju
Hi, I have one more concern. Its regarding running of tests. When running tests for the patch, I think we should just run the tests of the dlls that are affected direct;y or indirectly by that change. its running the tests for entire wine, which is very time consuming. What will happen if we have

Re: Concerning Bug 11509 (AES Provider Handling for Windows XP)

2008-05-10 Thread Vijay Kiran Kamuju
Hi, Modifying an existing key is not a good idea. Julliard, is also against it, hence rejected my second try. It will fail for 2003 and Vista. I am working on a fix. Having no time to test, my last days on my current project at work. Pretty busy :( Will send the new patch on monday. Thanks, VJ O

RE: [PATCH] winecfg => control panel applets patch

2008-04-10 Thread Vijay Kiran Kamuju
Hi, This is regarding the control panel applet patch you have submitted to wine-patches. I would like to have the applets should be part of wine's control program. They would be better be as files in the /programs/control/ And you should extend the existing control.exe and winecfg in wine to open

Re: [rsaenh] Fix AES Provider Handling for Windows XP (resend)

2008-03-07 Thread Vijay Kiran Kamuju
. Thanks, Vijay > 2008/2/8 Vijay Kiran Kamuju <[EMAIL PROTECTED]>: > > > > ChangeLog > > > > Fix the AES Provider Handling for Windows XP by adding AES Provider > > string for XP in wine registry > > > > Bug#11509 > > >

Re: winedbg - using pdb from Visual Studio 2005

2008-02-05 Thread Vijay Kiran Kamuju
can you also try this patch also? -- VJ On Feb 5, 2008 12:02 PM, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > Hi, > > can you try this patch: > http://www.winehq.org/pipermail/wine-patches/2008-January/049156.html > > I think currently dbghelp in wine doesnt support p

Re: winedbg - using pdb from Visual Studio 2005

2008-02-05 Thread Vijay Kiran Kamuju
Hi, can you try this patch: http://www.winehq.org/pipermail/wine-patches/2008-January/049156.html I think currently dbghelp in wine doesnt support pdb files generated by VS 2005. Thanks, VJ On Feb 5, 2008 12:54 PM, Michel Jacques <[EMAIL PROTECTED]> wrote: > Hello, > > I am using PDBs generated

Re: GOM player

2008-01-17 Thread Vijay Kiran Kamuju
It blew up in wine or windows. Is it a problem with wine. What about other media types. -- VJ On 1/17/08, Dan Kegel <[EMAIL PROTECTED]> wrote: > http://www.guardian.co.uk/technology/2008/jan/17/linux.korea > says everyone in Korea uses the GOM player > instead of Windows Media Player. > > It inst

Re: bugs audit volunteers required

2007-12-31 Thread Vijay Kiran Kamuju
On Dec 31, 2007 6:49 PM, Austin English <[EMAIL PROTECTED]> wrote: > > On Dec 31, 2007 6:42 PM, James McKenzie <[EMAIL PROTECTED]> wrote: > > I agree. If you cannot find the application or a demo version to work > > with, how can you fix the > > bug. Logs and other helpers go a long way. Maybe a

bugs audit volunteers required

2007-12-31 Thread Vijay Kiran Kamuju
On Dec 31, 2007 6:10 PM, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Vijay Kiran Kamuju schreef: > > > just like last year we did an audit of all the bugs in bugzilla. > > I think this year also we should do the same, the bugs are growing > > large and older bugs

Re: bugs audit volunteers required

2007-12-31 Thread Vijay Kiran Kamuju
t; bugzilla activity. Is everyone prepared for/okay with that? We would be doing this for 1-2 months as the Wine 1.0 release might happen in may be next 6-7 months time. We might expect lotta bugzilla activity as wine goes out of beta. and all the old bugs will be ignored and bugs grow exponentiall

bugs audit volunteers required

2007-12-31 Thread Vijay Kiran Kamuju
Hi, just like last year we did an audit of all the bugs in bugzilla. I think this year also we should do the same, the bugs are growing large and older bugs are being neglected. just wanted to say that we need to check all the old open bugs, and test them/ask the user for status. Close the bug a

Re: IDirectSound and Unknown IID

2007-12-31 Thread Vijay Kiran Kamuju
Hi, if you could mention the application/game name, it would be gr8. also a note to all the people who send fix-bug requests please mention the app/game name in the mails. if anyone who can put that in some documentation/some place in the website that would be gr8. Thanks, vj On Dec 29, 2007 10

Re: File a bug report?

2007-12-10 Thread Vijay Kiran Kamuju
On Dec 7, 2007 8:41 AM, Gilles May <[EMAIL PROTECTED]> wrote: > Hi everybody. > > After updating WINE to from 0.9.49 to 0.9.50 I noticed major slowdown in > Company of Heroes, to the point that I get like 1 Frame every 2 seconds. > Wine spams the console with: > > fixme:d3d_shader:IWineD3DVertexSha

A small question regarding cpuid

2007-12-05 Thread Vijay Kiran Kamuju
Hi, I was going through dlls/kernel32/cpu.c and stumbled upon the functions do_cpuid and have_cpuid. It seems the assembly code for both the Intel and AMD 64 bit processors. Is it possible to remove the ifdefs or add the x86_64 ifdef. And one more question does this change help 64 bit windows supp

Re: kernel32:add ReadFileScatter

2007-12-02 Thread Vijay Kiran Kamuju
On Dec 3, 2007 5:02 AM, James Hawkins <[EMAIL PROTECTED]> wrote: > > On Dec 2, 2007 5:22 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > > Hey Louis, > > Focht is using a pseudonym, and I believe it's Wine policy to > > not accept patches without real names. > > His patches should be used as guides only

Re: Error while compiling the wine-0.9.49 in RedHat Linux

2007-12-01 Thread Vijay Kiran Kamuju
If you could raise a bug in bugzilla, we could discuss it there. And please attach the config.log to the bugzilla entry. -- VJ On Dec 1, 2007 10:38 AM, manish jaiswal <[EMAIL PROTECTED]> wrote: > > While compiling the wine-0.9.49 I am getting these error. > Please help me to resolve these error's

Re: [Patch] for wined3d: Correcting order issue

2007-11-30 Thread Vijay Kiran Kamuju
On Nov 30, 2007 3:26 AM, Roderick Colenbrander <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > This patch repairs my previous one, as the command never got executed, > > because 8600 matches before 8600M. > > > > > > Marco Schuster > > > > > > diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/

Re: d3dx9__xx dlls

2007-11-28 Thread Vijay Kiran Kamuju
On Nov 28, 2007 12:34 PM, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: > Maarten Lankhorst wrote: > > Stefan Dösinger schreef: > >> What do we do if there's a d3dx9_37.dll next month? > >> > > One thing that comes to mind is: git-mv d3dx9_36 d3dx9_37 and create a > > forward dll for the old one. >

xdg_user_dirs patches

2007-11-26 Thread Vijay Kiran Kamuju
Hi Lei, I think a new file for user dir look up in the shell32 is of no use. Rather than we can add it to the xdg.c and xdg.h, as it contains the generic xdg code for shell32. Its like having all xdg specific code at one place. This is my personal opinion about those patches. Thanks, VJ

[0/3] RSA AES provider to rsaenh

2007-11-20 Thread Vijay Kiran Kamuju
On Nov 20, 2007 4:23 PM, Juan Lang <[EMAIL PROTECTED]> wrote: > > The test fail due to missing implementation, Hence I put them in todo's. > > After the implementation is there, they do not fail. > > I think thats the procedure followed. > > I have put the remove todo's in separate patch, as its la

Re: [0/3] RSA AES provider to rsaenh

2007-11-20 Thread Vijay Kiran Kamuju
On Nov 20, 2007 3:57 PM, James Hawkins <[EMAIL PROTECTED]> wrote: > > On 11/20/07, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > > Hi, > > > > This is a description of patch series which I am now going to send. > > It adds the new Enhanced RSA AES provi

Re: d3dx8 [patch 1/10] Implement D3DXPlaneFromPointNormal

2007-11-19 Thread Vijay Kiran Kamuju
On 11/19/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Hi, > > It's not really about this patch, but I am curious what the plans about > sharing code between the various d3dx?_* libraries are. I think a big amount > of functionality can be shared among d3dx8.dll, d3dx9_*.dll, and propably > d3dx

Re: Add tests for RSA_AES provider in rsaenh

2007-11-17 Thread Vijay Kiran Kamuju
On Nov 17, 2007 11:45 AM, James Hawkins <[EMAIL PROTECTED]> wrote: > > > On Nov 17, 2007, at 9:34 AM, "Vijay Kiran Kamuju" > <[EMAIL PROTECTED]> wrote: > > > There is a test in derive_key function that fails. > > If I put a if condition to make it a

Re: Add tests for RSA_AES provider in rsaenh

2007-11-17 Thread Vijay Kiran Kamuju
There is a test in derive_key function that fails. If I put a if condition to make it a todo_wine, it looks loke a hack and its ugly As that function is used alot. --- VJ On Nov 16, 2007 5:45 PM, Reece Dunn <[EMAIL PROTECTED]> wrote: > > On 16/11/2007, Vijay Kiran Kamuju <[

Re: CryptAcquireContext Failure, default/Type 024 requested

2007-11-09 Thread Vijay Kiran Kamuju
Hi Juan On Nov 9, 2007 2:21 PM, Juan Lang <[EMAIL PROTECTED]> wrote: > Hi Vijay, > > you forgot aes.c in your patch - please remember to git add it, then > commit it along with the rest of the changes. > > From what you've sent, your patch looks pretty good so far. A few comments: > > @@ -161,6 +

Re: CryptAcquireContext Failure, default/Type 024 requested

2007-11-09 Thread Vijay Kiran Kamuju
gt; implementation to Wine's rsaenh.dll. There's free (as in speech) > > source available for it. Take a look at rsaenh.c and implglue.c in > > dlls/rsaenh; you'd want to add it as a new block cipher. > > > > --Juan > > > > > From 34eb26f43746b68b05489

Re: shdocvw question

2007-11-03 Thread Vijay Kiran Kamuju
Hi, I dont know about ole32 stuff. I think we should not remove the stuff, you have just removed. rather it would be better if there is null check for it, and decrease reference count. Thanks, VJ PS: I really dont know about ole32 stuff. On 11/3/07, Allan Tong <[EMAIL PROTECTED]> wrote: > The at

Re: wine tests question?

2007-10-27 Thread Vijay Kiran Kamuju
Well, I have researched a bit error code -1073741819=0xc005 This a status_no_access violation, in winetest we should say the test crashed message On 10/27/07, Robert Shearman <[EMAIL PROTECTED]> wrote: > Vijay Kiran Kamuju wrote: > > Hi, > > > > I have been looking

wine tests question?

2007-10-27 Thread Vijay Kiran Kamuju
Hi, I have been looking into http://test.winehq.org/data/. And I have got a question, when i saw the test data. Why do some tests do not return the data about tests they haven't run/skipped. They spew messages something like below: mapi32:prop start dlls/mapi32/tests/prop.c 1.20 mapi32:prop done

Re: my first patch

2007-10-26 Thread Vijay Kiran Kamuju
This looks good, I am not an expert in that area. Send this patch to [EMAIL PROTECTED] Cheers, VJ On 10/26/07, viny <[EMAIL PROTECTED]> wrote: > Can someone tell me if this patch is correct for submitting to wine-patches. > I have generated this patch with "git format-patch -o out origin" > > (re

Re: Add winhttp.dll.

2007-07-31 Thread Vijay Kiran Kamuju
Hi Jacek, I think you can use the header I sent a while back to wine-patches for this. http://www.winehq.org/pipermail/wine-patches/2005-September/020901.html The original patch: http://www.winehq.org/pipermail/wine-patches/attachments/20050923/790dfab2/winhttp-0001.obj This might require some re-

Re: Getting CA certificates into the registry

2007-07-26 Thread Vijay Kiran Kamuju
Hi, Is it possible to put it on sourceforge like the gecko engine? And download it whenever necessary. And also it should have versioning support and be updated frequently. Thanks, VJ On 7/26/07, Juan Lang <[EMAIL PROTECTED]> wrote: > > Since you mentioned Mozilla CVS, perhaps another option is

Re: programs/winefontcfg: Add winefontcfg

2007-07-12 Thread Vijay Kiran Kamuju
Hi, Is it possible to have a separate tab for fonts in winecfg, rather than a separate program. Its my opinion of winefontcfg, rather than having a collection of configuration tools. Better have one. Thanks, VJ On 7/12/07, Dan Kegel <[EMAIL PROTECTED]> wrote: On 7/11/07, Nigel Liang (梁乃強) <[EM

Re: Ubuntu starting to support windows autorun.inf on cd-rom insertion!

2007-07-03 Thread Vijay Kiran Kamuju
Hi, Thanks for your constructives criticisms. I was thinking more about putting the wine path in a gconf key so that you can specify it directly. Trying to search the path using the methods you described can be used then as a fallback when the key is not present or invalid. > I would say that

Re: Ubuntu starting to support windows autorun.inf on cd-rom insertion!

2007-07-03 Thread Vijay Kiran Kamuju
Hi, I agree with stefan's views. We should not hard code the wine path, but should search for it. If it fails only then only we should resort to it. The searching should be done first using the package managers like rpm,deb. Inorder to search for wine path by searching for standard app installati

Re: Parallels Wine dlls rebuilt with mingw for your testing

2007-07-03 Thread Vijay Kiran Kamuju
Hi, I have went through the code changes of d3d8 in parallels. And done a diff with 0.9.36 code, there are almost no changes. There are some changes for checking certain functions while loading the dll. They have put code in the getting of registry keys in the DllMain. These are changes noticed i

Re: Add new dll mscat32

2007-06-12 Thread Vijay Kiran Kamuju
PROTECTED]> wrote: > On 6/11/07, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I would like to add a stub dll for mscat32.dll in wine. > > It mostly is a forwarder dll ie, it has forwards for most of the > > functions to wintrust.dll > >

Re: Add new dll mscat32

2007-06-11 Thread Vijay Kiran Kamuju
Hi, I havent tested by putting a stubbed dll, but i have tested it with the native one. Well, after I have written the stubbed dll, will test again. As I have to check which function it actually uses. Thanks, VJ On 6/12/07, James Hawkins <[EMAIL PROTECTED]> wrote: On 6/11/07, Vijay

Add new dll mscat32

2007-06-11 Thread Vijay Kiran Kamuju
Hi, I would like to add a stub dll for mscat32.dll in wine. It mostly is a forwarder dll ie, it has forwards for most of the functions to wintrust.dll And it also provides functions for reading catalog files. It is mostly used by microsoft for it installers. I mean for its own products like Winod

Re: Call for Ubuntu-wine admin

2007-05-29 Thread Vijay Kiran Kamuju
Hi I will be member, if you ask I may act as a leader. Thanks, VJ On 5/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: If someone is interested in leading the Ubuntu-wine team, please contact me.

[PATCH 4/4] dpnhupnp: Implement IDirectPlayNatHelper stub

2007-05-27 Thread Vijay Kiran Kamuju
Hi, It seems there is a problem with the fake dll entry for dpnhupnp.dll in wine.inf @@ -2129,6 +2129,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 11,,dmusic.dll,1 11,,dplayx.dll,1 11,,dpnet.dll,1 +11,,dpnhupnp,1 11,,dsound.dll,1 11,,dswave.dll,1 11,,dxdiagn.dll,1 T

[1/5] basetsd.h: Fix a typo in the parameter name

2007-05-23 Thread Vijay Kiran Kamuju
Hi I think this patch is not correct. -#define LongToHandle(h) ((HANDLE)(LONG_PTR)(h)) +#define LongToHandle(h) ((HANDLE)(LONG_PTR)(l)) I dont see 'l' defined or sent to this macro any where. Thanks, VJ

Set background image for virtual desktop

2007-05-16 Thread Vijay Kiran Kamuju
Hi, Is it possible to set background image for the virtual desktop in wine? If so how do we set it? (I am bored see same old single color virtual desktop ;) ) Cheers, VJ PS: - Any new areas I could work on since d3drm work is complete

Re: Suse wine and wind/u issues

2007-04-26 Thread Vijay Kiran Kamuju
ROTECTED]> wrote: Did you disabled all XIM modules? Or at least did `export XMODIFIERS=""`? Vitaliy BTW please respect the way the reply was made initially. Vijay Kiran Kamuju wrote: > Hi, > > We are have installed SLES in vmware. > > Its hanging in here

Re: Suse wine and wind/u issues

2007-04-26 Thread Vijay Kiran Kamuju
06:58:57AM -0400, Vijay Kiran Kamuju wrote: > Hi, > > We are trying to port a windows app to linux. > Previous we are using Wind/U. > Now we want to test the feasibilty of wine, instead of Wind/U. > We have installed Wind/U and Wine on the SLES 9 machine. > We have installed t

Suse wine and wind/u issues

2007-04-26 Thread Vijay Kiran Kamuju
Hi, We are trying to port a windows app to linux. Previous we are using Wind/U. Now we want to test the feasibilty of wine, instead of Wind/U. We have installed Wind/U and Wine on the SLES 9 machine. We have installed the rpm. When we are configuring the wine, using winecfg/wineprefixcreate, its

Re: Winscard support (for smart cards)

2007-04-25 Thread Vijay Kiran Kamuju
Hi, If there is a sample implementation or some kinda initial source code. (Just send a initial code) We can try to help you in integrating the code into wine tree. By progressing step by step. Thanks, VJ On 4/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Saulius Krasuckas <[EMAIL PROTE

Fwd: Status of Wine in (K)Ubuntu

2007-04-24 Thread Vijay Kiran Kamuju
message -- From: Jonathan Riddell <[EMAIL PROTECTED]> Date: Apr 23, 2007 8:49 AM Subject: Re: Status of Wine in (K)Ubuntu To: Vijay Kiran Kamuju <[EMAIL PROTECTED]> On Sun, Apr 08, 2007 at 05:10:59PM -0400, Vijay Kiran Kamuju wrote: What is the current release/packaing stratergy wrt

Re: D3DRM (to be continued....)

2007-04-23 Thread Vijay Kiran Kamuju
Hi, Just w8 for 2-3 days. No negative comments yet, good sign ;) Thanks, VJ On 4/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi all, my patches for D3DRM have not been applied yet. I thought to have made all the requested changes. But it seems no. So, am I in the good way? What chan

Re: wine latest packages for feisty

2007-04-08 Thread Vijay Kiran Kamuju
get a fairly recent Wine package (roughly what's in the latest development universe). I might want to take over that personally soon. Thanks, Scott Ritchie On Sun, 2007-04-08 at 17:38 -0400, Vijay Kiran Kamuju wrote: > Hi Scott, > > Is it possible that you can become a ubuntu core memb

Re: wine latest packages for feisty

2007-04-08 Thread Vijay Kiran Kamuju
-0400, Vijay Kiran Kamuju wrote: > Hi, > > Wherr can I get the 0.9.34 wine built for ubuntu feisty. > I am currently using ubuntu's 0.9.33, they havent updated it (Idont > they will update it as they are in rc1 freeze). > > Thanks, > VJ > > Nowhere, yet. Still nee

wine latest packages for feisty

2007-04-08 Thread Vijay Kiran Kamuju
Hi, Wherr can I get the 0.9.34 wine built for ubuntu feisty. I am currently using ubuntu's 0.9.33, they havent updated it (Idont they will update it as they are in rc1 freeze). Thanks, VJ

wine opinion of a user

2007-03-20 Thread Vijay Kiran Kamuju
Hi, http://www.selfadhesivelabels.com/blog/2007/03/20/windos-software-that-we-dont-believe-will-run-under-linux/ This is a response from a user. Can any one order and test sage 50 line business s/w. And other s/w. Dan, you can redirect them to appdb. Thanks, VJ

Re: Resend: Add d3drmdef.h header file - try 3

2007-03-20 Thread Vijay Kiran Kamuju
wanna let him down. I know its very tough to get patches done by newbies to get in, esp wine. Please someone from wined3d please help us. Thanks, VJ On 3/20/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: "Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote: > W

Re: Resend: Add d3drmdef.h header file - try 3

2007-03-20 Thread Vijay Kiran Kamuju
Hi, We have made the tests and implementation. We are waiting for this to get into the tree. Just ironing out minor issues with our implementation. Once this gets in it would be easy to send in the implementation and tests. Thanks, VJ PS: - If implementation and tests are needed, will be se

Re: Add very basic initial tests for d3drm

2007-03-14 Thread Vijay Kiran Kamuju
Hi, Fixed this one, and it requires d3drmdef.h patch earlier I sent. Is the d3drmdef.h patch ok? Will be sending the corrected version soon. Thanks, VJ On 3/14/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: "Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote:

d3drm test implementation need comments and review

2007-03-13 Thread Vijay Kiran Kamuju
Hi, I have implemented some d3drm functions and made some changes. Original implementation is by David Adam. Currently I dont have a wine repository to test the patch. Before applying the patch please create the dlls/d3drm/tests directory Please send me you comments, regarding this. If there are

Re: Add d3drmdef.h header - try 2

2007-03-13 Thread Vijay Kiran Kamuju
Hi, Please ignore the this one. I am sending a new one. I wrongly named the header file, effects of late night coding bye, VJ On 3/13/07, Francois Gouget <[EMAIL PROTECTED]> wrote: On Tue, 13 Mar 2007, Vijay Kiran Kamuju wrote: > Changelog > --- > Add minimali

Re: Add d3drmdef.h header

2007-03-12 Thread Vijay Kiran Kamuju
(http://bugs.winehq.org/show_bug.cgi?id=7442) I have to write test cases, I dont have DirectX SDK and my net connection sucks. Thanks, VJ On 3/13/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: "Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote: >> > +#ifndef __D3DRMDEFS_H__ >

Re: Add d3drmdef.h header

2007-03-12 Thread Vijay Kiran Kamuju
Hi On 3/12/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: "Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote: > I thought for completeness, we provide the entire header. > I did write all that with the help DirectX SDK. (Phew It took me 3 hrs > to type it) If it

Re: Add d3drmdef.h header

2007-03-12 Thread Vijay Kiran Kamuju
Hi, I thought for completeness, we provide the entire header. I did write all that with the help DirectX SDK. (Phew It took me 3 hrs to type it) Thanks, VJ On 3/12/07, Dan Kegel <[EMAIL PROTECTED]> wrote: vijay wrote: > [complete d3drmdef.h] It seems premature to check that in without any cod

Re: Add implementation of D3DRMVector* functions

2007-03-12 Thread Vijay Kiran Kamuju
Hi, Currently I dont have a wine repository, so that I could not apply and test it. No time to change it :( Next will check properly. Thanks, VJ On 3/12/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: "Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote: > This

Re: Add implementation of D3DRMVector* functions

2007-03-12 Thread Vijay Kiran Kamuju
Hi, Can you update these comments to this bugzilla entry, #7442? Thanks, VJ On 3/12/07, H. Verbeet <[EMAIL PROTECTED]> wrote: On 12/03/07, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > Hi, > > This is a patch by David Adams, implementing D3DRMVector* functions in d3d

Patches in bugzilla

2007-03-09 Thread Vijay Kiran Kamuju
Hi, There are some patches that are attached in the bugzilla. They havent sent to wine-patches mailing list. Can I mail them to the mailing list on their behalf? I have asked them to submit to the mailing list. The patches are submitted about 2 months back. Thanks, VJ

Re: Vijay Kiran Kamuju : comctl32: MonthCalendar - Fix highlightingof current date.

2006-12-27 Thread Vijay Kiran Kamuju
te. It will disappear if you (a) highlight the current > date, then another date, or (b) if you go to another month. > > On 12/26/06, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: >> Hi, >> >> It did it for me. when I did the tests. >> I will check again. >> Cur

Re: Vijay Kiran Kamuju : comctl32: MonthCalendar - Fix highlighting of current date.

2006-12-26 Thread Vijay Kiran Kamuju
it/wine.git/?a=commit;h=c5b8df481f2bb0362b57188a8c7df423030ba8b0 > > Author: Vijay Kiran Kamuju <[EMAIL PROTECTED]> > Date: Sun Dec 24 13:31:56 2006 +0530 > > comctl32: MonthCalendar - Fix highlighting of current date. That does highlight the current date on startup. But I notice that

Re: [comctl32] MonthCalendar - Fix wrong date selected when clicknext/prev months day (#6967)

2006-12-25 Thread Vijay Kiran Kamuju
Hi, On 12/25/06, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: "Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote: > - retval = *daypos + (7 * *weekpos) - firstDay; > + retval = *daypos + ((7 * *weekpos) - firstDay); >return retval; > } This change doesn

Re: comctl monthcalendar help

2006-12-23 Thread Vijay Kiran Kamuju
function would be called if we send MCN_SELECT and MCN_RELEASED messages Thanks, VJ On 12/23/06, Duane Clark <[EMAIL PROTECTED]> wrote: Vijay Kiran Kamuju wrote: > Hi, > > I am trying to fix visual bug in comctl monthcalendar control. > When I am using the control spy v2.0 fo

comctl monthcalendar help

2006-12-23 Thread Vijay Kiran Kamuju
Hi, I am trying to fix visual bug in comctl monthcalendar control. When I am using the control spy v2.0 for comctl5.0, I can see that current date is highled with grey background on windows xp. (similar to when we click a day in the calendar) But on wine its not happening. I am trying to find o

Re: usp10: implement ScriptStringAnalyse, ScriptStringFree, ScriptStringXtoCP, ScriptStringCPtoX

2006-12-14 Thread Vijay Kiran Kamuju
Hi, It may be because you need to split it into smaller individual patches. Its rather a one big patch. Cheers, VJ On 12/14/06, Clinton Stimpson <[EMAIL PROTECTED]> wrote: Hi, Can I get some feedback on this patch? It appears to have been rejected. Thanks, Clinton Clinton Stimpson wrote:

wine crosstest is not working

2006-10-14 Thread Vijay Kiran Kamuju
Hi, I am trying to make crosstest for msxml and other wine modules like advpack. I am unable to compile them. My OS is Kubuntu 6.06 i386 (Dapper) Thanks, VJ

Re: Add IRunnableObject stub implementation

2006-10-11 Thread Vijay Kiran Kamuju
-0400, Vijay Kiran Kamuju wrote: > I will wait on sending tests on this one. > Until the first one gets in > (http://www.winehq.org/pipermail/wine-patches/2006-September/030659.html) Ok, so let's look at that one. I think the problem here is that ISupportErrorInfo should hang off

Re: Add IRunnableObject stub implementation

2006-10-10 Thread Vijay Kiran Kamuju
/11/06, Dan Kegel <[EMAIL PROTECTED]> wrote: > On 10/10/06, Huw Davies wrote: > > On Tue, Oct 10, 2006 at 04:45:40PM -0400, Vijay Kiran Kamuju wrote: > > > Add IRunnableObject stub implementation, > > > > It's not at all clear to me what this interface sho

Re: [msxml3] Add IRunnableObject stub implementation

2006-10-10 Thread Vijay Kiran Kamuju
AIL PROTECTED]> wrote: On Tue, Oct 10, 2006 at 04:45:40PM -0400, Vijay Kiran Kamuju wrote: > Add IRunnableObject stub implementation, It's not at all clear to me what this interface should do in this context. Could you at least add a test that shows that the domdoc object should expose I

Re: dsound.dll, dlls/dsound/mixer.c -- DSOUND_MixerVol() optimization

2006-10-07 Thread Vijay Kiran Kamuju
Hi, using MMX/SSE2 means it would be platform/architecture specific code. we should be platform independent as possible. Thank, VJ On 10/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I was reading through dlls/dsound/mixer.c and I came across the function DSOUND_MixerVol() that really sto

Re: Bugs with new 'installer' keyword

2006-09-26 Thread Vijay Kiran Kamuju
I wil be looking msxml. On 9/26/06, Dan Kegel <[EMAIL PROTECTED]> wrote: I think the new 'installer' keyword is on every bug that needs it now. http://bugs.winehq.org/buglist.cgi?product=Wine&keywords_type=allwords&keywords=installer%2C+download&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=

Re: Whither msxml?

2006-09-24 Thread Vijay Kiran Kamuju
Hi our msxml idl flles are not in sync with psdk idl files. especially it still doesnot have SAX defines. And XML DSO definitions. (this is a bit compilicated). As msxml.idl includes xmldso.idl in PSDK headers. And msxml2.idl defines them in the idl file itself. As there are some incompatibilitie

Re: [c2man] remove hardcoded extension (try#2)

2006-09-20 Thread Vijay Kiran Kamuju
to that. On 9/20/06, Alexandre Julliard <[EMAIL PROTECTED]> wrote: "Vijay Kiran Kamuju" <[EMAIL PROTECTED]> writes: > well some spec files are like wnaspi32.spec, when we parse the names of those. > We need to hard code them to dll. > There is no other way unless you

Re: Governance revisited (Wineconf report)

2006-09-20 Thread Vijay Kiran Kamuju
Some kinda patch management system would help. I think like bugzilla. On 9/20/06, Jeremy White <[EMAIL PROTECTED]> wrote: >>Wine works fine as-is in my opinion ;) > > > Which you are entitled to, but my opinion happens to differ. Whether the wine > core source has all the patches, (Which it doe

Re: [c2man] remove hardcoded extension (try#2)

2006-09-20 Thread Vijay Kiran Kamuju
well some spec files are like wnaspi32.spec, when we parse the names of those. We need to hard code them to dll. There is no other way unless you change the spec file names. On 9/20/06, Alexandre Julliard <[EMAIL PROTECTED]> wrote: "Vijay Kiran Kamuju" <[EMAIL PROTECTED

Re: Already Error while installing MS Office 2003

2006-09-15 Thread Vijay Kiran Kamuju
May be Alexander might have rejected some patches on wine for MSI that went to codeweavers. A guess of course. On 9/15/06, Roland Kaeser <[EMAIL PROTECTED]> wrote: Hello Just tried to test install office 2003 on wine 0.9.21. But getting already errors. I read in C't (german it magazine) that

Re: WM_*UISTATE message implementation in wine

2006-09-14 Thread Vijay Kiran Kamuju
I forgot add the msdn link about WM_*UISTATE, http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/keyboardaccelerators/aboutkeyboardaccelerators.asp On 9/14/06, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: Hi, Has wine an implemen

  1   2   3   >