support

Forum Replies Created

Viewing 15 posts - 7,411 through 7,425 (of 7,659 total)
  • Author
    Posts
  • in reply to: Cannot start debuging #1741
    support
    Keymaster

    See the radiobuttons in the bottom of the driver wizard dialog:
    [attachment=0:152ahi4z]drvwiz.png[/attachment:152ahi4z]

    in reply to: Cannot start debuging #1758
    support
    Keymaster

    So, is the SYS file created?
    Did you also try “VS build system”?

    in reply to: Cannot start debuging #1756
    support
    Keymaster

    I am assuming, the “0 files compiled” message is the key one.
    Have you updated the “sources” file?
    BTW, you can simplify it by selecting “Use VIsual Studio build system” in the Driver Wizard, so that the created project won’t need the external build utility and the sources file.

    in reply to: Cannot start debuging #1754
    support
    Keymaster

    When you build the project, does it show any messages? Is the SYS file created?

    in reply to: Cannot start debuging #1752
    support
    Keymaster

    Does the driver building succeed? Or are there any error messages? Does the problem persist if you create a driver using Visual Studio build system (specified in the wizard)?

    in reply to: Cannot start debuging #1750
    support
    Keymaster

    Do you have a Visual Studio project for the driver you are trying to debug? If not, use the Debug->Attach menu and deploy the drivers manually. The Driver Launcher will only autodeploy the drivers that are built in Visual Studio.

    in reply to: How to get rid of noisy output #1447
    support
    Keymaster

    Just use the “error list” panel. The errors/warnings should be translated correctly.

    in reply to: VisualDDK 1.5: No menu entries (VS 2005) #1616
    support
    Keymaster

    I assume, the problem is related to your German version of Visual Studio.
    I would recommend downloading VisualDDK sources (https://sourceforge.net/projects/visualddk/files/visualddk/1.5.2/VisualDDK-1.5.2-src.zip/download), opening the DDKDebugLauncher project, setting breakpoint on OnConnection() method in Connect.cs and stepping through.
    The LookupLocalizedName() method should automaticall fetch the German names for “Tools” and “Debug” menus. If this does not happen, or incorrect names are fetched, please tell me the correct ones, so that I can update them in the next release of VisualDDK.

    in reply to: Code signing certificate #1288
    support
    Keymaster

    Unfortunately, AuthentiCode certificates are more than just SSL or usual code signing certificates. I have asked GoDaddy support about compatibility with Authenticode and received an answer that their certificates are not applicable.

    in reply to: VirtualKd Server 2008 R2 x64 #1116
    support
    Keymaster

    Were you able to set breakpoints/use the “forcible break-in” option?

    in reply to: Unable to install on XP #1699
    support
    Keymaster

    Do you put the complete path including the version number (e.g. E:WinDDK7600.16385.0)?
    If yes, could you please post a screenshot?

    in reply to: Question about WinCdEmu #1732
    support
    Keymaster

    Hi, John.
    1) I will add an option for batchmnt to use the portable driver in the next version.
    2) I assume, this could be related to some handles that Windows keeps open, so that the new driver cannot register itself in the system before those are released. However, when I tested it, installing/uninstalling/reinstalling the portable driver did not require a restart.

    in reply to: Version 3.5 released #1716
    support
    Keymaster

    Thank you for the WinPE image. I have downloaded it and tried on a VM.
    It seems that WinPE does not support dynamic Plug-n-Play device recognition (e.g. USB disks). WinCDEmu relies on Plug-n-Play manager to create the virtual drives dynamically and will not work unless the OS supports it.
    I would recommend using some third-party Windows LiveCD compilations with full Plug-n-Play support.

    in reply to: Doesnt Do Anything #1303
    support
    Keymaster

    The workaround for iTunes problem was added in version 3.4.

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

    OK, thanks for the fix. I’ll include it in the next version.

Viewing 15 posts - 7,411 through 7,425 (of 7,659 total)