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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo