support

Forum Replies Created

Viewing 15 posts - 7,366 through 7,380 (of 7,659 total)
  • Author
    Posts
  • in reply to: Cannot start debugging #1812
    support
    Keymaster
    in reply to: Cannot start debugging #1868
    support
    Keymaster

    msdbg.h should be in the Debugging Tools directory

    in reply to: Cannot start debugging #1865
    support
    Keymaster

    oops. you need the DIA SDK from Microsoft.

    in reply to: Cannot start debugging #1863
    support
    Keymaster

    Please use DDKDebugger.sln. DDKDebugLauncher is just a wrapper that starts driver projects.

    in reply to: Cannot start debugging #1858
    support
    Keymaster

    DDKDebugLauncher is a .Net module and should not be causing missing DLL problems. Could you download VisualDDK sources from SourceForge, compile DDKDebugLauncher (it will register itself automatically), set a breakpoint in BasicMSDbgSession::CreateClient() and step through to see what fails?

    in reply to: Cannot start debugging #1855
    support
    Keymaster

    The DLL names are dbghelp.dll and dbgeng.dll both located in the debugging tools directory.

    in reply to: Cannot start debugging #1853
    support
    Keymaster

    Have you specified the path to Debugging Tools in VisualDDK settings? (Tools->VisualDDK settings in VS).

    in reply to: Cannot start debugging #1851
    support
    Keymaster

    Hi, did you specify the path to a 32-bit version of Debugging tools?

    in reply to: Cannot start debugging #1808
    support
    Keymaster

    You can either create a new “make project” so that Visual Studio will invoke “build”, or use VisualDDK project wizard and select “use existing files” to have the project created for you.

    in reply to: Can not start kernel-mode debug connection to vmware #1796
    support
    Keymaster

    Hi, did you install the 32-bit version of Debugging tools for Windows and specify the correct path in VisualDDK settings?

    in reply to: PCI-Device in VM #1806
    support
    Keymaster

    As far as I know, it is only possible for the USB devices.
    However, you can try making a “dummy PCI driver” that will forward the requests to a named pipe and then develop the high-level logic in user-mode. However, for certain device types this might be impossible due to performance constraints.

    in reply to: VirtualBox running Win7 won’t start #1524
    support
    Keymaster

    Fixed in VirtualKD 2.5.3/VisualDDK 1.5.3
    Thanks to RonD for the solution!

    in reply to: 17 tracks limit #1795
    support
    Keymaster

    Yes, but definitely not external WAV/MP3 files.

    in reply to: Help, Virtual does not work with VirtualBox #1791
    support
    Keymaster

    Hi, please select PIX instead of ICH9 chipset.

    in reply to: 17 tracks limit #1793
    support
    Keymaster

    OK, will check the file. However, note that WinCDEmu wil only mount the ISO tracks of such images. Making a kernel-mode mp3 decoder would be a very complicated (and useless) way to achieve the same result, as if you open the mp3 files in your favourite player 😉
    As for Windows 7, some people like it, some don’t, but the goal of WinCDEmu is to make image mounting really easy. So, as long as a particular OS version is popular, WinCDEmu supports it 😉

Viewing 15 posts - 7,366 through 7,380 (of 7,659 total)