Re: Drive mapping of Z:

2006-07-23 Thread Marcus Meissner
On Sun, Jul 23, 2006 at 04:28:09PM +0200, [EMAIL PROTECTED] wrote: > Dear friends and developers of WINE, > > I've been using your application now for some time, and it works quite well > yet. However, I found the mapping of Drive Z: to root, which seems a bit > strange to me. I've also read som

Re: usp10: Add funtionality for ScriptStringAnalyse

2006-07-23 Thread Detlef Riekenberg
Jeff wrote: > +if (psssa->pssap->psva) > +HeapFree(GetProcessHeap(), 0, psssa->pssap->psva); > +if (psssa->pssap->piAdvance) > +HeapFree(GetProcessHeap(), 0, > psssa->pssap->piAdvance); > +if (psssa->pssap->pGoffset) > +

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 a

Re: winnt.h: Add more SID defines.

2006-07-23 Thread Detlef Riekenberg
Robert Reif wrote: > +#define SECURITY_LOGON_IDS_RID_COUNT 3L The other defines in your Patch use SPACE. Thanks. -- By By ... ... Detlef

Re: Drive mapping of Z:

2006-07-23 Thread Stefan Dösinger
Am Sonntag 23 Juli 2006 17:04 schrieb Dan Kegel: > On 7/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > It would help a lot if WINE would do a more secure installation by > > default, but this is only my 2p. > > > > (Maybe it's possible just to leave out the Z: mapping?) > > My 2 cents: > I

Re: Drive mapping of Z:

2006-07-23 Thread Dan Kegel
On 7/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: It would help a lot if WINE would do a more secure installation by default, but this is only my 2p. (Maybe it's possible just to leave out the Z: mapping?) My 2 cents: It's an ease-of-use thing. Yes, we should leave out the Z: mapping,

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-23 Thread Hans Leidekker
On Sunday 23 July 2006 15:54, Jeff Latimer wrote: > I think there are a couple of choices: you could fire up winedbg, set a > break at ScriptStringAnalyse and step through the function; winedbg is unusable at the moment, I think it's related to these messages: fixme:dbghelp:SymLoadModule Should

Drive mapping of Z:

2006-07-23 Thread schollsky
Dear friends and developers of WINE, I've been using your application now for some time, and it works quite well yet. However, I found the mapping of Drive Z: to root, which seems a bit strange to me. I've also read some of your discussion on this topic, too. Personally, I'd consider this a may

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-23 Thread Jeff Latimer
I use Fedora core 4 to develop this code.  The version of ScriptStringAnalyse you have does not actually do anything other than return various values.  The problem occurs after the second call to ScriptStringAnalyse but the only difference is that hdc is specified.  In theory it should drop thr

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-23 Thread Hans Leidekker
On Sunday 23 July 2006 13:12, you wrote: > Do you have the trace WINEDEBUG=+uniscribe wine usp10_test.exe? It may > help withmailing down where the problem is. Trace attached. This machine is a Fedora development installation b.t.w, my other machine runs Kubuntu Dapper and it doesn't show the pr

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-23 Thread Jeff Latimer
Do you have the trace WINEDEBUG=+uniscribe wine usp10_test.exe? It may help withmailing down where the problem is. Jeff Hans Leidekker wrote: It doesn't look very useful to me: Unhandled exception: page fault on read access to 0x70697263 in 32-bit code (0x70697263). Register dump: CS:0073

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-23 Thread Hans Leidekker
On Sunday 23 July 2006 11:26, Jeff Latimer wrote: > Interesting. I have not had any problem with them. They also compile > and run under Windows. Have you got anymore info, a trace? It doesn't look very useful to me: Unhandled exception: page fault on read access to 0x70697263 in 32-bit code

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-23 Thread Jeff Latimer
Interesting. I have not had any problem with them. They also compile and run under Windows. Have you got anymore info, a trace? Jeff Hans Leidekker wrote: On Sunday 23 July 2006 00:42, Jeff Latimer wrote: Hans, I don't think that your test was applied, only the function was. Hm

Re: Winlib - Active Scripting

2006-07-23 Thread Boaz Harrosh
Luc-Eric Rousseau wrote: thanks. Are there any known issue with the native microsoft WSH (Windows Scripting Host)DLL under wine? Has this this been done with a WineLib app in the past? Yes I have used it under IE under Wine including direct access from a C++ program. It worked fine. I had O

Re: usp10: Implement and test ScriptCacheGetHeight. (rediffed)

2006-07-23 Thread Hans Leidekker
On Sunday 23 July 2006 00:42, Jeff Latimer wrote: > Hans, I don't think that your test was applied, only the function was. Hmm, I just ran the usp10 test on another machine and it crashed, even without my test added. If I comment out the first two tests, test_ScriptItemIzeShapePlace and test_Scri