C++Builder 2009 Quality Central Reported Bug Fixes

By: Chris Pattinson

Abstract: List of 172 Quality Central reports fixed in C++Builder 2009 since RAD Studio 2007, Update 3

1029 fixes total were completed for C++Builder 2009.

The 172 listed here are fixes to reports made by customers into the public bug tracking system, Quality Central , since the release of RAD Studio 200 Update 3 as part of the drive to improve the RAD Studio product quality.

A dynamic link to this list can be found here:

http://qc.codegear.com/wc/qcmain.aspx?search=1&stat=30&res=10&proj=15&rib=12

The reports are sorted by Area alphabetically.

These older publicly reported bugs fixed in C++Builder 2009 include:

  • 71 Compiler
  • 42 Documentation
  • 29 IDE

From the set of 1029 fixes total, here are a few areas and number of bugs fixed:

  • 320 Compiler
  • 78 Documentation
  • 228 IDE
  • 13 Linker
  • 58 RTL
  • 37 VCL

QC #:

Date Reported:

Area:

45077

4/26/2007

Documentation

Description:

Steps:

[QC Short Description]
F1 Help in object inspector shows wrong information.

[QC Description]
When using F1 help in object inspector wrong help page is displayed. See Steps to Reproduce.
QC Entry 45077

1) Create new VCL forms application. 2) Select Form1.GlassFrame.Enabled in Object Inspector. 3) Press F1. You will see help for TForm.Enabled instead of TGlassFrame.Enabled. 4) Select Form1.GlassFrame.Left in Object Inspector. 5) Press F1. You will see help for TCustomForm.Left instead of TGlassFrame.Left.

QC #:

Date Reported:

Area:

46227

5/19/2007

Documentation

Description:

Steps:

[QC Short Description]
No index entry for "_wargv"

[QC Description]
Try to type "_wargv" into "Index" no entry for it
QC Entry 46227


[SCHEMAPROBLEM]

Try to type "_wargv" into "Index" no entry for it. The page: ms-help://borland.bds5/devwin32/_argv_xml.html exists, but not entry for its second keyword, and not linked against it.

QC #:

Date Reported:

Area:

46226

5/19/2007

Documentation

Description:

Steps:

[QC Short Description]
Request: Need help for some referenced tool

[QC Description]
In some cases documentation contain reference for a tool (like GREP), but not contain any help for its use.
QC Entry 46226

[BCB6HELP] - Help contents are available in BCB6

Start Documentation E.g. see ms-help://borland.bds5/devwin32/errundefsym_xml.html The documentation suggest to use another inboxed Tool: GREP But, no documentation for help (e.g. with wildcards), while the old IDE's help was contain this like Borland Pascal for Windows 7.0: GREP-like wildcards The GREP-like wildcards are ^, $, ., *, +, [ ], [^], and [-] ^ A circumflex at the start of the string matches the start of a line. $ A dollar sign at the end of the expression matches the end of a line. . A period matches any character. * An asterisk after a character matches any number of occurrences (including zero) of that character. For example, bo* matches bot, b, boo, and also be. + A plus sign after a character matches one or more occurrences (but not zero occurrences) of that character. For example, bo+ matches bot and boo, but not b or be. [ ] Characters in brackets match any one character that appears in the brackets, but no others. For example [bot] matches b, o, or t. [^] A circumflex at the start of the string in brackets means NOT. Hence, [^bot] matches any characters except b, o, or t. [-] A hyphen within the brackets signifies a range of characters. For example, [b-o] matches any character from b through o. \ A backslash before a wildcard character tells Borland Pascal to treat that character literally, not as a wildcard. For example, \^ matches ^ and does not look for the start of a line.

QC #:

Date Reported:

Area:

46179

5/18/2007

Documentation

Description:

Steps:

[QC Short Description]
'Mitglied' is wrong translation for 'member'

[QC Description]
The german documentations uses the term 'Mitglied' for 'member'. This literal translation is not common. Usually, the term 'Element' for 'member' is used.

QC Entry 46179

[cbuergi 2007-08-13]
I agree. There are still over 500 occurences with 'Namensbereich' in the documentation.

[cbuergi 2007-09-19]
There are still a few occurences.

QC #:

Date Reported:

Area:

29381

5/23/2006

Documentation

Description:

Steps:

[QC Short Description]
TProviderOption::poUseQuoteChar missing

[QC Description]
The provider option "poUseQuoteChar" is not documented
QC Entry 29381

QC #:

Date Reported:

Area:

46182

5/18/2007

Documentation

Description:

Steps:

[QC Short Description]
Wrong text for 'TControl.Visible Eigenschaft'

[QC Description]
The documentation for 'TControl.Visible Eigenschaft' says 'Mit der Eigenschaft Visible k nnen Sie die G ltigkeit des Steuerelements zur Laufzeit steuern.'

This is wrong. It should be 'Mit der Eigenschaft Visible k nnen Sie die Sichtbarkeit des Steuerelements zur Laufzeit steuern.'
QC Entry 46182

QC #:

Date Reported:

Area:

46631

5/26/2007

Documentation

Description:

Steps:

[QC Short Description]
Error for Bcc32Error by F1

[QC Description]
Try cancel a build and press F1 for error occurred in Messages
QC Entry 46631

Start Ide Open a project Press Cancel during build This result an error in messages: [BCC32 Error] "bcc32" exited with code 1. Click on it and press F1 This result an error: --------------------------- Error --------------------------- 'MSB6006' is not a valid integer value. --------------------------- OK Details >> --------------------------- [2000D8DD]{rtl100.bpl } SysUtils.ConvertErrorFmt (Line 3246, "sys\sysutils.pas" + 1) + $10 [2000ED54]{rtl100.bpl } SysUtils.StrToInt (Line 5017, "sys\sysutils.pas" + 2) + $1A [20A93201]{coreide100.bpl} IDEServices.TToolCompilerMessageLine.ShowHelp (Line 1422, "IDEServices.pas" + 6) + $24 [20A3FD26]{coreide100.bpl} MsgViewForm.TMessageViewForm.WMHelp (Line 919, "MsgViewForm.pas" + 6) + $2 [2013B20B]{vcl100.bpl } Controls.TControl.WndProc (Line 5146, "Controls.pas" + 83) + $6 [20158AA3]{vcl100.bpl } Forms.TCustomForm.WndProc (Line 3512, "Forms.pas" + 136) + $5 [2013AE98]{vcl100.bpl } Controls.TControl.Perform (Line 5021, "Controls.pas" + 5) + $C [2013BF59]{vcl100.bpl } Controls.TControl.CMMouseEnter (Line 5542, "Controls.pas" + 2) + $8 [2013B20B]{vcl100.bpl } Controls.TControl.WndProc (Line 5146, "Controls.pas" + 83) + $6 [2013F38A]{vcl100.bpl } Controls.TWinControl.WndProc (Line 7304, "Controls.pas" + 111) + $6 [20D69752]{designide100.bpl} DeskUtil.SetFocusHook (Line 435, "DeskUtil.pas" + 4) + $C [2013F38A]{vcl100.bpl } Controls.TWinControl.WndProc (Line 7304, "Controls.pas" + 111) + $6 [20141305]{vcl100.bpl } Controls.TWinControl.CMChildKey (Line 8371, "Controls.pas" + 1) ...

QC #:

Date Reported:

Area:

24028

1/23/2006

Documentation

Description:

Steps:

[QC Short Description]
Lack of Help topics

[QC Description]
In a Help of BCB2006, there is lack of Help topics.

Types::TRect
Types::TPoint
Types::TSmallPoint
QC Entry 24028

QC #:

Date Reported:

Area:

46669

5/28/2007

Documentation

Description:

Steps:

[QC Short Description]
dUnit help code is in Delphi

[QC Description]
On page:

ms-help://borland.bds5/devcommon/dunitov_xml.html

the examples are all in Delphi. Should be some C++ examples
QC Entry 46669

Go to page ms-help://borland.bds5/devcommon/dunitov_xml.html

QC #:

Date Reported:

Area:

46228

5/19/2007

Documentation

Description:

Steps:

Indexes are missing for operators.

For example, following indexes need to be created and linked to the topic, "relational operators" (ms-help://borland.bds5/devwin32/relational_ops_xml.html).

< operator
> operator
<= operator
>= operator

check out BCB6 help index to correct indexes.

[QC Description]
operators like <, <=, ||, +, ++, etc. are linked for documentation of JScript or VBScript only
QC Entry 46228

[SCHEMAPROBLEM]

Start documentation: try to type < operator, <= operator, ++ operator, || etc. These are linked for doucomentation about VBScript or JScript, instead of documentation about C++

QC #:

Date Reported:

Area:

39099

1/21/2007

Documentation

Description:

Steps:

[QC Short Description]
Documentation 'Search' function returns VC++ results.

[QC Description]
When using the Search feature in the documentation, VC++ results are returned.

For example, searching for the C++ hdrstop pragma returns 34 results from Local Help. On the first screen of results, 6 of the 7 entries are for VC++ and only one is for BDS2006. The VC++ hdrstop is returned above the BDS2006 hdrstop entry .
QC Entry 39099

When using the Search feature in the documentation, VC++ results are returned. 1) Open the documentation explorer 2) Click on the 'Search' tool button 3) In the search edit, enter 'hdrstop' 4) Press the 'Search' button Expected: only results for the tool I'm using will be returned. Actual: Of the 34 'Local Help' enteries returned in this example, the majority appear to be for VC++. The VC++ match for 'hdrstop' tops the list, appearing above the BDS2006 entry.

QC #:

Date Reported:

Area:

39419

1/26/2007

Documentation

Description:

Steps:

[QC Short Description]
Missing Index-entries on 64 bit conversions

[QC Description]
try to find _i64toa
QC Entry 39419

Try to find keywords of _i64toa _ui64toa _i64tow _ui64tow They are missing from index, while ms-help://borland.bds5/bds5win32guide/html/_i64toa.htm ms-help://borland.bds5/bds5win32guide/html/_ui64toa.htm are exist in the documentation

QC #:

Date Reported:

Area:

39420

1/26/2007

Documentation

Description:

Steps:

[QC Short Description]
Misstyped entry for _ui64tow

[QC Description]
see the page addressed to _ui64toa

The title is misstyped
QC Entry 39420

See the page: ms-help://borland.bds5/bds5win32guide/html/_ui64toa.htm The title contains _i64toa, _ui64tow instead _ui64toa, _ui64tow

QC #:

Date Reported:

Area:

55463

11/30/2007

Documentation

Description:

Steps:

[QC Short Description]
BCB Help Totally Absent for Stuff Like AnsiString

[QC Description]
There is no help for BCB class AnsiString (at all) nor its member functions
QC Entry 55463

Click on any use of C++ Builder's class AnsiString or any of its member functions/properties and you get referenced to RAD Studio VCL Reference for SysUtils Function. Eg. Define AnsiString foo; and then use foo.UpperCase(). Click on UpperCase and press F1 to get SysUtils.Uppercase Function. Poking around you really cant tell that there is any BCB documentation at all for BCB 2007 ...

QC #:

Date Reported:

Area:

39421

1/26/2007

Documentation

Description:

Steps:

[QC Short Description]
Missed entries on _wtoi, _wtoi64

[QC Description]
_wtoi and _wtoi64 are missed from index entries, while the page contain it is existing.
QC Entry 39421

The page of ms-help://borland.bds5/bds5win32guide/html/atoi.htm contains information about atoi, _wtoi is existing. But typeing _wtoi into Index's Look for the Index no contain this item typeing atoi is drop the link to a page of ms-help://borland.bds5/dnk_cpp_help/stdlib/atoi.html string to 64 bit _atoti64 _wtoti64 also missed while ms-help://borland.bds5/bds5win32guide/html/_atoi64.htm is covers them

QC #:

Date Reported:

Area:

22812

12/26/2005

Documentation

Description:

Steps:

[QC Short Description]
TDUMP is not documented

[QC Description]
There is no documentation for TDUMP.

In searching the docs for TDUMP info, I found one reference (ms-help://borland.bds4/bds4win32devguide/html/cwgTroubleshootingCustomComponents.htm) which tells the user to do:

tdump -ebpl mypack.bpl mypack.dmp

Unfortunately, tdump has no -ebpl option.
QC Entry 22812

1) Go to ms-help://borland.bds4/bds4win32devguide/html/cwgTroubleshootingCustomComponents.htm 2) Execute the suggested TDUMP command.

QC #:

Date Reported:

Area:

4194

4/23/2003

Documentation

Description:

Steps:

[QC Short Description]
Documentation of protected member functions

[QC Description]
The VCL documentation for a component needs to list and document protected member functions which are part of that component as well as protected member functions derived from base class components.

Protected member functions, and their explanation, are just as needed by component developers as public member functions and their explanation are needed by component users.
QC Entry 4194

QC #:

Date Reported:

Area:

46688

5/28/2007

Documentation\Online Help

Description:

Steps:

[QC Short Description]
Apply Option Set help

[QC Description]
On page:

ms-help://borland.bds5/devcommon/applyoptionset_xml.html

you describe the choices from the Apply Options Set dialog, but I'm
not sure what an options set is or why I'd want to apply one. This
page needs a link to an overview of Options Sets and what one can do
with them.

QC Entry 46688

Go to page: ms-help://borland.bds5/devcommon/applyoptionset_xml.html

QC #:

Date Reported:

Area:

2692

5/23/2007

Documentation\Online Help

Description:

Steps:

The help topic "Using CodeGuard From The Command Line" contains dummy content and should not be included in help.

Note the "do_not_publish" in its URL: ms-help://borland.bds5/devwin32/_do_not_publish_usingcodeguardcli_xml.html

QC #:

Date Reported:

Area:

29146

5/16/2006

Documentation\Online Help

Description:

Steps:

[QC Short Description]
Typo in "Declared Constants" online help page.

[QC Description]
On help page:
ms-help://borland.bds4/bds4ref/html/DeclaredConstants.htm#TrueConstants

In section : "Types for integer constants:"
Range of constant(hexadecimal) Range of constant(decimal) Type

Int64 is shown as : "4294967296..2^631"

"2^631" should be "2^63-1"



QC Entry 29146

Go to help page: ms-help://borland.bds4/bds4ref/html/DeclaredConstants.htm#TrueConstants Go to section "Types for integer constants" Observe that Int64 "Range of Constant" is incorrect (2^631)

QC #:

Date Reported:

Area:

46261

5/20/2007

Documentation\Online Help

Description:

Steps:

[QC Short Description]
Together Diagram Appearance Options Help

[QC Description]
On page

ms-help://borland.bds5/devcommon/optionsdiagramappearance_xml.html

the help for 'Diagram detail level' doesn't explain what the various
choices do.

To correct myself, the information is there, it just doesn't appear to
be related to 'Diagram detail level' because it is listed at the same
indentation level in seperate cells. IMO, the information should be
moved into the 'Diagram detail level' cell.
QC Entry 46261

N/A

QC #:

Date Reported:

Area:

40023

2/6/2007

Documentation\Online Help

Description:

Steps:

[QC Short Description]
'int' help in wrong location

[QC Description]
Currently the C++ int help topic is located in 'Developer Stuido 2006 Concepts'. I feel that since it is language specific it should be in 'Developer Studio 2006 C++Builder'.
QC Entry 40023

N/A

QC #:

Date Reported:

Area:

40025

2/6/2007

Documentation\Online Help

Description:

Steps:

[QC Short Description]
'bool, false, true' help in wrong location

[QC Description]
Currently the C++ 'bool, false, true' help topic is located in 'Developer Stuido 2006 Concepts'. I feel that since it is language specific it should be in 'Developer Studio 2006 C++Builder'.
QC Entry 40025

N/A

QC #:

Date Reported:

Area:

29108

5/15/2006

Documentation\Online Help

Description:

Steps:

[QC Short Description]
Extended Types formatting for printf has incorrect prefix character.

[QC Description]
ms-help://borland.bds4/bds4win32guide/html/extendedtypesformattedio.htm

Firstly, the font used makes it difficult to determine if "%I32" uses uppercase 'i' or lowercase 'L'.

However, Copy-and-paste reveals that they are actually lowercase 'L' characters. Which is unfortunate, because they should be upper-case 'i' characters!





QC Entry 29108

View help page: ms-help://borland.bds4/bds4win32guide/html/extendedtypesformattedio.htm a: Observe diffculty of distinguishing 'I' and 'l' b: Copy and paste "%l32d" from page into IDE editor, and use it in a printf format string. Note that it doesn't work as expected. c: Replace lowercase 'L' with uppercase 'i' in "%l32d" format string. d: Observe that format string now works as expected.

QC #:

Date Reported:

Area:

40660

2/15/2007

Documentation\Online Help

Description:

Steps:

No topic found for AnsiString.

[note] lots of complaints in the newsgroup. Make sure to fix it in highlander.

1) Create a C++ project
2) Type 'AnsiString' into the editor
3) Press the F1 key with your cursor over 'AnsiString'

Error
No Help found for AnsiString

should be linking to
ms-help://borland.bds5/delphivclwin32/System_AnsiString.html

QC #:

Date Reported:

Area:

23270

1/9/2006

Documentation\Online Help

Description:

Steps:

[QC Short Description]
Codeguard option page from BCB5/6

[QC Description]
The following help URL describes Codeguard compiler options:

ms-help://borland.bds4/bds4ref/html/codeguard.htm

However, this information is obsolete as it describes the BCB5 dialog options. This page should be removed.

The correct page - available via F1 - is here:

ms-help://borland.bds4/bds4ref/html/bcc32_codeguardcompilesupport.htm

There are further obsolete pages in the help, for which I'll add reports.
QC Entry 23270

1: Start Borland Help 2: Search "Codeguard" 3: Select article "Codeguard", location "Reference". or go to url: ms-help://borland.bds4/bds4ref/html/codeguard.htm

QC #:

Date Reported:

Area:

53853

10/23/2007

Documentation\Online Help

Description:

Steps:

[QC Short Description]
TDateTime::FormatString missing

[QC Description]
The topic for TDateTime's FormatString member function is missing.
QC Entry 53853

1. Open help 2. Switch to the Index tab. 3. Enter FormatString in the Look for: Expected: The TDateTime::FormatString method to be shown Actual: Only two other FormatString items are shown, both for .NET

QC #:

Date Reported:

Area:

53852

10/23/2007

Documentation\Online Help

Description:

Steps:

[QC Short Description]
TDateTime topic missing member functions

[QC Description]
TDateTime topic doesn't contain links to the TDateTime member functions such as FormatString, DateTimeString etc.
QC Entry 53852

Go to ms-help://borland.bds5/delphivclwin32/System_TDateTime.html Expected: All the member functions in TDateTime Actual: No member functions are mentioned

QC #:

Date Reported:

Area:

23723

1/17/2006

Documentation\Online Help\VCL

Description:

Steps:

[QC Short Description]
OnAlignInsertBefore & OnAlignPosition

[QC Description]
Seems cool, gotta just wonder what it is and how you use it. Something more than "When the object is aligned with other objects, it is inserted before other objects." and "Use the OnAlignPosition event handler to respond when a control is aligned to a new position." might make it a bit more useful, or at least an example of using it. Even just some documentation on the TAlignInsertBeforeEvent and TAlignPositionEvent would help a great deal.
QC Entry 23723

QC #:

Date Reported:

Area:

46647

5/27/2007

Documentation\Online Help\VCL

Description:

Steps:

[QC Short Description]
Error in the C++ synopsis of different VCL functions

[QC Description]
In the doc page for DateToStr, CurrToStr and CurrToStrF the C++ synopsis is wrong: the function return type should be AnsiString, not string.

I suspect a systematic hunt for similar cases is in order.
QC Entry 46647

Start the online help, set the filter to C++ and look for DateToStr in the index. Check the C++ synopsis. Repeat for CurrToStr and CurrToStrF.

QC #:

Date Reported:

Area:

3840

3/19/2003

Documentation\Online Help\VCL

Description:

Steps:

[QC Short Description]
Use of "Key" Instead of "Value" in TRegistry::ValueExists

[QC Description]
In the paragraph:

"Call ValueExists o determine if a particular key exists in the registry. Calling Value Exists is especially useful before calling other TRegistry methods that operate only on existing keys."

change "key"/"keys" to "data item"/"data items".

Also, in the second sentence of the above paragraph, change "Value Exists" to "ValueExists".
QC Entry 3840

QC #:

Date Reported:

Area:

1366

5/28/2002

Documentation\Online Help\VCL

Description:

Steps:

[QC Short Description]
TTreeNode::EditText is not documented

[QC Description]
The EditText method of TTreeNode is not documented in the help system.
QC Entry 1366

In BDS 2006 look in: <ms-help://borland.bds4/bds4win32api_cpp/html/CPPWin32_ComCtrlsTTreeNodeMethods.htm> EditText is not listed. In BCB6, select TTreeNode in the code editor and hit F1, click on Methods and see that EditText is not listed.

QC #:

Date Reported:

Area:

46667

5/28/2007

Documentation\Online Help\VCL

Description:

Steps:

[QC Short Description]
Error in TControlBar Help

[QC Description]
On page:
ms-help://borland.bds5/delphivclwin32/ExtCtrls_TControlBar.html

In the Note: paragraph under Description, I'd guess that
TActionToolBar in line 2 below should be AutoSize instead.

1) If you want to use TActionToolBar on a TControlBar component, you
should set the AutoSize property to False.
<snip>
2) display properly on a TControlBar component. When TActionToolBar is
set to False
<snip>
QC Entry 46667

Enter Help and select ms-help://borland.bds5/delphivclwin32/ExtCtrls_TControlBar.html.

QC #:

Date Reported:

Area:

50233

8/8/2007

Documentation\Online Help\VCL

Description:

Steps:

[QC Short Description]
TFileStream constructor docs list fmSharexxxx modes twice.

[QC Description]
Look at ms-help://borland.bds5/delphivclwin32/Classes_TFileStream_Create@string@Word.html

List of "Open Modes" should only include fmCreate, fmOpenxxxx. However, it includes fmShare*** which are repeated in the list of share modes in the second table.
QC Entry 50233

Look at ms-help://borland.bds5/delphivclwin32/Classes_TFileStream_Create@string@Word.html

QC #:

Date Reported:

Area:

35120

10/12/2006

Documentation\Online Help\VCL

Description:

Steps:

[QC Short Description]
TTrackBarOientation enum values are incorrect.

[QC Description]
ms-help://borland.bds4/bds4dnetapi_dnet/html/DelphiNET_BorlandVclComCtrlsTTrackBarOrientationType.htm

This page and others list the enum values as tbHorizontal ad tbVertical. they should be trHorizontal and trVertical. (See comctrls.hpp and .pas)
QC Entry 35120

1: Open folloowing help page: ms-help://borland.bds4/bds4dnetapi_dnet/html/DelphiNET_BorlandVclComCtrlsTTrackBarOrientationType.htm

QC #:

Date Reported:

Area:

39136

1/22/2007

Documentation\IDE Help Contexts

Description:

Steps:

[QC Short Description]
Missing Anchors -> akLeft, akTop, akRight, akBottom help contexts

QC Entry 39136

Create a New form
Expand Anchors
Select akLeft
Hit F1

Comment - Terry Fravel, 4/20/07: These anchors are documented in the Anchors.xml API help file which is linked to from the Anchors node in the Object Inspector. Please link all children of the TForm.Anchors property (akLeft, akTop,akRight, akBottom) to Docs\Common\Reference\API\Controls\classes\TControl\Properties\Anchors.xml.

QC #:

Date Reported:

Area:

20716

10/27/2005

Documentation\IDE Help Contexts

Description:

Steps:

[QC Short Description]
Hard to obtain help in #ifdef

QC Entry 20716

For the attached project try getting context help for the #ifdef in unit3.cpp. All I get is 'ifdef' for Delphi and no obvious way to navigate to the C++ help. //////////////////// I have a possible explanation for this! I have Visual Studio .NET installed on my system. Could that be the problem? It was already installed when I installed DeXter. Note:The attached BMP may help shed some light on this.

QC #:

Date Reported:

Area:

23669

1/16/2006

Documentation\IDE Help Contexts

Description:

Steps:

[QC Short Description]
TDrawCellEvent help page

[QC Description]
Where could I find help page for type TDrawCellEvent ? (I could find it in HPP file, but it's not that what I want.
QC Entry 23669

search for TDrawCellEvent in help

//exp : a topic
//res : none

QC #:

Date Reported:

Area:

44310

4/12/2007

Documentation\IDE Help Contexts

Description:

Steps:

[QC Short Description]
C++ Compiler Errors topic empty

[QC Description]
The C++ Compiler Errors topic is empty. Errors and Warnings is also empty.
QC Entry 44310


[MM]
Build 11.0.2671.6337: only the descriptions are missing.

1. Open the Cogswell help.

2. Switch to the Index tab, and enter C++ Compiler Errors in.

3. Click the topic.

Expected: The topic to be populated with the error messages that the compiler will output.

Actual: The topic simply says "The following topic lists the errors and warnings that the C++ compiler may emit."

Same is true for the Errors and Warnings topic.

QC #:

Date Reported:

Area:

46697

5/28/2007

Documentation\IDE Help Contexts

Description:

Steps:

[QC Short Description]
Codeguard instructions inaccurate

[QC Description]
help says to switch codeguard on

To enable the CodeGuard reporting tool
Tools->CodeGuard Configuration

which there isnt.. it also says

To enable CodeGuard compiler options for your project
Project->Options->C++ Compiler->CodeGuard compile support

where as its

Project->Options->C++ Compiler->debugging-?CodeGuard compile support
QC Entry 46697

codeguard help is innacurate, it says to switch codeguard on To enable the CodeGuard reporting tool Tools->CodeGuard Configuration which there isnt.. it also says To enable CodeGuard compiler options for your project Project->Options->C++ Compiler->CodeGuard compile support where as its Project->Options->C++ Compiler->debugging-?CodeGuard compile support

QC #:

Date Reported:

Area:

45931

5/14/2007