search for: rohitab

Displaying 2 results from an estimated 2 matches for "rohitab".

Did you mean: mohitab
2012 May 10
0
Xbox 1 gamepad not detected with Star Trek Online game
...the terminal, this is the output I get with the gamepad attached to the PC: https://gist.github.com/2650513 I have tried running the game natively on Windows 7 and XP SP3 with the gamepad attached and it is detected and runs as expected. Furthermore, by running STO with apimonitor from http://www.rohitab.com/apimonitor in Windows, I was able to determine that the game uses direct input 8, specifically the IDirectInputDevice8 and IDirectInput8 interfaces, to detect and control the system mouse and any attached joystick. It uses in particular the IDirectInput8::EnumDevices to find any available joyst...
2004 Mar 22
2
How to debug an app in windows
Hi, I'm trying to get a game (ZooTycoon Demo Version) running in wine but so far I cannot put my finger on the problem. My guess is it's something with PeekMessageW and the procedures called by it. I now want to debug this game on windows 2000 Prof to get a trace that looks a bit like the +relay one. How do I do this (or am I even allowed to do this) ? Cheers, Paul Vriens.