X11DRV_GetKeyNameText not finding scan code

2005-02-05 Thread tom fogal
Hi all, I'm a newbie to wine coding trying to get a particular application to work. It seems to have trouble getting input correctly, and I've traced it to the aforementioned function in dlls/x11drv/keyboard.c. I'm using the wine CVS. The function seems to search through a particular table (keyc2s

Re: appdb/ ./appview.php ./screenshots.php admin/a ...

2005-02-05 Thread Tony Lambregts
Jonathan Ernst wrote: Le vendredi 04 fÃvrier 2005 Ã 23:33 -0500, Chris Morgan a Ãcrit : Tony pointed out a handful of cases where it is useful to have multiple urls for an appId and perhaps multiple urls for a versionId. Do we have that functionality right now via another mechanism? I think we

Re: widl: let widl understand typedef enum

2005-02-05 Thread Rob Shearman
Vincent Béron wrote: Le sam 05/02/2005 à 12:53, Rob Shearman a écrit : Vincent Béron wrote: Since the typedef patch to widl, typedef enum foo {A, B} FOO; was rejected by get_type_vt (unknown-type: 13). Changelog: A RPC_FC_ENUM16 is a VT_I2. Are you sure about this? Elsewhere RPC_FC_E

Re: widl: let widl understand typedef enum

2005-02-05 Thread Vincent Béron
Le sam 05/02/2005 à 12:53, Rob Shearman a écrit : > Vincent Béron wrote: > > >Since the typedef patch to widl, typedef enum foo {A, B} FOO; was > >rejected by get_type_vt (unknown-type: 13). > > > >Changelog: > >A RPC_FC_ENUM16 is a VT_I2. > > > > > > Are you sure about this? Elsewhere RPC_FC_E

Regression in "Star wars: The Phantom Menace"

2005-02-05 Thread Carlos Lozano
Hello, The patch: http://www.winehq.org/hypermail/wine-cvs/2005/01/0612.html Log message: Rein Klazes <[EMAIL PROTECTED]> Get rid of the rdtsc cpu instruction method for calculation of the performance counter. Put the calculation (based on gettimeofday) in NtQuery

Re: widl: let widl understand typedef enum

2005-02-05 Thread Rob Shearman
Vincent Béron wrote: Since the typedef patch to widl, typedef enum foo {A, B} FOO; was rejected by get_type_vt (unknown-type: 13). Changelog: A RPC_FC_ENUM16 is a VT_I2. Are you sure about this? Elsewhere RPC_FC_ENUM16 is equivalent to a VT_I4 or VT_UI4 (although it is actually only 16-bits on

Re: appdb/ ./appview.php ./screenshots.php admin/a ...

2005-02-05 Thread Chris Morgan
Tony, does support appears to address your concerns that we lost functionality It looks good to me. Chris On Saturday 05 February 2005 5:43 am, Jonathan Ernst wrote: > Le vendredi 04 février 2005 à 23:33 -0500, Chris Morgan a écrit : > > Tony pointed out a handful of cases where it is useful to

Re: [d3dxof] Registering this dll

2005-02-05 Thread Paul Vriens
On Sat, 2005-02-05 at 00:18, Christian Costa wrote: > > > The reason is that when I created d3dxof, the native dll I had at hands > didn't export them. > If you find one that does it, these exports should be added then. > > Bye, > Christian > You're right (of course) they are not exported. The

Re: ntdll / kernel32: #52

2005-02-05 Thread Eric Pouech
Alexandre Julliard a écrit : That will work, but it's really ugly to copy the string just so we can do a strlenW on it and convert it back to a counted string for the server call. I think you really want the Nt* functions to make direct server calls, and the Rtl* to manipulate a local table. If we

Re: appdb/ ./appview.php ./screenshots.php admin/a ...

2005-02-05 Thread Jonathan Ernst
Le vendredi 04 fÃvrier 2005 Ã 23:33 -0500, Chris Morgan a Ãcrit : > Tony pointed out a handful of cases where it is useful to have multiple urls > for an appId and perhaps multiple urls for a versionId. Do we have that > functionality right now via another mechanism? I think we should look to a

Re: wine/dlls/dbghelp elf_module.c

2005-02-05 Thread Eric Pouech
Alexandre Julliard a écrit : ChangeSet ID: 15811 CVSROOT:/opt/cvs-commit Module name:wine Changes by: [EMAIL PROTECTED] 2005/01/31 10:24:57 Modified files: dlls/dbghelp : elf_module.c Log message: Silence a noisy FIXME I fear that the issue may be somewhere else

Re: Could not load 'KERNEL.DLL'

2005-02-05 Thread Andreas Mohr
Hi, On Sat, Feb 05, 2005 at 04:28:34PM +1100, Jeff Latimer wrote: > 000a:trace:module:MODULE_LoadModule16 Trying native dll 'KERNEL.DLL' Your configuration really shouldn't try to load native kernel.dll (first). Fix that. Andreas Mohr

Re: Graphical debugging instead of winedbg

2005-02-05 Thread Eric Pouech
Ann and Jason Edmeades a écrit : Hi I was trying to get a gui replacement for winedbg as I can never remember how to view memory etc, and saw http://www.winehq.com/site/docs/wine-devel/dbg-others where it talks about using kdbg. I was looking at a simple trap and thought it ideal to test with