Jump to content

Michaell

Members
  • Content Count

    7
  • Joined

  • Last visited

Posts posted by Michaell


  1. I closed the project, reopened it and after an automatically started file parsing task the 'Projects' window showed at its lower part:

    CodeInsight: Done

    Before it was 

    CodeInsight: Stopped

    It seems that at my 1st try the file parsing was incomplete / interrupted and therefore the related feature 'Find Symbol' was out of work, i.e. the above reported issue is gone,


  2. Hi,

     

    the C++ Builder 12.0 introduced 'Search -> Find Symbol' feature delivers in the related displayed dialog box title bar its search result, in my case:

    Find Symbol [0 of 0] -- Visual Assist

    So it is not working at all. Does it need some special prerequisite like "only working together with the Clang compiler"?

     

    Thanks!

     

    P.S. The Embarcadero feature help is here and the Whole Tomato feature help here. Both don't tell anything about problem fighting.


  3. Hello,

     

    I have a CHM help file which will be opened by my program via the Microsoft Windows 1) 'HH.exe' or if the user pushes 'F1' on the keyboard Windows will do it via 2) 'HelpPane.exe'. The 'HelpPane.exe' information I have seen here. My problem:

    Option 1) is working flawless but option 2) will disable the 'Ctrl+C' (copy to clipboard) keyboard shortcut for the opened CHM help file. Does anyone know how to overcome this problem? Thanks!

     

    Michaell


  4. This I was informed:

    1. The 'C++ Audits' feature was removed because it is incompatible to the Clang compiler. 
    2. Codeguard is not working as soon as the dynamic runtime library feature is in use. This can be also the case if the related C++ linker option "Link with dynamic RTL, ..." is disabled. It may be fixed in some future release (i.e. > V10.4.2)

    I wonder why they have not compiler dependent 'C++ Audits' disabled? I.e. for the Clang compiler disabled but still usable for the classic Borland compiler :classic_sad:.


  5. Hello,

     

    1) I'm wondering what happened to the 'C++ Audits' feature. In version 10.3 it was here:

    View -> Tool Windows -> C++ Audits

    But in my currently used version 10.4 Update 1 it is no longer present.

     

    2) I also used Codeguard in the past, it is now out of work. You can find some matching error report here (link).

     

    Thanks for your help / information!

     

    Michaell

     

    P.S. I'm running Win10 V20H2, 64 bit and I'm installing the C++ Builder via an *.iso image (i.e. offline).

×