Jump to content

Michaell

Members
  • Content Count

    7
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Actually it is a Visual Assist (VA) bug (RSP-44054) and it occurs if this setting is in use: IDE -> Saving and Recovering -> Reopen last opened project when starting RAD Studio
  2. 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,
  3. 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.
  4. Michaell

    'HelpPane.exe' vs. 'HH.exe' and *.chm file support

    I found a similar problem (Ctrl+F) at stackoverflow, it has one answer which seems not to help but the info that it was OK with Delphi 2007 and no longer OK with Delphi XE2. P.S. The search via 'Ctrl+F' is in my case also not working.
  5. 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
  6. This I was informed: The 'C++ Audits' feature was removed because it is incompatible to the Clang compiler. 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 .
  7. 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).
×