allard

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Cannot resolve breakpoint location #3128
    allard
    Participant

    Thanks Bazis !! Really just LOVE your tool, makes life so much better πŸ™‚

    in reply to: Cannot resolve breakpoint location #3126
    allard
    Participant

    Hmm actually I think it’s a compiler flag, right ? I see that one that I cant debug has flag -O2 where the other has -g that would make sense, right ? πŸ™‚

    according to gcc manual, -g specifies debugging info ? And that can be used in combo with optimization flag -O2 ? Would that slow my program down ? Anyway I think I solved my own problem again, but will keep the thread in here, might be useful to other linux newbies πŸ˜‰ Will just debug using -g and compile final version using -O2.

    in reply to: autocomplete/intellisense problem * SOLVED* #3249
    allard
    Participant

    It seems I solved it !!!
    Solution:

    Using regedit look at the following key:

    On 32-Bit Windows: [HKEY_CLASSES_ROOTCLSID{73B7DC00-F498-4ABD-AB79-D07AFD52F395}InProcServer32]
    On 64-Bit Windows: [HKEY_CLASSES_ROOTWow6432NodeCLSID{73B7DC00-F498-4ABD-AB79-D07AFD52F395}InProcServer32]

    The “(Default)” value should be one of the following:
    On 32-Bit Windows: “C:Program FilesCommon FilesMicrosoft SharedMSEnvTextMgrP.dll”
    On 64-Bit Windows: “C:Program Files (x86)Common FilesMicrosoft SharedMSEnvTextMgrP.dll”

    No more VS exception messages, and autocomplete now seems to work fine !! Found this solution at: http://connect.microsoft.com/VisualStudio/feedback/details/546369/

    in reply to: autocomplete/intellisense problem * SOLVED* #3248
    allard
    Participant

    BTW, It’s most probably related: every time that I open my project and change for the first time something, I get a VS STudio error: “An exception has been encountered. This may be caused by an extension”. And then it refers to activitylog.xml. When I open that log it says:

    System.InvalidCastException: Unable to cast COM object of type ‘System.__ComObject’ to interface type ‘Microsoft.VisualStudio.Editor.Implementation.IVsTextStreamEvents_Private’. This operation failed because the QueryInterface call on the COM component for the interface with IID ‘{96FC7D44-BCDD-4F00-AE4D-07E26B2C0E52}’ failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)). at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease) at Microsoft.VisualStudio.Editor.Implementation.IVsTextStreamEvents_Private.OnChangeStreamText(Int32 iPos, Int32 iOldLen, Int32 iNewLen, Int32 fLast) at Microsoft.VisualStudio.Editor.Implementation.VsTextBufferAdapter.OnTextBufferChanged(Object sender, TextContentChangedEventArgs e) at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args)

    in reply to: autocomplete/intellisense problem * SOLVED* #3247
    allard
    Participant

    BTW, any timeline on your Intellisense replacement engine ?

    Thanks

    in reply to: autocomplete/intellisense problem * SOLVED* #3246
    allard
    Participant

    @bazis wrote:

    VisualGDB reuses the Visual Studio IntelliSense engine (it configures it by providing GCC-specific definitions and include paths). Sometimes, the Visual Studio IntelliSense engine produces strange results. We are currently working on a new engine that will handle the GCC-specific code natively. As a temporary workaround before we have released it you can try commenting out arbitrary include directives to see which of them breaks IntelliSense.

    Ok good to hear you’re working on it. Otherwise I just LOVE this plugin, so really hoping you can get this working ! Good luck !

    in reply to: autocomplete/intellisense problem * SOLVED* #3244
    allard
    Participant

    BTW, my project is a linux one

    in reply to: autocomplete/intellisense problem * SOLVED* #3243
    allard
    Participant

    @bazis wrote:

    Hi,

    What VS version are you using? Are you building a MinGW or a Linux project? Does the Errors window contain any IntelliSense-specific errors?

    HI,

    Like stated in my post, I use VS 2012 11.0.50727.1. I don’t see any intellisense errors at all. Thanks.

    in reply to: autocomplete/intellisense problem * SOLVED* #3251
    allard
    Participant

    But it gets even weirder: in a program of mine, it does work from within a specific object/method and doesn’t autocomplete from within another object/method (the code compiles perfectly of course when I manually specify the attribute like DB[1].key, so that’s not the problem)

    in reply to: autocomplete/intellisense problem * SOLVED* #3250
    allard
    Participant

    Weird thing is, if I save it, close the project, reopen it then it suddenly works !?! What’s happening here ? If I then changed the name of the DB like into PDB en then type PDB[1]. it doesnt autocomplete again, then i have to save and restart it in order to work …

    in reply to: Changed not detected #2868
    allard
    Participant

    Hi,

    Yes, adding .CC to the filter solved it !! Thanks so much ! Going to tell my boss tomorrow to buy this product πŸ™‚

    Regards,

    Allard

    in reply to: Changed not detected #2867
    allard
    Participant

    Hi,

    No I didn’t add .CC as file mask. I just did that (after I had imported the project etc), but it doesn’t make a difference. Or do I need to set up the whole project again now ? I will try that in a bit.

    Also, not sure what you mean with “Is the local source directory set correctly for file transfer” ?

    And “Have you tried setting the option to transfer all the files all the time? ” I don’t see that option in the VisualGDB menu when I go to options in VS2005 !?!

    Thanks,

    Allard

Viewing 12 posts - 1 through 12 (of 12 total)