support

Forum Replies Created

Viewing 15 posts - 7,651 through 7,665 (of 7,857 total)
  • Author
    Posts
  • in reply to: virtualKd 2.5.1 doesn’t work with virtualBox3.2.8 #1539
    support
    Keymaster

    Please use VirtualKD 2.5.2 with VirtualBox 4.x

    in reply to: Getting Virtual Box To Work #1695
    support
    Keymaster

    VirtualBox 4.x is not supported. Please download VirtualKD 2.5.2.

    in reply to: copy files physical memory grow large #1623
    support
    Keymaster

    Hi,
    I’ve checked BazisLib sources. It seems that the problem was caused due to the FILE_RANDOM_ACCESS flag present in kDefaultAdditionalFlags inside bzsddkfile.h
    Please download BazisLib 2.5.2 to fix the problem.

    in reply to: Symbol issues #1607
    support
    Keymaster

    Please check NotDownloadedSymbols.txt inside %APPDATA%VisualDDK

    in reply to: Failed to install the driver: #1698
    support
    Keymaster

    Please examine the build log to ensure that you build the 64-bit version of the driver.
    You might also need to enable testsigning mode on the VM.

    in reply to: ramdisk sample cant run! #1574
    support
    Keymaster

    Fixed. Please download latest VisualDDK, use the driver project wizard and select “get additional templates”. It will download BazisLib and use the fixed RAMDISK temlpate.

    in reply to: BazisLib 2.5.1 wizard error in VS2008 #1600
    support
    Keymaster

    Hi, all.
    Starting from VisualDDK 1.5.2/BazisLib 2.5.2 the BazisLib project templates have been integrated into VisualDDK project Wizard and will work for Visual Studio 2005, 2008 and 2010.

    in reply to: portable link not working #1619
    support
    Keymaster
    in reply to: Error attaching to vmare #1696
    support
    Keymaster

    Please attach a screenshot of the error message

    in reply to: About physical memory grow large #1640
    support
    Keymaster

    Hi, please don’t create multiple topics regarding the same problem. Check the default BazisLib::DDK::File flags.

    in reply to: Does not work and unable to uninstall #1435
    support
    Keymaster

    This is something really strange. WinCDEmu does not do anything with WinZip. What do you mean by “Screen showed a dialogue box from WinCdEmu”? Could you please explain step-by-step what are you doing, what are you expecting, and what actually happens instead?

    in reply to: Mount in Portable Edition with command line ? #1624
    support
    Keymaster

    Did you use BazisLib installer? It should add the paths to Visual Studio settings automatically (after you restart Visual Studio, of course). If this does not help, simply go to Project Settings, Select Compiler -> Additional Include Paths and enter the BazisLib path and WTL path (BazisLib installer downloads and installs WTL).

    in reply to: About physical memory grow large #1638
    support
    Keymaster

    Please ensure you are using the latest version of BazisLib. The problem was related to the default file opening flags.

    in reply to: Mount in Portable Edition with command line ? #1626
    support
    Keymaster

    Normally no, but you can easily build a version that can:
    Simply download the sources, open batchmnt.cpp file, and replace this line:

    VirtualCDClient clt(&status);

    with this:

    VirtualCDClient clt(&status, true);

    Then, build the batchmnt.exe project. The change will make batchmnt use the portable driver instead of the main driver.
    Note that any version of Visual Studio (including the free Express version) will do, as you don’t have to change any kernel-mode stuff.

    in reply to: is virtualkd being actively maintained? #1693
    support
    Keymaster

    Actively – no. But if you have a bug, that is consistently reproducing itself, please write a detailed description and I will fix it.

Viewing 15 posts - 7,651 through 7,665 (of 7,857 total)