Re: winecfg: [2/2] Add ability to change colors and non-client sizes.

2006-11-19 Thread Stefan Dösinger
Am Samstag 18 November 2006 18:58 schrieb Vitaliy Margolen: > Change Log: > winecfg: Add ability to change colors and non-client sizes. Beeing able to configure colors in winecfg is a good idea :-) . But would it be possible to read the values from the window manager? Afaik there are environmen

Re: OLE Automatization Linux's OpenOffice from wine app

2006-11-19 Thread Robert Shearman
Alexandr Kochmin wrote: DK> Kochmin wrote: DK>> I have windows application wich use OLE Automatization to fill-in DK>> OpenOffice document It's create OleObject like DK>> OpenOffice := CreateOleObject('com.sun.star.ServiceManager'); DK>> .. DK>> How can I rewrite it, or use any tools, to work whe

Re; Solidworks 2006

2006-11-19 Thread Kartik Thakore
I added the bug to winehq here is the link thank you for the help I made it a little better to run: http://bugs.winehq.org/show_bug.cgi?id=6723 -- Kartik Thakore 250313003 [EMAIL PROTECTED] 1st year engineering

Re: winhelp: wRefCount

2006-11-19 Thread Eric Pouech
Kirill K. Smirnov a écrit : В сообщении от 19 ноября 2006 19:23 вы написали: actually we should decrement the count for: - closing the window attached to a page - upon exit, remove references in history (and attached refcounts) that should help here (not sure I got them all though) To

Re: winhelp: wRefCount

2006-11-19 Thread Kirill K. Smirnov
В сообщении от 19 ноября 2006 19:23 вы написали: > actually we should decrement the count for: > - closing the window attached to a page > - upon exit, remove references in history (and attached refcounts) > that should help here (not sure I got them all though) To be honest, I do not understand "

Re: Wine 0.9.25 for SuSE 10.1 is Wine 0.9.24

2006-11-19 Thread Marcus Meissner
On Sun, Nov 19, 2006 at 05:17:32PM +0100, Kai Blin wrote: > On Saturday 18 November 2006 19:10, theUser BL wrote: > > >There were not much functional changes in the last days. > > > > Oh, I think that the changes between 0.9.24 and 0.9.25 are big. > > In 0.9.24 Java-Swing programs of the Windows Ja

Re: winhelp: add preliminary *.cnt file support (parser)

2006-11-19 Thread Eric Pouech
Also, I stumbled upon the following problem: HLPFILE_FreeCnt is never called! There is something bad with hlpfile->wRefCount - it's 4 (!) instead of 1 after just opening and closing file. actually we should decrement the count for: - closing the window attached to a page - upon exit, remo

Re: Wine 0.9.25 for SuSE 10.1 is Wine 0.9.24

2006-11-19 Thread Kai Blin
On Saturday 18 November 2006 19:10, theUser BL wrote: > >There were not much functional changes in the last days. > > Oh, I think that the changes between 0.9.24 and 0.9.25 are big. > In 0.9.24 Java-Swing programs of the Windows Java runs creates a black > backgraou over all and if you move the win

Re: ASN.1 parser

2006-11-19 Thread Detlef Riekenberg
On Sa, 2006-11-18 at 00:57 +0100, Kai Blin wrote: > Hi Juan, > > I'm just looking into implementing Kerberos and Negotiate for SSPI. It seems > like I'll need an ASN.1 parser for both of those. > Or is there any method to find out what functions > msasn1.dll provides? Ask MS for "msasn1.dll":

Re: winhelp: add preliminary *.cnt file support (parser)

2006-11-19 Thread Kirill K. Smirnov
В сообщении от 19 ноября 2006 10:37 вы написали: > 1/ you forgot to include the changes (at least) to hlpfile.h Thanks! I've messed a little. > 2/ internal function definitions > > > +static BOOL HLPFILE_ReadCntFile(HLPFILE*); > > +static void HLPFILE_FreeCnt(HLPFILE_CNT*); > > I think those tw