Does WIDL support include xxx.idl

2006-08-29 Thread Vijay Kiran Kamuju
Hi, I am cleaning up msxml*.idl files. It seems that msxml.idl and msxml2.idl are incompatible. msxml.idl includes xmldso.idl and xmldom.idl (eg: include xmldso.idl) where as msxml2.idl explicitly declares the interface defined by xmldso.idl and xmldom.idl. This is done so that we there would be

Re: Does WIDL support include xxx.idl

2006-08-29 Thread Vijay Kiran Kamuju
we see all the declarations in xmldso.h and xmldom.h I dont know they(M$) generate msxml.h from msxml.idl On 8/29/06, Dan Hipschman [EMAIL PROTECTED] wrote: On Tue, Aug 29, 2006 at 05:53:20PM -0400, Vijay Kiran Kamuju wrote: I am cleaning up msxml*.idl files. It seems that msxml.idl and msxml2

Re: Does WIDL support include xxx.idl

2006-08-29 Thread Vijay Kiran Kamuju
It would be gr8 if you could check with MIDL and WIDL the output of msxml.idl On 8/29/06, Dan Hipschman [EMAIL PROTECTED] wrote: On Tue, Aug 29, 2006 at 08:45:17PM -0400, Vijay Kiran Kamuju wrote: But when i see the generated header file. I see that there is the expansion of interfaces

Re: Finding a regression

2006-08-24 Thread Vijay Kiran Kamuju
Hi, Please tell me what is ur application, where can i download it? Thanks, Vj On 8/24/06, Doug Laidlaw [EMAIL PROTECTED] wrote: Ignore my last mail. I was running wine without the initial ./ . The executable was from 0.9.14 which works. 0.9.20 doesn't. I will shut up until I have

Re: FEAR Combat

2006-08-23 Thread Vijay Kiran Kamuju
I think d3dx9_*.*.dll are all shader related dlls for DirectX 9. They should be downloaded/copied from the DX installation. We may not be implementing those dlls in future. -- VJ On 8/23/06, Tom Wickline [EMAIL PROTECTED] wrote: On 8/23/06, Jeremy Newman [EMAIL PROTECTED] wrote: Tried FEAR

Re: Finding a regression

2006-08-23 Thread Vijay Kiran Kamuju
well check this link out http://wiki.winehq.org/GitWine, in it Section 6 raise a bug in Bugzilla, http://bugzilla.winehq.org and also discuss any usage issues in [EMAIL PROTECTED] Thanks, VJ On 8/23/06, Doug Laidlaw [EMAIL PROTECTED] wrote: I may be on the wrong list. A program I use has

wine and other xservers

2006-08-22 Thread Vijay Kiran Kamuju
Hi, How does wine work/perform with other opensource X servers, like nano Xserver. Thanks, VJ

Re: reasons for not accepting the patch

2006-08-12 Thread Vijay Kiran Kamuju
I think she developed the code while working for the company, unlike me. ;) Then I think she should be doing as you have suggested. Thank you for ur suggestions, Vijay On 8/12/06, Dan Kegel [EMAIL PROTECTED] wrote: 2006/8/12, Vijay Kiran Kamuju [EMAIL PROTECTED]: [Why wasn't the patch http

Re: Wine and Photoshop in news

2006-08-11 Thread Vijay Kiran Kamuju
packages. On Tue, 2006-08-01 at 11:58 -0700, Dan Kegel wrote: On 8/1/06, Jaap Stolk [EMAIL PROTECTED] wrote: On 8/1/06, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: business05_aug01_2006 with the latest beta version being 0.9.8 is this a re-print or something? It's fresh

Re: This patch should fix bug 4863 - Icons in Notes Workspace

2006-08-08 Thread Vijay Kiran Kamuju
Please put a link to your patch that has been sent to wine patches. So that interested people can easily locate it and review it. Thanks, VJ On 8/8/06, Augusto Arcoverde da Rocha [EMAIL PROTECTED] wrote: Hi all, A little time ago I have sent this patch and now I'm asking to the Wine devel

Wine and Photoshop in news

2006-08-01 Thread Vijay Kiran Kamuju
Check this link out Its about Wine and Photoshop compatibility. http://www.manilastandardtoday.com/?page=business05_aug01_2006 Can we also try to improve the photoshop compatibility with wine. Today will download the demo and try it on wine current git.

check this out dvdshrink workig with wine

2006-08-01 Thread Vijay Kiran Kamuju
Hi, Check this link out How to run dvdshrink with wine http://mrbass.org/linux/ubuntu/dvdshrink/ Thanks, VJ

Re: Indentifying Unicode scripts

2006-07-29 Thread Vijay Kiran Kamuju
Hi, In windows the identification of the unicode strings is handled by msvcrt. I think we should put helper functions so that we can use them in msvcrt. Which will be inturn used in usp10 my 2cents Thanks, VJ On 7/29/06, Jeff L [EMAIL PROTECTED] wrote: As part of implementing uniscribe, I am

Re: Indentifying Unicode scripts

2006-07-29 Thread Vijay Kiran Kamuju
PROTECTED] wrote: Vijay, do you have some examples on these functions to get me started? Jeff Vijay Kiran Kamuju wrote: Hi, In windows the identification of the unicode strings is handled by msvcrt. I think we should put helper functions so that we can use them in msvcrt. Which will be inturn

Wine compilation on ARM

2006-07-27 Thread Vijay Kiran Kamuju
+ * + * Copyright 2006 Vijay Kiran Kamuju + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version

Re: [RSAENH] CPGetHashParam / Bug 5639 part 2

2006-07-25 Thread Vijay Kiran Kamuju
Hi Karl, Send a copy of both the patches to wine-patches also. Thanks, VJ On 7/25/06, Karsten Elfenbein [EMAIL PROTECTED] wrote: Hi, Same question for this one. It fixes the case when CryptGetHashParam is called with pbData=NULL to determine the needed buffer size for the hash value. It

Re: Cursor patches

2006-07-23 Thread Vijay Kiran Kamuju
Hi, These are the warnings i get when i compile ur patch os kubuntu, gcc 4.0.3 cursoricon.c: In function 'CURSORICON_Load': cursoricon.c:1289: warning: 'frame_bits' may be used uninitialized in this function mouse.c: In function 'create_cursor': mouse.c:566: warning: pointer targets in passing

wined3d regression

2006-07-18 Thread Vijay Kiran Kamuju
Hi, I think todays check-ins related to wined3d broke Guildwars. Now it complains DirectX 8 could not be found and install it. Before showing that dialog box it show some citical section failure. I think the y'days locking fixes broke guildwars :( Have to do regression testing today bye, Vijay

Re: [userenv] add userenv.h

2006-07-15 Thread Vijay Kiran Kamuju
PROTECTED] wrote: 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

Re: add userenv.h

2006-07-15 Thread Vijay Kiran Kamuju
None were. On 7/15/06, Dan Kegel [EMAIL PROTECTED] wrote: Dmitry wrote: Vijay wrote: If you think i need to send a newer patch, i will send it monday. I hope that Alexandre won't accept this and other patches of a similar style. Indeed. Vijay, your best bet at this point is probably to

Re: add userenv.h

2006-07-15 Thread Vijay Kiran Kamuju
. Well if you still think I am not ready for opensource or wine community. I will stop coding for them and do something else. Thanks, Vijay On 7/15/06, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: None were. On 7/15/06, Dan Kegel [EMAIL PROTECTED] wrote: Dmitry wrote: Vijay wrote: If you

Re: assumed graphic card memory

2006-07-13 Thread Vijay Kiran Kamuju
May be using we can use the internals of lspci and pciutils. So that we can calculate the VGA memory on the fly. On 7/13/06, Molle Bestefich [EMAIL PROTECTED] wrote: I'd say it needs a framebuffer device which I do not have Use the PCI variant ;-). Also, the PCI path varies a lot

New Bugzilla Season begins

2006-07-10 Thread Vijay Kiran Kamuju
Hi all, I would say lets start, checking out all the old bugs. And close all the bugs which have been fixed by latest 0.9.17 The bug count is near to 1910 or more. Last time when we did this exercise was when 0.9 was to be released. Say lets start the season again. And close all the bugs that

Re: wine autorun utility

2006-06-29 Thread Vijay Kiran Kamuju
Thats what I meant. On 6/29/06, Vincent Povirk [EMAIL PROTECTED] wrote: On 6/29/06, Chris [EMAIL PROTECTED] wrote: One could argue Windows itself is a mis-feature. :P Isn't the point of Wine to duplicate Windows, feature-for-feature and bug-for-bug? IMO, autorun capabilities should be

Re: automatic winetest builds stopped

2006-06-28 Thread Vijay Kiran Kamuju
Can someone take over this stuff? -- VJ On 6/28/06, Andrew Ziem [EMAIL PROTECTED] wrote: Ivan Leo Puoti wrote: Does someone know why the tests at test.winehq.com/data aren't being built any more? Maybe a month ago there was a discussion on this list. IIRC, here's the gist: The build system

Re: wine autorun utility

2006-06-28 Thread Vijay Kiran Kamuju
hi, I think HAL for linux should handle the automatic mounting and autorunning it take care. So it should be a part of HAL. my 2 cents. bye, VJ On 6/29/06, Ivan Leo Puoti [EMAIL PROTECTED] wrote: Segin Noname wrote: So I wrote this little program. To be totally honest I don't see the

Re: How are we doing?[EMAIL PROTECTED]

2006-06-26 Thread Vijay Kiran Kamuju
notNeeded=0; if (Ishack()) { /*(hacks are not accepted)*/ notNeeded=1; } else if(IsFeature()) { notNeeded=0; } PS :P for the if - then constructs On 6/26/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Friday, June 02, 2006 07:25, Mike McCormack wrote: lack of comments in the code

Re: An RPM of wine with safedisc support

2006-06-24 Thread Vijay Kiran Kamuju
Can you tell us what are all the specific pathces went in to this rpm with releated to safedisc? I know that Vitaly's ntoskernel patch is isn, what else. Thanks, Vijay On 6/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Safedisc has now been working on wine for almost a year, but it'll

Re: An RPM of wine with safedisc support

2006-06-24 Thread Vijay Kiran Kamuju
Hi, I am just wanting to keep the patch as a diff somewhere like the ddraw patch maintained by Stephan Dosinger. Thanks, Vijay On 6/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On 24/06/06, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: Can you tell us what are all the specific pathces

Re: Very large files

2006-06-23 Thread Vijay Kiran Kamuju
Hi, I think its dependent on the filesystem and the kernel version you are running. What is the Redhat linux version you are using snd the kernel version you are using. Thanks, Vijay On 6/23/06, John Willis [EMAIL PROTECTED] wrote: Howdy, I have a large VS 6.0 C++ program and I'm running it

Move all common Dll[un]RegisterServer stuff to advapi

2006-06-22 Thread Vijay Kiran Kamuju
Hi All, I would like to move all the helper functions register_coclass,etc to a separate file in advapi.dll called regsvr_helper.c and all declarations of structs, consts moved to a separate file called, wineregsvr.h in include/wine So that it would be easy for other dlls to implement the

Re: Move all common Dll[un]RegisterServer stuff to advapi

2006-06-22 Thread Vijay Kiran Kamuju
Most of the dlls which have implemented the above functions are importing advapi, because all/most of the Reg*Key functions are implemented in advapi I think this makes no difference to the existing dlls. Thanks, Vijay On 6/22/06, James Hawkins [EMAIL PROTECTED] wrote: On 6/22/06, Vijay Kiran

Re: [Bug 5463] ie6 installs now, but doesn't work...

2006-06-20 Thread Vijay Kiran Kamuju
Try adding wine overrides for iexplore Just my 2 cents, Vijay On 6/20/06, Peter Åstrand [EMAIL PROTECTED] wrote: On Mon, 19 Jun 2006, Wine Bugs wrote: [EMAIL PROTECTED] changed: What|Removed |Added

Re: gdiplus.dll

2006-06-16 Thread Vijay Kiran Kamuju
. Those are all my concerns. Thanks, Vijay On 6/16/06, Steven Edwards [EMAIL PROTECTED] wrote: Hi, On 6/15/06, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: I think we rather use mono project's libgdiplus(gdiplus.dll implementation) than a stub implementation. This will help in later implementing

Re:gdiplus.dll

2006-06-15 Thread Vijay Kiran Kamuju
Hi, I think we rather use mono project's libgdiplus(gdiplus.dll implementation) than a stub implementation. This will help in later implementing the .Net Compatibility Layer to Wine. Thanks, Vijay

Re: ntoskrnl status

2006-06-15 Thread Vijay Kiran Kamuju
If Alexander agrees on what path we should take on this, we should be having some real stuff getting in. A'int it Vitaly. Well i will look into the ntoskrnl stuff as soon as i get my laptop I think should be like a seperate process as in windows. Just my two cents. On 6/15/06, Vitaliy Margolen

Gnome and KDE wine configuration tools

2006-06-11 Thread Vijay Kiran Kamuju
Hi, I was just looking at browsing net for some linux stuff. I just happend to see some news related to wine Wine-doors : -- Its just a wine installation utility for GNOME with preliminary(very basic and primitive) wine configuration.It has support for multiple

Re: How are we doing?

2006-06-01 Thread Vijay Kiran Kamuju
Any status on what projects have been approved and who is going to work on which project for this years SoC. --- Vijay On 6/1/06, Kai Blin [EMAIL PROTECTED] wrote: * Detlef Riekenberg [EMAIL PROTECTED] [01/06/06, 01:15:28]: Big Patches went into the tree: Juan Lang: crypt32: Implement

About irp framework for safedisc support

2006-04-30 Thread Vijay Kiran Kamuju
Hi, I would like to know about what is required for the irp framework to be implemented for wine. I just want to put enough information so that it might be possible for someone or even me to pick-up this issue. May be this might be ready for the next years Google SOC. ;) Thanks, Vijay

Re: About irp framework for safedisc support

2006-04-30 Thread Vijay Kiran Kamuju
We might put some initial effort, so that when more hands will make it faster. Im quite illiterate with Win32 API, but i might look into your effort and make some changes. Thanks, Vijay On 4/30/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On 30/04/06, Vijay Kiran Kamuju [EMAIL PROTECTED

Re: Temporary wine.git tree

2006-04-27 Thread Vijay Kiran Kamuju
Hi,Could you please put up a page, what patches are in the interim tree.So that we might know if there are any problems, we know who to blame ;)Thanks,VijayOn 4/27/06, Mike McCormack [EMAIL PROTECTED] wrote: Hi,Since Alexandre is lying on the beach in Greece and there'll be a gapbetween commits,

SOC Proposal - SafeDisc Support

2006-04-23 Thread Vijay Kiran Kamuju
Hi,I would like to propose the SafeDisc Project for wine.Main Objective: Support for SafeDisc (basically ver 1 Support) Part 1 (Getting the basic IRP support)Secondary Objective: Have wine specific ntoskrnl.exe that handles thisRequirements: Needs to have in depth knowledge of Win32 Internals as

Re: WoW crashes in 'wine_cp_mbstowcs' under certain circumstances.

2006-04-17 Thread Vijay Kiran Kamuju
Hi,I think it trys to map the charector to the built-in ctable charector based on the locale.This function belongs to libwineunicode, ask Alexander for more info.Thanks and regards,Vijay On 4/17/06, Tomas Carnecky [EMAIL PROTECTED] wrote: These circumstances being if it tries to load an invalid

Re: ARBfp2.0

2006-04-12 Thread Vijay Kiran Kamuju
I am 'Dumber' in this area but when it writes ARBfp2.0 into the shaders, it should be printing a FIXME.check in this function WineD3DPixelShaderImpl_GenerateProgramArbHW from line 1005 to 1039, in pixelelshader.c, in wined3d here its checking for pixeelshader version for pixelshader versiion 20 it

Re: Feedback request on wininet patch

2006-03-06 Thread Vijay Kiran Kamuju
Hi Victor, If you are interested in implementing more features. You can have a look at my wininet pacthes, almost all of them have been rejected. I hope you might improve those or get new ideas from those. As i am going to pick some other well documented portion in windows api. Leaving the

Re: [wininet] More wininet tests InternetQueryOption and InternetSetOption - 2

2006-03-04 Thread Vijay Kiran Kamuju
, which i incorporated in the tests. Thanks, Vijay PS: - I want to talk 2 u personally reg this patch on irc. Yes, i am a very bad programmer. On 3/4/06, Detlef Riekenberg [EMAIL PROTECTED] wrote: Am Freitag, den 03.03.2006, 20:50 +0530 schrieb Vijay Kiran Kamuju: Changes made according

[wininet] More wininet tests InternetQueryOption and InternetSetOption - 2

2006-03-03 Thread Vijay Kiran Kamuju
Changes made according to some suggestions Detlef, waiting for more Changelog Add More tests for InternetQueryOption Add Tests for InternetSetOption

Re: [wininet] More wininet tests InternetQueryOption and InternetSetOption - 2

2006-03-03 Thread Vijay Kiran Kamuju
I missed the patch, here it is Changes made according to some suggestions Detlef, waiting for more Changelog Add More tests for InternetQueryOption Add Tests for InternetSetOption testagent1.diff Description: Binary data

Re: [wininet] More wininet tests InternetQueryOption and InternetSetOption - Corrected

2006-03-02 Thread Vijay Kiran Kamuju
This is a detailed reply to ur mail. On 2/27/06, Detlef Riekenberg [EMAIL PROTECTED] wrote: Am Mittwoch, den 22.02.2006, 23:13 +0530 schrieb Vijay Kiran Kamuju: Any thing wrong with this patch. Any Comments (expecting a lot) As you asked me, i took a look on this Patch. For my winspool

Re: [PATCH] Implement GetCurrentHwProfileA() fully

2006-02-24 Thread Vijay Kiran Kamuju
Could u plz send the patch to wine-patches On 2/24/06, Ben Collins [EMAIL PROTECTED] wrote: I setup Wine mainly to make use of some online poker clients that I use a lot. I experienced some known bugs related to advapi32.dll, specifically GetCurrentHwProfileA()'s semi-stub. The first issue

Re: [wininet] More wininet tests InternetQueryOption and InternetSetOption - Corrected

2006-02-22 Thread Vijay Kiran Kamuju
Any thing wrong with this patch. Any Comments (expecting a lot) On 2/17/06, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: Hi, I am sending the Correct Version. ChangeLog Add More Tests for InternetQueryOption Add Tests for InternetSetOption Thanks, Vijay On 2/17/06, Vijay

Re: [usp10] Add ScriptShape functionality

2006-02-21 Thread Vijay Kiran Kamuju
No Problemo It got into the cvs with the makefile changes. Thanks, Vijay On 2/21/06, Jeff Latimer [EMAIL PROTECTED] wrote: I had sent it in an earlier patch but it was unused there and it must have been cleaned up before adding it. Did not check it, sorry. Jeff Vijay Kiran Kamuju wrote

[usp10] Add ScriptShape functionality

2006-02-20 Thread Vijay Kiran Kamuju
unable to compile this patch /oracle/git/wine-git/dlls/usp10/usp10.c:333: undefined reference to `GetGlyphIndicesW' with todays git. Please resend the correct patch

Re: [usp10] Add ScriptShape functionality

2006-02-20 Thread Vijay Kiran Kamuju
add gdi32 to the imports section of the Makefile.in and resend the patch. It will compile fine. On 2/20/06, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: unable to compile this patch /oracle/git/wine-git/dlls/usp10/usp10.c:333: undefined reference to `GetGlyphIndicesW' with todays git

wininet useragent implementation

2006-02-17 Thread Vijay Kiran Kamuju
Hi, If anyone has enough patience, please look into my wininet useragent patch. It adds InternetSetOption and InternetQueryOption for INTERNET_OPTION_USER_AGENT. It is still not complete, it still has some bugs. Please fix/improve the implementation and submit it to the wine-patches I will not be

Small and Fast (was: Re: Add InitializeSecurityContext for schannel)

2006-02-14 Thread Vijay Kiran Kamuju
, Detlef Riekenberg wrote: Am Dienstag, den 14.02.2006, 17:34 +0530 schrieb Vijay Kiran Kamuju: Add InitializeSecurityContext for schannel in secur32.dll +static SECURITY_STATUS SEC_ENTRY schan_InitializeSecurityContextW( + PCredHandle phCredential, PCtxtHandle phContext, SEC_WCHAR

Re: Add Tests for InternetQueryOption - try 2

2006-02-03 Thread Vijay Kiran Kamuju
Hi. I have initialized it the starting of the code. see newlen=len=strlen(useragent)+1; Are you talking about the first one, (i could see only one near the begining). Thanks, Vijay On 2/3/06, Dmitry Timoshkov [EMAIL PROTECTED] wrote: On Fri, 2006-02-03 at 15:36 +0530, Vijay Kiran Kamuju wrote

Re: Add Tests for InternetQueryOption - try 2

2006-02-03 Thread Vijay Kiran Kamuju
, Dmitry Timoshkov [EMAIL PROTECTED] wrote: On Sat, 2006-02-04 at 09:16 +0530, Vijay Kiran Kamuju wrote: I have initialized it the starting of the code. see newlen=len=strlen(useragent)+1; Are you talking about the first one, (i could see only one near the begining). Yes, apparently I

Re: NetUserEnum

2006-01-28 Thread Vijay Kiran Kamuju
Hi, If you could also post the FIXME message or the winedebug trace it would be helpful. It would help us to locate if its a regression or unimplemented case. Thanks, VJ On 1/28/06, suppandi [EMAIL PROTECTED] wrote: Hi, I was trying to run notes7 and it was crashing because NetUserEnum() was

Re: CoCreateInstance not working without TLS libraries

2005-12-16 Thread Vijay Kiran Kamuju
Can we change our linuxwrappers for a work-around? Thanks, Vijay On 12/16/05, Alexandre Julliard [EMAIL PROTECTED] wrote: Cihan Altinay [EMAIL PROTECTED] writes: Thanks for the info. I am running a Xen[1] system which currently has to emulate unsupported lib/tls library calls. And that

Re: Steam regression in CVS

2005-11-19 Thread Vijay Kiran Kamuju
Patch has been submitted http://www.winehq.org/pipermail/wine-patches/2005-November/05.html Thanks, vijay On 11/19/05, James Liggett [EMAIL PROTECTED] wrote: Hi, Yesterday I found a regression in Steam in current CVS. It fails to start, giving the error message: ERROR: Failed to get local

Re: Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-16 Thread Vijay Kiran Kamuju
well my mail may be off-topic/irrelevant please have a look at http://www.opengl.org/resources/faq/technical/mswindows.htm (faq no 5.040) thanks, vijay On 11/16/05, Peter Beutner [EMAIL PROTECTED] wrote: At the moment wine always set the PFD_GENERIC_ACCELERATED flag in

Re: XEmbed Systray Support

2005-11-10 Thread Vijay Kiran Kamuju
Thereis one more thing, i still see a minimized window just above the panel, i think that should go. Its in Gnome i dont know how its in other WM's bye, Vijay On 11/10/05, James Liggett [EMAIL PROTECTED] wrote: On Thu, 2005-11-10 at 11:32 +0530, Vijay Kiran Kamuju wrote: I have to Julliard

Re: RESEND [wininet]add implementation of few more options

2005-11-09 Thread Vijay Kiran Kamuju
, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: In your Last suggestion if i initialize the length variable in the tests, the native simply gives garbage, thats inorder to make the test pass. I too dont know much about how use the wininet

Re: [wininet]add implementation of few more options - try5

2005-11-09 Thread Vijay Kiran Kamuju
for if(hurl == 0x0) Dimitry: I will try a zillion times, to make my patches get thru ;) :P Thanks and Regards, Vijay PS: - Could you please be online on irc to discuss this On 11/10/05, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: as previous

Re: XEmbed Systray Support

2005-11-09 Thread Vijay Kiran Kamuju
with ur apps on different WM's. We should also fix for GNOME, no hacks ;) Thanks and Regards, Vijay On 11/10/05, James Liggett [EMAIL PROTECTED] wrote: On Wed, 2005-11-09 at 15:26 +0530, Vijay Kiran Kamuju wrote: I have tested googletalk with the patch of yours, i am attaching the screenshot

Re: RESEND [wininet]add implementation of few more options

2005-11-08 Thread Vijay Kiran Kamuju
for your suggestions, Vijay On 11/9/05, Robert Shearman [EMAIL PROTECTED] wrote: Vijay Kiran Kamuju wrote: +case INTERNET_OPTION_ASYNC: +case INTERNET_OPTION_ASYNC_ID: +case INTERNET_OPTION_ASYNC_PRIORITY: +case INTERNET_OPTION_CALLBACK_FILTER: +case

Re: RESEND [wininet]add implementation of few more options

2005-11-08 Thread Vijay Kiran Kamuju
I tried in test program initilizing the length varaible like DWORD len=0; Then its giving me garbage, didnt try other possibilities. Thanks, Vijay On 11/9/05, James Hawkins [EMAIL PROTECTED] wrote: On 11/9/05, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: In your third suggestion, you asked me

Re: RESEND [wininet]add implementation of few more options

2005-11-08 Thread Vijay Kiran Kamuju
On 11/9/05, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: I have made changes, sending them soon. Dimitry: In your first suggestion, i think using a new variable is not a good idea. It has been done like that for all options and previously

Re: XEmbed Systray Support

2005-11-08 Thread Vijay Kiran Kamuju
could you please send a new patch as per latest cvs or 0.9 I would like to test this patch. with 0.9 its not applying properly Thanks, Vijay On 10/27/05, James Liggett [EMAIL PROTECTED] wrote: On Wed, 2005-10-19 at 14:33 +0200, Alexandre Julliard wrote: I'm afraid it's too big a change to get

Re: [wininet]add implementation of few more options

2005-11-07 Thread Vijay Kiran Kamuju
Timoshkov [EMAIL PROTECTED] wrote: Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: ChangeLog Added implementation for INTERNET_OPTION_VERSION Added implementation for INTERNET_OPTION_USER_AGENT Fixed behavior for INTERNET_OPTION_HTTP_VERSION Added implementation

Re: New call needed in netapi32 (DsRoleGetPrimaryDomainInformation)

2005-11-06 Thread Vijay Kiran Kamuju
Hi Paul, I would say activeds.c, as we already have a dummy dll for active directory services (activeds directory). This name would be good, and tells us at first glance what it holds. Thanks, Vijay On 11/6/05, Paul Vriens [EMAIL PROTECTED] wrote: Hi, one of the crashes I have in Process

Re: Compile error: dlls/kernel/time.c

2005-10-30 Thread Vijay Kiran Kamuju
Well, if you could tell us what version of glibc broke it. We could fix it ine, by adding a check during configure. Thanks, vijay On 10/30/05, Ivan Gyurdiev [EMAIL PROTECTED] wrote: I suspect a recent change in glibc (features.h) broke it... but according to time.h, CLK_TCK is obsolete, and

Re: shlwapi: fix a FIXME, add CP_USER

2005-10-28 Thread Vijay Kiran Kamuju
to find the implementations for other indic code pages. and also http://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt has been updated. Thanks, Vijay On 10/28/05, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: little off topic, does wine unicode support

Re: Thank you for closing my bugzilla account...

2005-10-27 Thread Vijay Kiran Kamuju
Hi, Yesterday there was a session indeed but there was misunderstanding regarding the bug status, ie, RESOLVED LATER, RESOLVED CLOSED, VERIFIED, etc. It would be better if we could put some details regarding the bug status on the bugzilla or FAQ pages, as there are some differences in the

Re: Thank you for closing my bugzilla account...

2005-10-27 Thread Vijay Kiran Kamuju
PROTECTED] wrote: Le jeudi 27 octobre 2005 à 14:56 +0530, Vijay Kiran Kamuju a écrit : Hi, Yesterday there was a session indeed but there was misunderstanding regarding the bug status, ie, RESOLVED LATER, RESOLVED CLOSED, VERIFIED, etc. It would be better if we could put some details

Re: shlwapi: fix a FIXME, add CP_USER

2005-10-27 Thread Vijay Kiran Kamuju
Rather than adding it to header file, we better handle this in the winnls code, to handle all other codepages that are listed in the msdn. Thanks and Regards, Vijay On 10/28/05, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Kimmo Myllyvirta [EMAIL PROTECTED] wrote: +#define CP_USER 5

Re: shlwapi: fix a FIXME, add CP_USER

2005-10-27 Thread Vijay Kiran Kamuju
Hi Dimitry, little off topic, does wine unicode support indic charectors. if so how did you generate all the cp_xxx.c files. I would like to contribute indic code pages, if possible Thanks, Vijay On 10/28/05, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Vijay Kiran Kamuju [EMAIL PROTECTED] wrote

Re: fix for #3219

2005-10-20 Thread Vijay Kiran Kamuju
The patch has been commited. If you want i will send another one. bye, Vijay On 10/20/05, Eric POUECH [EMAIL PROTECTED] wrote: why not test for '?' and '.' which are the forms we know off, instead of letting the door ajar ? A+ Message du 19/10/05 18:27 De : Vijay Kiran Kamuju

Re: fix for #3219

2005-10-19 Thread Vijay Kiran Kamuju
I have kept it there incase of regressions We can just easily uncomment and test. Thanks, Vijay On 10/19/05, Hans Leidekker [EMAIL PROTECTED] wrote: On Wednesday 19 October 2005 09:19, Vijay Kiran Kamuju wrote: - /* MS mangled names always begin with '?' */ - if (*sym-current

Re: x11drv: allow removing of managed_prop

2005-10-18 Thread Vijay Kiran Kamuju
Hi Fabian, Please send this new one to wine-pathces also. Thanks, Vijay On 10/19/05, Fabian Bieler [EMAIL PROTECTED] wrote: On Wednesday 19 October 2005 02:02, Fabian Bieler wrote: This patch removes window decorations in kde from windows which are not initially created with WS_POPUP style

Commctl32 and uxtheme bugs

2005-10-15 Thread Vijay Kiran Kamuju
Hi all, I just found this on msdn http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/userex/themes.asp and http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/html/xptheming.asp I think it does tell us that we need commctl version 6 in

correct ismbblead implementation

2005-10-15 Thread Vijay Kiran Kamuju
Hi, we can use the following registrykey HKEY_LOCAL_MACHINE\ System\CurrentControlSet\Control\NLS\CodePage\EUDCCodeRange to get the correct key range and also for correct implementation of ismbblead in msvcrt its documented here

Re: fix bug 3536

2005-10-10 Thread Vijay Kiran Kamuju
sometimies i tend to forget 'liitle things' like this feeling sleepy at 1:00pm (in the bright afternoon) Thanks, Vijay On 10/10/05, Kai Blin [EMAIL PROTECTED] wrote: * Vijay Kiran Kamuju [EMAIL PROTECTED] [10/10/05, 14:48:48]: 342a343,344 {PHT, {'P','h','i','l','i','p','p','i','n

How to install mozilla active in wine

2005-10-10 Thread Vijay Kiran Kamuju
Hi, I would like to install mozilla active in wine, i have downloaded the xpi file. and what should i do make the wine recognize this activex. Thanks, Vijay

Re: How to install mozilla active in wine

2005-10-10 Thread Vijay Kiran Kamuju
Well i was not able to install successfully the active plugin, as it asks for the mozilla binary. Do we have to install mozilla for windows in wine On 10/10/05, Dan Kegel [EMAIL PROTECTED] wrote: On 10/10/05, Vitaliy Margolen [EMAIL PROTECTED] wrote:

Re: How to install mozilla active in wine

2005-10-10 Thread Vijay Kiran Kamuju
Sorry, its was not asking for mozilla binary, but about mozilla layout libraries. infact it was missing msvcp60.dll just copy the msvcp60.dll to c:\windows\system32 in wine it installs fine. On 10/11/05, Dan Kegel [EMAIL PROTECTED] wrote: On 10/10/05, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote

[TRY2] printer dialog fixes part1 + french

2005-10-10 Thread Vijay Kiran Kamuju
Hi jernst, Please change the return types of the CheckPrinterSetup function to TRUE/FALSE You made changes similar to me, thanks ;) Thanks, Vijay

Fwd: printer dialog fix

2005-10-09 Thread Vijay Kiran Kamuju
-- Forwarded message -- From: Vijay Kiran Kamuju [EMAIL PROTECTED] Date: Oct 9, 2005 2:28 PM Subject: Re: printer dialog fix To: Dmitry Timoshkov [EMAIL PROTECTED] This is an initial patch, if this gets accepted i will just add another error msgbox that its under development. I

Fwd: printer dialog fix

2005-10-09 Thread Vijay Kiran Kamuju
-- Forwarded message -- From: Vijay Kiran Kamuju [EMAIL PROTECTED] Date: Oct 10, 2005 10:32 AM Subject: Re: printer dialog fix To: Dmitry Timoshkov [EMAIL PROTECTED] Well, on futher analysis. i found out that it needs some implementation of printer controlpanel applet, which we

Re: GTA installer - hidden message boxes [ user32 ]

2005-10-08 Thread Vijay Kiran Kamuju
well some times, things that ont work in normal mode, do work in desktop mode ;) There is an old bug, the dialog boxes getiing behind the main window On 10/8/05, Ivan Gyurdiev [EMAIL PROTECTED] wrote: Vijay Kiran Kamuju wrote: Well, whats the behavior in desktop mode? Is this in desktop mode

regarding the bug430

2005-10-08 Thread Vijay Kiran Kamuju
hi all, if we disable the following two lines in DEFDLG_SetFocus function in the defdlg.c (line nos 70 and 71) if (SendMessageW( hwndCtrl, WM_GETDLGCODE, 0, 0 ) DLGC_HASSETSEL) SendMessageW( hwndCtrl, EM_SETSEL, -1, 0 ); The testcase program given is running correctly, i have asked

Re: regarding the bug430

2005-10-08 Thread Vijay Kiran Kamuju
Hi, with what patch? Do not use patch given in bugzilla. Thanks, Vijay On 10/8/05, Richard Cohen [EMAIL PROTECTED] wrote: Hi Vijay You wrote: The testcase program given is running correctly, The testcase doesn't run correctly here with the patch -- you can no longer TAB out of the edit

Re: regarding the bug430

2005-10-08 Thread Vijay Kiran Kamuju
Is it possible to get the selction details of the control used in the dialog box Thanks Vijay On 10/8/05, Richard Cohen [EMAIL PROTECTED] wrote: Vijay Kiran Kamuju wrote: Hi, with what patch? I meant, if you comment out those two lines. :) Richard.

Fwd: printer dialog fixes part1

2005-10-07 Thread Vijay Kiran Kamuju
Each patch file is a one liner, as i dont have cvs access i tend to send the one patch per file in the directory. On 10/7/05, Dimi Paun [EMAIL PROTECTED] wrote: On Fri, 2005-10-07 at 17:55 +0530, Vijay Kiran Kamuju wrote: Changelog --- Add the messages in rc file and h

Re: printer dialog fixes part1

2005-10-07 Thread Vijay Kiran Kamuju
On 10/7/05, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: Each patch file is a one liner, as i dont have cvs access i tend to send the one patch per file in the directory. On 10/7/05, Dimi Paun [EMAIL PROTECTED] wrote: On Fri, 2005-10-07 at 17:55 +0530, Vijay Kiran Kamuju wrote: Changelog

Re: msvcrt: Fix _ismbblead test: Make it pass on windows

2005-10-07 Thread Vijay Kiran Kamuju
well you are try to make it pass on wine, but the behavior on windows is different. It returns 4, but wine returns 1. On 10/8/05, Vitaliy Margolen [EMAIL PROTECTED] wrote: Any reason why this patch wasn't committed? http://www.winehq.com/pipermail/wine-patches/2005-October/021091.html Vitaliy

Re: GTA installer - hidden message boxes [ user32 ]

2005-10-07 Thread Vijay Kiran Kamuju
Well, whats the behavior in desktop mode? Is this in desktop mode or normal mode? On 10/8/05, Ivan Gyurdiev [EMAIL PROTECTED] wrote: I think I'm on the right track to figuring out why I can't get GTA to install. I thought ole was at fault, but now I suspect user32. It seems that the installer

Re: Autoresolving our 554 old UNCONFIRMED bugs

2005-10-01 Thread Vijay Kiran Kamuju
In the same can we close the older bugs dated below 2003, with no activity. Thanks and regards, Vijay On 10/1/05, Jakob Eriksson [EMAIL PROTECTED] wrote: Francois Gouget wrote: On Fri, 30 Sep 2005, Dan Kegel wrote: We have 554 unconfirmed bugs older than 90 days. [...] Detailed

Re: Release plans

2005-09-30 Thread Vijay Kiran Kamuju
I think we need some more clean up of bugzilla, we need to close bugs till 2003/04 which have not updates since 6 months. And also those which cannot be replicatable. bye, Vijay On 9/30/05, Alexandre Julliard [EMAIL PROTECTED] wrote: Folks, I just released 20050930, this should be considered

<    1   2   3   >