tinku99 wrote: > I need access to either the array keyc2vkey or the function EVENT_event_to_vkey in wine/dlls/winex11.drv/keyboard.c from a wine application. You shouldn't be pocking around that stuff. It's internal and shouldn't be used outside of x11 driver. You should find a ways to use win32 api for what you need. BTW what exactly are you doing that requires that function?