Re: xcursor and wine

2005-09-29 Thread Vijay Kiran Kamuju
the BITMAPINFO into XcursorImage Thanks, Vijay On 9/27/05, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: Hi all, I any body wants tp implement Xcursor support in wine, for loading color cursors. What should be implemented, how it should be implemented? any details regarding this would be helpful

large file support and GetDiskFreeSpace gets wrong info on 2GB disks

2005-09-27 Thread Vijay Kiran Kamuju
Hi Alexander We should add the following lines to the configure script to check for large file support in the kernel. As the GetDiskFreeSpace gets wrong information regarding the disk space on disks 2GB. dnl This test must come as early as possible after the compiler configuration dnl tests,

xcursor and wine

2005-09-27 Thread Vijay Kiran Kamuju
Hi all, I any body wants tp implement Xcursor support in wine, for loading color cursors. What should be implemented, how it should be implemented? any details regarding this would be helpful. Thanks, Vijay

[bug824] update

2005-09-26 Thread Vijay Kiran Kamuju
Hi, Any comments on why this patch has not been commited http://www.winehq.org/pipermail/wine-patches/2004-October/013221.html Thanks, Vijay

[bug50] update

2005-09-26 Thread Vijay Kiran Kamuju
could please explain whats wrong with this patch http://www.winehq.org/pipermail/wine-patches/2005-June/017959.html This fixes bug[50 Thanks, Vijay

bugzilla cleanup status

2005-09-26 Thread Vijay Kiran Kamuju
Total Available bugs - 1280 (as of now) Jonathan Ernst could you give me your irc id, do you hang around irc Thanks, Vijay

bug[824]: registry errors

2005-09-25 Thread Vijay Kiran Kamuju
Hi, Anybody tested the patch and test for bug[824] in bugzilla. Any news on it. Thanks, Vijay

Bugzilla cleanup

2005-09-25 Thread Vijay Kiran Kamuju
Hi, There are lot ofavailable bugs in bugzilla, 1305 till now. I closed some 5 issues. I have some 15 bugs on my agenda. I will be testing them or sending patches for them, starting tommorrow. If anybody is interested, please try to close as many old bugs as possible. We have old bugs that date

bugzilla search error

2005-09-23 Thread Vijay Kiran Kamuju
Software error: Undefined subroutine Bugzilla::Search::ThrowUserError called at Bugzilla/Search.pm line 561. For help, please send mail to the webmaster ([EMAIL PROTECTED]), giving this error message and the time and date of the error. Hi, When itry to click the top search button in bugzilla

Googletalk unable to connect

2005-09-21 Thread Vijay Kiran Kamuju
Hi, I think i might have found one missing link why one cannot connect using gmal. When i was looking through symbols in googletalk.exe, i have found that there are strings like WinHttp* These are functions in winhttp.dll, defined in winhttp.h I will send you details if i find any other thing.

Re: Fwd: amblksize definition

2005-09-19 Thread Vijay Kiran Kamuju
I will be initializing that variable to 16, in msvcrt's heap.c In that way it would be in msvcrt's code. There are some diffreneces between the value returned and the documentation.On 9/19/05, Saulius Krasuckas [EMAIL PROTECTED] wrote:* On Mon, 19 Sep 2005, Vijay Kiran Kamuju wrote: amblksize

Re: Fwd: amblksize definition

2005-09-19 Thread Vijay Kiran Kamuju
please ignore this patch, i'll be sending a more correct patch.On 9/19/05, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote:I will be initializing that variable to 16, in msvcrt's heap.c In that way it would be in msvcrt's code. There are some diffreneces between the value returned

Re: msvcrt spec changes

2005-09-19 Thread Vijay Kiran Kamuju
I couldnt get the necessary info on it from msdn. Ill be sending a new patch for with the change for _getsystemtimeOn 9/19/05, Dmitry Timoshkov [EMAIL PROTECTED] wrote:Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: added reference to kernel32.GetLocalTime to _getsystime stub function

RE : OLEAUT32: add full multiplication/division support for DECIMAL, with tests

2005-09-19 Thread Vijay Kiran Kamuju
Hi Alex,I think your VarBstrFromDec fails with my testcases, and you should not hardcode the decimal format seperator.And your patch fails my tests.Check my patch for VarBstrFromDec(for my implementation and tests), my implementation is partial.You did a gr8 job implemeting the DECIMAL stuff in

Re: wine20050830 - is quite fast

2005-08-31 Thread Vijay Kiran Kamuju
Generally i use codevisual2flowchart, PE Explorer, google talk. Previous they used to take a 2-5 minutes to start up and i had to wait all the time On 8/30/05, Kuba Ober [EMAIL PROTECTED] wrote: previous it took 3-4 minutes to show the application in wine20050725, but the latest has reduced

wine20050830 - is quite fast

2005-08-30 Thread Vijay Kiran Kamuju
hi, previous it took 3-4 minutes to show the application in wine20050725, but the latest has reduced to less than a min. even in managed mode its faster. bye, Vijay

BUG[1481] : unimplemented function msvcrt.dll._mbsbtype

2005-08-29 Thread Vijay Kiran Kamuju
Hi, can we use the reactos implementation of the _mbsbtype? http://reactos.geldorp.nl/dc/d8d/mbbtype_8c-source.html Any ReactOS guys, please respond regarding the licensing of the above code? Thanks, Vijay

Re: BUG[1481] : unimplemented function msvcrt.dll._mbsbtype

2005-08-29 Thread Vijay Kiran Kamuju
] wrote: From: Vijay Kiran Kamuju can we use the reactos implementation of the _mbsbtype? http://reactos.geldorp.nl/dc/d8d/mbbtype_8c-source.html Any ReactOS guys, please respond regarding the licensing of the above code? Most of the code in our C Runtime originates from the DJGPP

[BUG1001]: please update comments

2005-08-28 Thread Vijay Kiran Kamuju
Hi, for BUG 1001, please update the comments with the following link, http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q113996 I am unable to update via bugzilla, my id is infyquest, its giving me error that the short_id_desc is missing. Thanks, Vijay

Re: [BUG1001]: please update comments

2005-08-28 Thread Vijay Kiran Kamuju
of the bug, or a sufficiently empowered user, may change that field. and one more thing, i can only see the leave as new near the commit button. Thanks you, Vijay On 8/28/05, Tony Lambregts [EMAIL PROTECTED] wrote: Vijay Kiran Kamuju wrote: Hi, for BUG 1001, please update the comments

Re: PATCH: sensap IsNetworkAlive

2005-08-26 Thread Vijay Kiran Kamuju
Hi, According to MSDN, +#define NETWORK_ALIVE_RAS 2 must be #define NETWORK_ALIVE_WAN 2 I think so, see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/syncmgr/syncmgr/isnetworkalive.asp Thanks, Vijay

CodeWeavers Installer Challenge - XMLSpy Enterprise Suite

2005-08-17 Thread Vijay Kiran Kamuju
Hi, I was trying to install Altova XMLSpy Enterprise demo version, on linux with wine-20050725 version. It is hanging and it seems that in the begining there are some stream errors, fixeme: AppSearch must be implemented in ACTION_AppsearchComponents for CmpLocator tab (some thing like it). I

Re: [MSXML]xmlnode_get_nodeName Implementation

2005-08-15 Thread Vijay Kiran Kamuju
Hi Mike, I am planning to write some tests for IXMLDOMNode. I need your help on how to write tests in the wine test framework and test on the windows framework. Thanks, Vijay On 8/16/05, Mike McCormack [EMAIL PROTECTED] wrote: Hi Vijay, Vijay Kiran Kamuju wrote: i think it would

Re: [MSXML]xmlnode_get_nodeName Implementation

2005-08-15 Thread Vijay Kiran Kamuju
Hi Mike, Do we have to register the IXMLDOMNode to the registry? As you did in the test for domdoc. I think we need to add all other basic interface's CLSID's to the registry? Thanks, Vijay On 8/16/05, Mike McCormack [EMAIL PROTECTED] wrote: Vijay Kiran Kamuju wrote: I am planning

codevisual2flowchart gui problems

2005-08-09 Thread Vijay Kiran Kamuju
Hi, When i run codevisual2flowchart using wine-20050726. There is no minimize, maximize buttons. The menus are quite big (duoble the size). It spewing out this messages fixme:imm:ImmGetContext (0x10374) STUB fixme:imm:ImmSetCompositeWindow stub I think these functions need to be implemented as

Re: _setmbcp giving error for codepage -3

2005-07-08 Thread Vijay Kiran Kamuju
Hi, But mbctype.h is a sdk header file, it should not be specific for msvcrt. I think it should not be put in include/msvcrt Thanks, Vijay On 7/8/05, Juan Lang [EMAIL PROTECTED] wrote: Hi Vijay, it should not get errored out for _MB_CP_ANSI which is actually defined in mbctype.h

SBCS implementaion for wine msvcrt

2005-07-08 Thread Vijay Kiran Kamuju
Hi, Can anybody help me in implementing the SBCS functionality for wine msvcrt? This link http://www.geocities.com/yongweiwu/multibyte.htm says that _MB_CP_SBCS is equivalent to C locale. This link http://www.linuxforum.net/chinese/topic/lcr-1.htm (its in chinese) say that SBCS code pages are

Re: any success running HTTP-Tunnel Client

2005-07-08 Thread Vijay Kiran Kamuju
I'm also getting an stack overflow error err:seh:setup_exception stack overflow 56 bytes in thread 0009 eip 6b94af41 esp 7bac0fc8 stack 0x7bac-0x7bcc Im using wine20050628 version Thanks, Vijay On 7/7/05, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: Hi, Has anybody run HTTP-Tunnel

tunnelling based cvs

2005-07-07 Thread Vijay Kiran Kamuju
Hi, Is it possible to access the winehq cvs using tunning ssh for cvs, like in http://www.openoffice.org/scdocs/ddSSHGuide.html If so please provide me the details how to do it Thanks, Vijay

_setmbcp giving error for codepage -3

2005-07-07 Thread Vijay Kiran Kamuju
Hi, according to http://msdn2.microsoft.com/library/883tf19a(en-us,vs.80).aspx or msdn.microsoft.com/library/ en-us/vccore98/HTML/_crt__setmbcp.asp it should not get errored out for _MB_CP_ANSI which is actually defined in mbctype.h the value's are /* _setmbcp parameter defines */ #define

Re: _setmbcp giving error for codepage -3

2005-07-07 Thread Vijay Kiran Kamuju
ansi charset for windows can be found at (it is cp1252) http://www.kostis.net/charsets/cp1252.htm the cygwin implemenataion is at http://www.cygwin.com/ml/cygwin-patches/2000-q4/msg00025.html On 7/7/05, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: Hi, according to http://msdn2.microsoft.com

Re: tunnelling based cvs

2005-07-07 Thread Vijay Kiran Kamuju
At work, im in a network which filters and routes all the network traffic to the web using vpn concentrator. The have closed all ports except telnet, http, ftp, ssh. So, i need the tunneling to access cvs. On 7/8/05, Troy Rollo [EMAIL PROTECTED] wrote: On Thu, 7 Jul 2005 22:18, Vijay Kiran

IE4 support for msxml

2005-07-01 Thread Vijay Kiran Kamuju
Hi, Are we supporting IE4? There are some changes in the interfaces for msxml and also there are changes in guids in the subsequent versions. How to handle ie4 finterface changes in msxml.idl? Thanks, Vijay

Re: IE4 support for msxml

2005-07-01 Thread Vijay Kiran Kamuju
Ok, for backward compatibility, i would be defining the interfaces. as for iid's i would be going for msxml3 implementation. Are there any suggestions for my sample stub implementation? Thanks, Vijay On 7/1/05, Mike McCormack [EMAIL PROTECTED] wrote: Vijay Kiran Kamuju wrote: Are we

Fwd: Anybody looking for a pet Wine project?

2005-06-30 Thread Vijay Kiran Kamuju
-- Forwarded message -- From: Vijay Kiran Kamuju [EMAIL PROTECTED] Date: Jun 30, 2005 3:42 PM Subject: Re: Anybody looking for a pet Wine project? To: Mike McCormack [EMAIL PROTECTED] typelib info of hhctrl.ocx of winxp (used pe explorer

very old com tech spec doc

2005-06-24 Thread Vijay Kiran Kamuju
very old com tech spec doc. have a look http://www.geocities.com/infyquest/comspec10.zip

clarification regarding msxml

2005-06-22 Thread Vijay Kiran Kamuju
Hi, Can you please clarify what msxml.idl is implementing msxml.dll (Version 1.0) comes with IE4.0 or msxml.dll (Version 2.0) or msxml2.dll (Version 2.5/2.6) or msxml3.dll (Version 3.0) Thanks, Vijay

amstream missing clsid of DirectShowStreamLib

2005-06-21 Thread Vijay Kiran Kamuju
amstream missing clsid of DirectShowStreamLib which is 4E6CDE29-C0C4-11d0-8FF1-00C04FD9189D

<    1   2   3