support

Forum Replies Created

Viewing 15 posts - 7,366 through 7,380 (of 7,765 total)
  • Author
    Posts
  • in reply to: SIGILL when calling ‘step over’ #2255
    support
    Keymaster

    OK, if you encounter the problem again, feel free to submit details so that we can fix it.

    in reply to: [REQUEST] Integrate with vs-android #2264
    support
    Keymaster

    Hi,

    The problem with vs-android is that Google may change some NDK internals one day making the hardcoded settings in vs-android unusable (or even worse, producing some hidden hard-to-pinpoint bugs). If you’re interested, I can instruct you how to configure VisualGDB to debug your vs-android projects.

    in reply to: SIGILL when calling ‘step over’ #2253
    support
    Keymaster

    Hi,

    Which exact Linux version and GDB version are you using?

    in reply to: Starting VisualGDB #2244
    support
    Keymaster

    Please try disabling the firewall on both Windows and Linux.
    If this does not help, please add a separate network card to your VM configured in the Host-only mode.

    in reply to: upgrading 2.3 -> 2.4 #2239
    support
    Keymaster

    Thanks for your appreciation!

    Updating is even easier, you don’t need to uninstall the previous version. Just run the new installer and it will update your files.
    Project folder support will be enabled automatically for all projects, both old and new.

    in reply to: VirtualKD Installation error #2199
    support
    Keymaster

    Please use the tutorial here: http://virtualkd.sysprogs.org/tutorials/install/

    in reply to: Compiler error #2175
    support
    Keymaster

    If you are using BazisLib, please use the npagednew() function. Otherwise, use the ExAllocatePool() API provided by Windows Kernel.

    support
    Keymaster

    Hi,

    That’s the default behavior in Windows Vista and later. Please have a look here: http://www.osronline.com/article.cfm?article=295

    support
    Keymaster

    Hi. Please try the new VisualDDK 1.5.7.

    in reply to: [Android] [fixed] VisualGDB error #2230
    support
    Keymaster

    Please do the following:
    1. Install VisualGDB 2.3 or later.
    2. Install Android NDK r8 or later

    Android NDK r8 fixes the bug by adding SHELL=cmd to the ndk-build.cmd file.
    You can alternatively get a fixed ndk-build.cmd file from here: http://visualgdb.com/KB/ndk-build.zip

    in reply to: cygwin + tar.exe #2236
    support
    Keymaster

    Hi,
    Since VisualGDB 2.4 the external tar.exe is no longer required. Please update your VisualGDB installation.

    in reply to: LIBRARY_NAMES does not support nested expressions #2237
    support
    Keymaster

    Please use the shell function provided by GNU Make. E.g.:

    LIBRARY_NAMES :=pthread $(shell pkg-config --libs uuid) $(shell mysql_config --libs)
    in reply to: Solution With Folder Error #2238
    support
    Keymaster

    Thanks for reporting the bug. It has been fixed in VisualGDB 2.4.

    in reply to: Nothing works after installation #2235
    support
    Keymaster

    Hi. Did you install VisualGDB from the same user account you are using now?
    Normally, the installer creates VisualGDB.AddIn file and puts it to C:UsersDocumentsVisual Studio 2008Addins. If it fails, VisualGDB Wizard shows you a diagnostic window allowing to re-install the file:

    It’s described in more details here: http://visualgdb.com/KB/?ProblemID=noaddin

    Do you get the diagnostic window? What happens when you press “Rebuild Add-In file”? Do you have the DocumentsVisual Studio 2008Addins folder and is it writable for your current user account?

    in reply to: VisualGDB and vmware #2232
    support
    Keymaster

    We have tested it with VMWare and did not encounter any problems.

    There can be several reasons why the auto-detect is not working:
    1. Windows firewall might block it
    2. Linux firewall might block it
    3. Some antivirus software might block broadcast packets

    The easiest way to fix it is to add another host-only network card to VMWare. Ensure that it gets a valid IP address by running sudo ifconfig. If not, run sudo dhclient to re-acquire a dynamic address.

    Note that if the build server is not printing “discovery request from …” messages, the packets don’t reach the VM, and if it is printing this but nothing is detected, the problem is on the way back.

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