Share

Taksi

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Hotkeys remove causes crash

You are viewing a single message from this topic. View all messages.

  1. nobody

    2009-08-30 15:39:39 UTC
    Yes that is the only thing I removed.
    I downloaded the latest SVN version and tested it on my machine.
    I've setted m_bUseKeyboard and m_bUseDirectInput to false, and it crased the hosting application, in my case Windows Live Messenger.
    Another issue I found is that ::waveInGetNumDevs() that is used in CWaveRecorder::put_DeviceID causes an access violation error.
    "Unhandled exception at 0x77704084 in Taksi.exe: 0xC0000005: Access violation reading location 0x0000000c."

    I used SEH __try to make the application run.

    UINT uQty;
    __try
    {
    uQty = ::waveInGetNumDevs();
    }
    __except(1)
    {
    uQty = 0;
    }

    my testting platform is Windows 7, but the issue with the hotkeys was tested on an XP machine too.
< Previous | 1 | Next >

Add a Reply

You can use Markdown syntax in your reply.

Preview

Monitor this

Log in to monitor this topic. Not registered? Create an account to receive email updates when replies are posted to this topic. If you do not log in or register, your reply will be added anonymously.