Forum Replies Created
-
AuthorPosts
-
supportKeymaster
We have fixed the bugs you mentioned in VisualGDB 2.1. If you encounter any further problems, feel free to post here.
supportKeymasterHi,
Thanks for reporting the bug. We’ll add support for the trailing ” in the next version. As a workaround, you can modify the LOCAL_SRC_FILES statement to fit all source files on 1 line (without the ” character anywhere). Then VisualGDB will parse and update it correctly.
Note that the MK file is updated each time you build the project from Visual Studio and not when you actually delete or add the files.
We will also add the explicit platform specification to ndk-build in the next version. As a workaround, you can build the project using ndk-build until we release the new version. The deployment and debugging will still work as expected.
supportKeymasterHi,
This happens due to a PATH conflict with another GNU-based toolchain on your computer (such as WinAVR).When Android tools are invoked, a wrong version of sh.exe gets executed and it breaks down the compilation.
Please remove all directories that can contain sh.exe and similar tools from the PATH variable before starting Visual Studio. Note that you might need to restart your computer after modfying the PATH variable in system settings.supportKeymasterHi. 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/gnudebugsupportKeymasterHi,
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.supportKeymasterYou need to install Visual Studio SDK
supportKeymasterIt is indeed LGPL. If you need a commercial license or a customized version, use the contact link on the website.
supportKeymasterthanks. I’ll have a look.
supportKeymasterThat’s the default behavior in Windows Vista and Win7.
You can use VisualDDK to override it.supportKeymasterHi, please run the following commands:
devenv /resetaddin VisualGDB.AddIn
devenv /resetaddin DDKDebugConsole.Connect
devenv /resetaddin DDKDebugLauncher.Connect
devenv /resetaddin DDKProjectProperties.ConnectIt 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.
supportKeymasterHi,
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.supportKeymasterHi, 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.supportKeymasterHi,
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.supportKeymasterHi, could you please post a dump file from the WindowsMinidump folder?
supportKeymasterHi,
You’ll need Visual Studio SDK -
AuthorPosts