support

Forum Replies Created

Viewing 15 posts - 7,426 through 7,440 (of 7,806 total)
  • Author
    Posts
  • in reply to: i want to integrate into qt framework #2115
    support
    Keymaster

    Hi. Depends on whether you want to build Windows or Linux apps.
    The easiest way would be to setup the command-line build using QT tools and then create a “wrapper project” with VisualGDB.
    This is a one-time “time investment”. Once the wrapper project is created, building and debugging it would be a matter of executing one command.

    If you want to build remote Linux apps, check out this tutorial.
    A tutorial about wrapping existing projects is here: http://visualgdb.com/tutorials/gnudebug

    in reply to: accessing the DVD #2114
    support
    Keymaster

    Hi,

    Just leave the default settings and press OK.
    You can also set the “Manage drive letters automatically” checkbox. Then the dialog won’t appear again.

    in reply to: Cannot start debugging #1875
    support
    Keymaster

    You need to install Visual Studio SDK

    in reply to: WinCDEmu License #2217
    support
    Keymaster

    It is indeed LGPL. If you need a commercial license or a customized version, use the contact link on the website.

    in reply to: std::iterator compile error #2040
    support
    Keymaster

    thanks. I’ll have a look.

    in reply to: WinDBG does not halt execution on ASSERT() #2038
    support
    Keymaster

    That’s the default behavior in Windows Vista and Win7.
    You can use VisualDDK to override it.

    in reply to: no menu visualddk after installing VisualGDB [Solved] #2037
    support
    Keymaster

    Hi, please run the following commands:

    devenv /resetaddin VisualGDB.AddIn
    devenv /resetaddin DDKDebugConsole.Connect
    devenv /resetaddin DDKDebugLauncher.Connect
    devenv /resetaddin DDKProjectProperties.Connect

    It will reset all addin settings.

    If this does not help, please execute the Tools->Addins command in Visual Studio and ensure that all VisualDDK addins are enabled.

    Note that if you import previously saved Visual Studio settings after installing VisualGDB/VisualDDK, the newly created menus will be reset. Running /resetaddin will always restore the add-in menus to their default state.

    in reply to: Can’t open RAR files and more now! Help? #2134
    support
    Keymaster

    Hi,

    I will add the possibility to choose associated extensions to the next version.
    However, has WinCDEmu never associated itself with RAR file. If you’re getting problems with them, they are probably caused by the Universal Extractor, not WinCDEmu.

    in reply to: Stuck with QuickStart for 1.5.6 #2218
    support
    Keymaster

    Hi, Step 7 is very important. You need to replace the original version of VBoxDD.dll by the special version provided by VirtualKD. This will force VirtualBox to create a special virtual device that will allow the OS to communicate with VisualDDK.
    Note that the original VBoxDD.dll should be renamed to VBoxDD0.dll, so that the modified version can actually find it.

    in reply to: MSVCRT.lib #2162
    support
    Keymaster

    Hi,

    getenv() is a function for normal applications, not drivers.
    To get process environment from the driver you’ll probably need to parse the PEB structure.
    Try googling or looking into ReactOS sources for more details.

    in reply to: BSOD with WINCDEMU 3.6 #2063
    support
    Keymaster

    Hi, could you please post a dump file from the WindowsMinidump folder?

    in reply to: DDKDeveloper build error (VS2010) #2131
    support
    Keymaster

    Hi,
    You’ll need Visual Studio SDK

    in reply to: Quiet installation (for script deployment) #2085
    support
    Keymaster

    Hi,

    yes, the option is /UNATTENDED

    in reply to: Bazis, where are you? #2035
    support
    Keymaster

    Hi.
    I’m currently under very heavy load releasing BazisLib 3.0, several commercial projects that depend on it and making the new website.
    I also have a list of features to add to WinCDEmu and I will hopefully find time around summer to do that.
    As for the forum spam, I’m testing a semi-automated tool for cleaning it up, but again, I cannot promise to find time before summer to look more into it.

    in reply to: Installing 1.5.6 on Win 7 HP laptop #2007
    support
    Keymaster

    The installer checks for {Visual Studio directory}VCvcprojects. If it does not exist, you are missing the Visual C++ component and VisualDDK won’t work.

Viewing 15 posts - 7,426 through 7,440 (of 7,806 total)